Browse Source

【优化】调整顶部模块坞间距

pull/103/head^2
小诺 2 years ago
parent
commit
89ae5eff78
  1. 3
      snowy-admin-web/src/layout/components/moduleMenu.vue
  2. 1
      snowy-admin-web/src/style/index.less

3
snowy-admin-web/src/layout/components/moduleMenu.vue

@ -10,7 +10,8 @@
<a-menu-item
v-for="item in menu"
:key="item.id"
style="padding-right: 5px; position: relative"
class="!px-3"
style="position: relative"
@click="moduleClick(item.id)"
>
<template #icon>

1
snowy-admin-web/src/style/index.less

@ -153,7 +153,6 @@ a, button, input, textarea {
background-color: var(--body-background);
.ant-menu-item{
padding-right: 20px!important;
height: 48px;
line-height: 48px;
}

Loading…
Cancel
Save