NEZ-2719 fix:IPAM二级页面新建编辑时Type样式展开问题

This commit is contained in:
zhangyu
2023-03-24 17:12:34 +08:00
parent efd85c0cf0
commit 7ca90d3bb7

View File

@@ -21,7 +21,7 @@
placeholder=""
@change="validValueType"
:disabled="!!editipam.id"
popper-class="right-box-select-top prevent-clickoutside"
popper-class="right-box-select-top right-box__select-width prevent-clickoutside"
size="small">
<template v-for="item in typeList">
<el-option :key="item.value" :label="item.label" :value="item.value"></el-option>