表格列设置宽度过长
parent
0fec4d4abf
commit
258b5f9d6b
|
@ -508,8 +508,11 @@
|
|||
}
|
||||
|
||||
.ant-checkbox-group {
|
||||
width: 100%;
|
||||
// update-begin--author:liaozhiyang---date:20240118---for:【QQYUN-7887】表格列设置宽度过长
|
||||
// width: 100%;
|
||||
min-width: 260px;
|
||||
max-width: min-content;
|
||||
// update-end--author:liaozhiyang---date:20240118---for:【QQYUN-7887】表格列设置宽度过长
|
||||
// flex-wrap: wrap;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue