代码优化

This commit is contained in:
18652063575 2022-09-08 17:50:03 +08:00
parent e8c4068085
commit b63006a7bc
3 changed files with 8 additions and 7 deletions

View File

@ -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) {

View File

@ -1,6 +0,0 @@
//新建编辑弹框
.new-edit-wrapper{
.wea-select, .ant-select{
width: 100%;
}
}

View File

@ -80,3 +80,10 @@
.minH5{
min-height: 50px!important;
}
//dialog弹框中下拉框组件宽度的样式问题
.new-edit-wrapper{
.wea-select, .ant-select{
width: 100%;
}
}