From f44e48d08d3f8dd347b829166107dd62e5e18c72 Mon Sep 17 00:00:00 2001 From: huanlirui Date: Mon, 29 Jan 2024 11:56:14 +0800 Subject: [PATCH] =?UTF-8?q?fix:=E4=BF=AE=E5=A4=8D=20element-plus=202.5?= =?UTF-8?q?=E7=89=88=E6=9C=AC=E4=BB=A5=E4=B8=8A=EF=BC=8Cel-form-item=20inl?= =?UTF-8?q?ine=E6=A8=A1=E5=BC=8F=E4=B8=8B=EF=BC=8Cselect=E5=AE=BD=E5=BA=A6?= =?UTF-8?q?=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/Form/src/Form.vue | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/src/components/Form/src/Form.vue b/src/components/Form/src/Form.vue index 8f111a9..00e089e 100644 --- a/src/components/Form/src/Form.vue +++ b/src/components/Form/src/Form.vue @@ -424,7 +424,12 @@ export default defineComponent({ margin-left: 0 !important; } -.@{elNamespace}-form--inline .@{elNamespace}-input { - width: 245px; +.@{elNamespace}-form--inline { + .@{elNamespace}-input { + min-width: 189.5px; + } + .@{elNamespace}-select { + min-width: 189.5px; + } }