NEZ-2627 fix:Dashboard templates新建或修改时选择Group,下拉框打开过程中样式有误
This commit is contained in:
@@ -667,6 +667,9 @@ textarea {
|
|||||||
box-sizing: border-box;
|
box-sizing: border-box;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
.el-option-width303 {
|
||||||
|
width: 303px !important;
|
||||||
|
}
|
||||||
.el-dialog__header{
|
.el-dialog__header{
|
||||||
position: relative;
|
position: relative;
|
||||||
}
|
}
|
||||||
@@ -681,4 +684,4 @@ textarea {
|
|||||||
|
|
||||||
.message-zindex{
|
.message-zindex{
|
||||||
z-index: 5000 !important;
|
z-index: 5000 !important;
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -58,7 +58,7 @@
|
|||||||
</el-form-item>
|
</el-form-item>
|
||||||
<!--group-->
|
<!--group-->
|
||||||
<el-form-item :label="$t('dashboard.panel.chartForm.group')" class="form-item--half-width" prop="group">
|
<el-form-item :label="$t('dashboard.panel.chartForm.group')" class="form-item--half-width" prop="group">
|
||||||
<el-select id="chart-box-group" v-model="editChart.groupId" :disabled="editChart.type==='group'" clearable placeholder="" popper-class="right-box-select-top prevent-clickoutside" size="small" value-key="chartType">
|
<el-select id="chart-box-group" v-model="editChart.groupId" :disabled="editChart.type==='group'" clearable placeholder="" popper-class="right-box-select-top prevent-clickoutside el-option-width303" size="small" value-key="chartType">
|
||||||
<el-option v-for="item in groupArr" :key="item.id" :label="item.name" :value="item.id">
|
<el-option v-for="item in groupArr" :key="item.id" :label="item.name" :value="item.id">
|
||||||
<span class="panel-dropdown-label-txt" >{{item.name}}</span>
|
<span class="panel-dropdown-label-txt" >{{item.name}}</span>
|
||||||
</el-option>
|
</el-option>
|
||||||
|
|||||||
Reference in New Issue
Block a user