fix:修复playlist多选框样式错误

This commit is contained in:
zyh
2023-04-04 10:53:40 +08:00
parent 7ab0e9c592
commit 877f810ae2
2 changed files with 12 additions and 1 deletions

View File

@@ -680,6 +680,17 @@ textarea {
.el-option-width303 { .el-option-width303 {
width: 303px !important; width: 303px !important;
} }
.el-select-multiple-width640 {
width: 640px !important;
.el-input{
width: 640px !important;
}
.el-select__tags{
width: 608px !important;
}
}
.el-dialog__header{ .el-dialog__header{
position: relative; position: relative;
} }

View File

@@ -40,7 +40,7 @@
:placeholder="$t('el.select.placeholder')" :placeholder="$t('el.select.placeholder')"
popper-class="right-box-select-top prevent-clickoutside" popper-class="right-box-select-top prevent-clickoutside"
size="small" size="small"
style="width:100%" class="el-select-multiple-width640"
> >
<el-option <el-option
v-for="item in dashboardList" v-for="item in dashboardList"