From 0b09c3dbb67476ac4cb26ff8fed899baba8c42d5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=B8=A5=E6=B5=A9?= Date: Mon, 30 Dec 2024 14:29:43 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E4=BF=AE=E5=A4=8D=20flex=20=E5=B8=83?= =?UTF-8?q?=E5=B1=80=E5=AD=90=E5=85=83=E7=B4=A0=E5=AE=BD=E5=BA=A6=E8=B6=85?= =?UTF-8?q?=E5=87=BA=E7=88=B6=E5=85=83=E7=B4=A0=E7=9A=84=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/styles/reset-primevue.css | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/src/styles/reset-primevue.css b/src/styles/reset-primevue.css index ebbeb52..b0001b7 100644 --- a/src/styles/reset-primevue.css +++ b/src/styles/reset-primevue.css @@ -33,3 +33,9 @@ max-height: calc(100vh - 10rem); overflow-y: auto; } + +// flex布局子元素宽度超出父元素问题 +.p-select-label { + min-width: 0 !important; + width: 0 !important; +}