Commit 19f0f33d authored by 邓超's avatar 邓超

fix: 修改表字段表格样式

parent 62f3cf9b
Pipeline #50105 passed with stages
in 9 minutes 10 seconds
......@@ -528,7 +528,7 @@ const TableManager = props => {
style={{ position: 'absolute' }}
columns={columns}
dataSource={allData[select]}
scroll={{ x: 'max-content', y: 'calc(100vh - 222px)' }}
scroll={{ x: 'max-content', y: 'calc(100vh - 217px)' }}
rowClassName={setRowClassName}
onRow={record => ({
onDoubleClick: event => {
......
......@@ -13,11 +13,13 @@
background-color: rgb(255, 255, 0);
color: rgb(255, 0, 0);
}
.ant-table-pagination.ant-pagination {
margin: 0;
}
.ant-table.ant-table-small .ant-table-tbody .ant-table-wrapper:only-child .ant-table {
margin-left: 0;
}
.ant-table.ant-table-bordered > .ant-table-container {
border: none;
}
.ant-table-thead tr th {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment