style: collection manger fields style improve (#3276)

This commit is contained in:
katherinehhh 2023-12-28 14:51:24 +08:00 committed by GitHub
parent 8108107779
commit 2074e5e4b8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -41,8 +41,11 @@ const tableContainer = css`
th { th {
flex: 2; flex: 2;
width: 0; width: 0;
&:nth-child(5) {
flex: 1.2;
}
&:last-child { &:last-child {
flex: 1; flex: 1.8;
} }
} }
.ant-table-selection-column, .ant-table-selection-column,