Explorar o código

fix: table 高度消失 (#2572)

luocong2016 %!s(int64=2) %!d(string=hai) anos
pai
achega
fb73be0928
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      src/views/demo/page/form/high/PersonTable.vue

+ 1 - 1
src/views/demo/page/form/high/PersonTable.vue

@@ -68,8 +68,8 @@
           title: '操作',
           dataIndex: 'action',
           // slots: { customRender: 'action' },
-          scroll: { y: '100%' },
         },
+        scroll: { y: '100%' },
         pagination: false,
       });