From eba4094cc62a431d068329d1018e577003519a63 Mon Sep 17 00:00:00 2001 From: Dorothy <980411823@qq.com> Date: Tue, 30 Aug 2022 16:23:40 +0800 Subject: [PATCH] =?UTF-8?q?=E9=80=9A=E7=9F=A5=E7=AE=A1=E7=90=86=20?= =?UTF-8?q?=E9=80=89=E6=8B=A9=E5=99=A8=E9=AB=98=E5=BA=A6=E9=99=90=E5=88=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/system/notifyManage/index.vue | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/src/views/system/notifyManage/index.vue b/src/views/system/notifyManage/index.vue index 70dfc89..e3ed90a 100644 --- a/src/views/system/notifyManage/index.vue +++ b/src/views/system/notifyManage/index.vue @@ -78,8 +78,7 @@ - - + @@ -485,4 +484,10 @@ textarea{ text-overflow:ellipsis; white-space: nowrap; } +::v-deep .el-select__tags{ + overflow-y: auto; + -webkit-overflow-scrolling: touch; + white-space: nowrap; + max-height: 100px; +}