|
@@ -3,7 +3,7 @@
|
|
|
<el-popover placement="right-end" trigger="hover" width="400" :open-delay="200">
|
|
|
<div class="menu-wrapper">
|
|
|
<div class="children-menu-wrapper borderBottom normal no-children">
|
|
|
- <div v-for="(elm, index) in menuBaseData" :key="elm.key" :style="{width: elm.width}">
|
|
|
+ <div v-for="(elm, index) in menuBaseData" :key="elm.key" :style="elm.styles">
|
|
|
<div
|
|
|
v-if="index < 4"
|
|
|
class="title"
|