fix(categories): 修复分类界面标签边距错误

This commit is contained in:
nineya 2023-05-05 10:34:25 +08:00
parent a4bc642940
commit 3cc286960a
2 changed files with 2 additions and 6 deletions

View File

@ -579,7 +579,7 @@ table td, table th {
} }
li ul { li ul {
margin: 0.5em 0.5em 0.75em 0.75em; margin: 0.5em 0 0.75em 0.75em;
padding-left: 0.5em; padding-left: 0.5em;
border-left: 1px solid var(--light-c); border-left: 1px solid var(--light-c);
} }
@ -2740,10 +2740,6 @@ button.swiper-pagination-bullet {
} }
} }
.menu-list li ul {
margin-right: 0;
}
&.profile { &.profile {
figure { figure {
width: 98px; width: 98px;

File diff suppressed because one or more lines are too long