样式优化

This commit is contained in:
2betop 2020-10-15 10:31:36 +08:00
parent 7a78e366ba
commit 9ac550a310
2 changed files with 4 additions and 4 deletions

View File

@ -322,9 +322,9 @@
flex-basis: 0;
flex-grow: 1;
&:not(.#{$ns}Form-control--withSize) {
width: $Form-control-widthBase;
}
// &:not(.#{$ns}Form-control--withSize) {
// width: $Form-control-widthBase;
// }
}
}
}

View File

@ -282,7 +282,7 @@ export default class ComboControl extends React.Component<ComboProps> {
addButtonClassName: '',
formClassName: '',
subFormMode: 'normal',
draggableTip: '可拖拽排序',
draggableTip: '',
addButtonText: '新增',
canAccessSuperData: false,
addIcon: true,