From 14fe38056a28eb4a6331f31d17ca211f50647033 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=99=88=E8=A3=95=E8=B4=A2?= Date: Thu, 4 Aug 2022 09:31:09 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/styles/mdp.scss | 7 +++++++ src/views/xm/core/xmQuestion/XmQuestionEdit.vue | 4 ++-- 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/src/styles/mdp.scss b/src/styles/mdp.scss index 8653816a..51b7ab16 100644 --- a/src/styles/mdp.scss +++ b/src/styles/mdp.scss @@ -311,6 +311,13 @@ table tr.hover-row{ text-align: center; width: 20px; } +/** +超宽度换行 +**/ +.el-tag{ + white-space: normal; + height:auto; +} /*此处根据不同屏幕分配率显示不同的样式*/ /*手机端*/ @media only screen and (min-width: 0px) and (max-width: 768px) { diff --git a/src/views/xm/core/xmQuestion/XmQuestionEdit.vue b/src/views/xm/core/xmQuestion/XmQuestionEdit.vue index aa87bade..a7a9e382 100644 --- a/src/views/xm/core/xmQuestion/XmQuestionEdit.vue +++ b/src/views/xm/core/xmQuestion/XmQuestionEdit.vue @@ -17,8 +17,8 @@ {{editForm.funcName?editForm.funcName:'无'}} 选择模块 - - + +
{{editForm.menuName?editForm.menuName:"未关联需求"}}