fix:修复playlist多选框样式错误
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
@@ -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"
|
||||
>
|
||||
<el-option
|
||||
v-for="item in dashboardList"
|
||||
|
||||
Reference in New Issue
Block a user