From 9e59b2b7c61621f59387a8ec33d1889c80ce0694 Mon Sep 17 00:00:00 2001 From: zhangdaiscott Date: Tue, 26 Sep 2023 09:19:31 +0800 Subject: [PATCH] =?UTF-8?q?=E3=80=90issues/5407=E3=80=91=E5=AD=97=E6=AE=B5?= =?UTF-8?q?=E4=BF=A1=E6=81=AF=E6=A0=A1=E9=AA=8C=E6=98=AF=E5=A4=9A=E8=A1=8C?= =?UTF-8?q?=E6=8F=90=E7=A4=BA=E4=BC=9A=E8=A2=AB=E9=81=AE=E6=8C=A1=20---?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/design/index.less | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/src/design/index.less b/src/design/index.less index 056c968..6798a92 100644 --- a/src/design/index.less +++ b/src/design/index.less @@ -59,3 +59,9 @@ img, video { height: auto; } // 保持 和 windi 一样的全局样式,减少升级带来的影响 + +// update-begin--author:liaozhiyang---date:20230925---for:【issues/5407】字段信息校验是多行提示会被遮挡 +.vxe-cell--valid-msg { + white-space: nowrap; +} +// update-end--author:liaozhiyang---date:20230925---for:【issues/5407】字段信息校验是多行提示会被遮挡