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,7 +12,7 @@
12 v-show="opened" 12 v-show="opened"
13 placement="bottom" 13 placement="bottom"
14 ref="drop" 14 ref="drop"
15 - :style="dropStyle"><ul><slot></slot></ul> 15 + :style="dropStyle"><ul :class="[prefixCls + '-drop-list']"><slot></slot></ul>
16 </Drop> 16 </Drop>
17 </transition> 17 </transition>
18 </li> 18 </li>