From eff42d8b0f020b003798a28e70fa2b37524c4b86 Mon Sep 17 00:00:00 2001
From: 若依 <yzz_ivy@163.com>
Date: 星期三, 01 十一月 2023 09:57:49 +0800
Subject: [PATCH] !797 修复字典表详情页面搜索bug Merge pull request !797 from 也曾为你像超人/N/A

---
 ruoyi-ui/src/assets/styles/ruoyi.scss |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)

diff --git a/ruoyi-ui/src/assets/styles/ruoyi.scss b/ruoyi-ui/src/assets/styles/ruoyi.scss
index 2b63c84..db8c29b 100644
--- a/ruoyi-ui/src/assets/styles/ruoyi.scss
+++ b/ruoyi-ui/src/assets/styles/ruoyi.scss
@@ -60,6 +60,10 @@
 	color: inherit;
 }
 
+.el-message-box__status + .el-message-box__message{
+    word-break: break-word;
+}
+
 .el-dialog:not(.is-fullscreen) {
 	margin-top: 6vh !important;
 }

--
Gitblit v1.9.2