Browse Source

fix: 🧩 修改菜单层级

pull/2/head
liyongle 3 years ago
parent
commit
4a31511bcc
  1. 1
      src/components/Menu/Menu.vue

1
src/components/Menu/Menu.vue

@ -98,6 +98,7 @@ watch(route, to => {
position: fixed;
bottom: 0;
left: 291px;
z-index: 900;
width: 1330px;
height: 88px;
padding: 12px 112px 6px 101px;

Loading…
Cancel
Save