From b63006a7bc556db1e6f46ef5238a2d8bdd4c7d41 Mon Sep 17 00:00:00 2001 From: 18652063575 Date: Thu, 8 Sep 2022 17:50:03 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BB=A3=E7=A0=81=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pc4mobx/organization/components/NewAndEditDialog.js | 2 +- pc4mobx/organization/components/index.less | 6 ------ pc4mobx/organization/style/common.less | 7 +++++++ 3 files changed, 8 insertions(+), 7 deletions(-) delete mode 100644 pc4mobx/organization/components/index.less diff --git a/pc4mobx/organization/components/NewAndEditDialog.js b/pc4mobx/organization/components/NewAndEditDialog.js index 4ead83a..ef92d79 100644 --- a/pc4mobx/organization/components/NewAndEditDialog.js +++ b/pc4mobx/organization/components/NewAndEditDialog.js @@ -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) { diff --git a/pc4mobx/organization/components/index.less b/pc4mobx/organization/components/index.less deleted file mode 100644 index abeb9fb..0000000 --- a/pc4mobx/organization/components/index.less +++ /dev/null @@ -1,6 +0,0 @@ -//新建编辑弹框 -.new-edit-wrapper{ - .wea-select, .ant-select{ - width: 100%; - } -} diff --git a/pc4mobx/organization/style/common.less b/pc4mobx/organization/style/common.less index 4b5ad4b..33a6c32 100644 --- a/pc4mobx/organization/style/common.less +++ b/pc4mobx/organization/style/common.less @@ -80,3 +80,10 @@ .minH5{ min-height: 50px!important; } + +//dialog弹框中下拉框组件宽度的样式问题 +.new-edit-wrapper{ + .wea-select, .ant-select{ + width: 100%; + } +}