diff --git a/nezha-fronted/src/components/common/elSelect/MyElSelect.vue b/nezha-fronted/src/components/common/elSelect/MyElSelect.vue new file mode 100644 index 000000000..676f9c526 --- /dev/null +++ b/nezha-fronted/src/components/common/elSelect/MyElSelect.vue @@ -0,0 +1,894 @@ + + + diff --git a/nezha-fronted/src/components/common/rightBox/asset/assetBox.vue b/nezha-fronted/src/components/common/rightBox/asset/assetBox.vue index 0b5bfca64..045f14499 100644 --- a/nezha-fronted/src/components/common/rightBox/asset/assetBox.vue +++ b/nezha-fronted/src/components/common/rightBox/asset/assetBox.vue @@ -168,7 +168,7 @@ :options="options.fieldGroupOptions" :props="labelCascProp" class="hide-input" - popper-class="prevent-clickoutside right-box-dropdown-top asset-right-box-dropdown-width limit-height" + popper-class="prevent-clickoutside right-public-box-select-top right-public-box-dropdown-top limit-height" size="small" @change="addLabel" > @@ -316,6 +316,7 @@ export default { showAddressOption: true, talonShowTow: true, editAsset: {}, + minWidth: '', url: 'asset/asset', rightBox: { model: { show: false } }, vmLock: false, // 当自己是虚拟机时,锁定品牌型号位置为parent的,无法修改 diff --git a/nezha-fronted/src/components/common/rightBox/locationCascader.vue b/nezha-fronted/src/components/common/rightBox/locationCascader.vue index 255b92a50..cab69aee1 100644 --- a/nezha-fronted/src/components/common/rightBox/locationCascader.vue +++ b/nezha-fronted/src/components/common/rightBox/locationCascader.vue @@ -1,11 +1,11 @@