feat:'左侧菜单item修改左内边距' (#1272)
* feat:'左侧菜单修改边距' Co-authored-by: 奇淼(piexlmax <qimiaojiangjizhao@gmail.com>
This commit is contained in:
parent
cf5daffe69
commit
27ba592434
|
@ -89,4 +89,7 @@ watch(() => props.theme, () => {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.gva-subMenu {
|
||||||
|
padding-left: 4px;
|
||||||
|
}
|
||||||
</style>
|
</style>
|
||||||
|
|
|
@ -78,6 +78,7 @@ watch(() => props.theme, () => {
|
||||||
display: flex;
|
display: flex;
|
||||||
justify-content: flex-start;
|
justify-content: flex-start;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
|
padding-left: 4px;
|
||||||
|
|
||||||
.gva-menu-item-title {
|
.gva-menu-item-title {
|
||||||
flex:1;
|
flex:1;
|
||||||
|
|
Loading…
Reference in New Issue