From ed9e505f0ca65afed5decd56606473fb5d749289 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=B8=A5=E6=B5=A9?= <37316281+yanhao98@users.noreply.github.com> Date: Wed, 1 Jan 2025 23:43:31 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E4=BC=98=E5=8C=96=E6=A0=B7=E5=BC=8F?= =?UTF-8?q?=EF=BC=8C=E4=BF=AE=E5=A4=8D=E6=96=87=E4=BB=B6=E4=B8=8A=E4=BC=A0?= =?UTF-8?q?=E7=BB=84=E4=BB=B6=E7=9A=84=E5=B8=83=E5=B1=80=E9=97=AE=E9=A2=98?= =?UTF-8?q?=E5=B9=B6=E5=A2=9E=E5=BC=BA=E6=B6=88=E6=81=AF=E6=96=87=E6=9C=AC?= =?UTF-8?q?=E7=9A=84=E6=8D=A2=E8=A1=8C=E5=A4=84=E7=90=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/styles/reset-primevue.css | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/styles/reset-primevue.css b/src/styles/reset-primevue.css index b0001b7..1fbf095 100644 --- a/src/styles/reset-primevue.css +++ b/src/styles/reset-primevue.css @@ -13,10 +13,6 @@ font-weight: var(--p-floatlabel-label-active-font-weight); } -.p-fileupload-header { - flex-wrap: wrap; -} - .p-fileupload-file-name { word-break: break-all; } @@ -34,8 +30,12 @@ overflow-y: auto; } -// flex布局子元素宽度超出父元素问题 +/* flex布局子元素宽度超出父元素问题 */ .p-select-label { min-width: 0 !important; width: 0 !important; } + +.p-message-text { + word-break: break-all; +}