feat: 分类数据统一

This commit is contained in:
R524809
2026-04-23 10:54:22 +08:00
parent 2a1dbad164
commit b2ab123b4f
15 changed files with 757 additions and 221 deletions
+3 -2
View File
@@ -134,8 +134,8 @@
}
.cat-card__thumb {
width: 160rpx;
height: 180rpx;
width: 168rpx;
height: 210rpx;
flex-shrink: 0;
border-radius: 10rpx;
display: flex;
@@ -143,6 +143,7 @@
justify-content: center;
overflow: hidden;
border: 1rpx solid #bbb;
background: #f0f0f0;
}
.cat-card__thumb-img {