mirror of https://gitee.com/xiaonuobase/snowy
【优化】调整顶部模块坞间距
parent
b845a0c253
commit
89ae5eff78
|
@ -10,7 +10,8 @@
|
||||||
<a-menu-item
|
<a-menu-item
|
||||||
v-for="item in menu"
|
v-for="item in menu"
|
||||||
:key="item.id"
|
:key="item.id"
|
||||||
style="padding-right: 5px; position: relative"
|
class="!px-3"
|
||||||
|
style="position: relative"
|
||||||
@click="moduleClick(item.id)"
|
@click="moduleClick(item.id)"
|
||||||
>
|
>
|
||||||
<template #icon>
|
<template #icon>
|
||||||
|
|
|
@ -153,7 +153,6 @@ a, button, input, textarea {
|
||||||
background-color: var(--body-background);
|
background-color: var(--body-background);
|
||||||
|
|
||||||
.ant-menu-item{
|
.ant-menu-item{
|
||||||
padding-right: 20px!important;
|
|
||||||
height: 48px;
|
height: 48px;
|
||||||
line-height: 48px;
|
line-height: 48px;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue