Browse Source

诊断信息样式修改

zhouna 3 years ago
parent
commit
898f75abe0
1 changed files with 1 additions and 1 deletions
  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={{