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 {
|
.category-sidebar {
|
||||||
width: 180rpx;
|
width: 140rpx;
|
||||||
background: #fff;
|
background: #fff;
|
||||||
flex-shrink: 0;
|
flex-shrink: 0;
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -150,7 +150,7 @@ export default {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.category-sidebar {
|
.category-sidebar {
|
||||||
width: 180rpx;
|
width: 140rpx;
|
||||||
background: #fff;
|
background: #fff;
|
||||||
flex-shrink: 0;
|
flex-shrink: 0;
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -275,7 +275,7 @@ export default {
|
|||||||
|
|
||||||
/* 左侧分类 */
|
/* 左侧分类 */
|
||||||
.category-sidebar {
|
.category-sidebar {
|
||||||
width: 180rpx;
|
width: 140rpx;
|
||||||
background: #fff;
|
background: #fff;
|
||||||
flex-shrink: 0;
|
flex-shrink: 0;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user