From 877f810ae210117c51a52a85964e6eea42b74b26 Mon Sep 17 00:00:00 2001 From: zyh Date: Tue, 4 Apr 2023 10:53:40 +0800 Subject: [PATCH] =?UTF-8?q?fix=EF=BC=9A=E4=BF=AE=E5=A4=8Dplaylist=E5=A4=9A?= =?UTF-8?q?=E9=80=89=E6=A1=86=E6=A0=B7=E5=BC=8F=E9=94=99=E8=AF=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- nezha-fronted/src/assets/css/common.scss | 11 +++++++++++ .../src/components/common/rightBox/playlistBox.vue | 2 +- 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/nezha-fronted/src/assets/css/common.scss b/nezha-fronted/src/assets/css/common.scss index aae8c34f0..79a91fda2 100644 --- a/nezha-fronted/src/assets/css/common.scss +++ b/nezha-fronted/src/assets/css/common.scss @@ -680,6 +680,17 @@ textarea { .el-option-width303 { width: 303px !important; } + +.el-select-multiple-width640 { + width: 640px !important; + .el-input{ + width: 640px !important; + } + .el-select__tags{ + width: 608px !important; + } +} + .el-dialog__header{ position: relative; } diff --git a/nezha-fronted/src/components/common/rightBox/playlistBox.vue b/nezha-fronted/src/components/common/rightBox/playlistBox.vue index 4c5da6c0a..b637fa618 100644 --- a/nezha-fronted/src/components/common/rightBox/playlistBox.vue +++ b/nezha-fronted/src/components/common/rightBox/playlistBox.vue @@ -40,7 +40,7 @@ :placeholder="$t('el.select.placeholder')" popper-class="right-box-select-top prevent-clickoutside" size="small" - style="width:100%" + class="el-select-multiple-width640" >