代码优化
This commit is contained in:
parent
e8c4068085
commit
b63006a7bc
|
|
@ -20,7 +20,7 @@ import {
|
|||
i18n
|
||||
} from '../public/i18n';
|
||||
import AttachToNumberField from './NewNumberField';
|
||||
import "./index.less";
|
||||
import "../style/common.less";
|
||||
|
||||
export default class NewAndEditDialog extends React.Component {
|
||||
constructor(props) {
|
||||
|
|
|
|||
|
|
@ -1,6 +0,0 @@
|
|||
//新建编辑弹框
|
||||
.new-edit-wrapper{
|
||||
.wea-select, .ant-select{
|
||||
width: 100%;
|
||||
}
|
||||
}
|
||||
|
|
@ -80,3 +80,10 @@
|
|||
.minH5{
|
||||
min-height: 50px!important;
|
||||
}
|
||||
|
||||
//dialog弹框中下拉框组件宽度的样式问题
|
||||
.new-edit-wrapper{
|
||||
.wea-select, .ant-select{
|
||||
width: 100%;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue