Explorar o código

诊断信息样式修改

zhouna %!s(int64=3) %!d(string=hai) anos
pai
achega
898f75abe0
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      src/components/DiagManager/index.js

+ 1 - 1
src/components/DiagManager/index.js

@@ -222,7 +222,7 @@ function DiagManager() {
         <Table
           /*rowSelection={{ type: 'checkbox', ...rowSelection, }}*/
           columns={columns}
-          scroll={{ y: 'calc(100vh - 320px)' }}
+          scroll={{ y: 'calc(100vh - 350px)' }}
           dataSource={DiagList}
           rowKey={record => record.id}
           pagination={{