Commit e510a3e72e125aa8009dc2999579f587e8ca8484

Authored by 梁灏
1 parent 2e84df44

update Menu

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
src/components/menu/submenu.vue
... ... @@ -12,7 +12,7 @@
12 12 v-show="opened"
13 13 placement="bottom"
14 14 ref="drop"
15   - :style="dropStyle"><ul><slot></slot></ul>
  15 + :style="dropStyle"><ul :class="[prefixCls + '-drop-list']"><slot></slot></ul>
16 16 </Drop>
17 17 </transition>
18 18 </li>
... ...