修复商品分类文字显示问题

This commit is contained in:
2026-03-09 15:38:50 +08:00
parent 7ae92fea00
commit 7e71126774
2 changed files with 43 additions and 1 deletions

View File

@@ -680,6 +680,7 @@ transition: all 0.3s;
display: flex;
align-items: center;
padding: 0 6px;
cursor: pointer;
}
.switch-on {
@@ -693,6 +694,7 @@ background-color: #fff;
border-radius: 50%;
position: absolute;
left: 3px;
top: 3px;
transition: all 0.3s;
}
@@ -704,6 +706,7 @@ left: 33px;
font-size: 12px;
color: #fff;
margin-left: auto;
line-height: 24px;
}
.switch-on .switch-text {