NEZ-1023 style: 下拉列表 样式调整

This commit is contained in:
@changcode
2021-09-24 17:07:16 +08:00
parent 74e089a820
commit 025ae13877
18 changed files with 84 additions and 57 deletions

View File

@@ -50,7 +50,7 @@
:placeholder="lockModelInputValue"
:options="options.brandAndModelOptions"
:props="{ label: 'name', value: 'id' }"
popper-class="prevent-clickoutside limit-height"
popper-class="prevent-clickoutside right-box-dropdown-top right-box-select-dropdown limit-height"
size="small"
style="width: 100%;"
></el-cascader>
@@ -65,6 +65,7 @@
v-model="editAsset.purchaseDate"
placeholder=""
size="small"
popper-class="right-box-select-dropdown"
style="width: 100%"
type="date"
value-format="yyyy-MM-dd">
@@ -165,7 +166,7 @@
:options="options.fieldGroupOptions"
:props="labelCascProp"
class="hide-input"
popper-class="prevent-clickoutside limit-height"
popper-class="prevent-clickoutside right-box-dropdown-top right-public-box-dropdown-width limit-height"
size="small"
@change="addLabel"
></el-cascader>