fix: 左侧分类宽度从180rpx调整为140rpx
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Agent
2026-03-28 10:24:03 +00:00
parent bfab7b8d1d
commit f3d01ca9ce
3 changed files with 3 additions and 3 deletions

View File

@@ -207,7 +207,7 @@ export default {
}
.category-sidebar {
width: 180rpx;
width: 140rpx;
background: #fff;
flex-shrink: 0;
}

View File

@@ -150,7 +150,7 @@ export default {
}
.category-sidebar {
width: 180rpx;
width: 140rpx;
background: #fff;
flex-shrink: 0;
}

View File

@@ -275,7 +275,7 @@ export default {
/* 左侧分类 */
.category-sidebar {
width: 180rpx;
width: 140rpx;
background: #fff;
flex-shrink: 0;
}