Commit 729fdd22 by wufan

style:资料云盘添加成员弹窗表格宽度调整

parent 5d4543e4
......@@ -305,7 +305,6 @@ class ChooseMembersModal extends React.Component {
columns={this.selectedColumnsLeft()}
pagination={false}
scroll={{ y: 290}}
// bordered={true}
size={'small'}
rowSelection={{
columnWidth : 24,
......
......@@ -10,6 +10,14 @@
margin-bottom: 12px;
}
.container-left-body{
colgroup {
col {
&:nth-child(2n) {
width: 80%!important;
min-width: 80%!important;
}
}
}
border: 1px solid #E9E9E9;
.ant-table-thead > tr > th {
font-weight:400!important;
......
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