style(菜单组件): 调整级联选择器宽度样式为全宽
This commit is contained in:
parent
58b123d316
commit
ea5709e5b6
|
|
@ -6,7 +6,7 @@
|
|||
:options="pathOptions"
|
||||
v-model="activeComponent"
|
||||
filterable
|
||||
class="w-full"
|
||||
class="!w-full"
|
||||
clearable
|
||||
@change="emitChange"
|
||||
/>
|
||||
|
|
|
|||
Loading…
Reference in New Issue