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