fix: 左侧分类宽度从180rpx调整为140rpx
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
@@ -207,7 +207,7 @@ export default {
|
||||
}
|
||||
|
||||
.category-sidebar {
|
||||
width: 180rpx;
|
||||
width: 140rpx;
|
||||
background: #fff;
|
||||
flex-shrink: 0;
|
||||
}
|
||||
|
||||
@@ -150,7 +150,7 @@ export default {
|
||||
}
|
||||
|
||||
.category-sidebar {
|
||||
width: 180rpx;
|
||||
width: 140rpx;
|
||||
background: #fff;
|
||||
flex-shrink: 0;
|
||||
}
|
||||
|
||||
@@ -275,7 +275,7 @@ export default {
|
||||
|
||||
/* 左侧分类 */
|
||||
.category-sidebar {
|
||||
width: 180rpx;
|
||||
width: 140rpx;
|
||||
background: #fff;
|
||||
flex-shrink: 0;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user