chore: 修改商品分类名称的文字大小

This commit is contained in:
2025-12-30 16:32:16 +08:00
parent 71c866c0f8
commit c790d63005

View File

@@ -610,10 +610,10 @@ export default {
view {
color: #222222;
width: 100%;
white-space: nowrap;
text-overflow: ellipsis;
white-space: break-word;
overflow: hidden;
text-align: center;
font-size: 10px;
}
&.border-top {
@@ -630,6 +630,7 @@ export default {
view {
color: #333;
font-weight: bold;
font-size: $font-size-base;
}
&::before {