Merge branch 'feature/task1.0.0_xg' into 'feature/task1.0.0'

feat: 首页分类UI调整

See merge request yanxuan-frontend/shop-pc!94
merge-requests/95/head
肖广 2 years ago
commit b6ea4af6ed

@ -173,13 +173,13 @@ export default {
color: #333333; color: #333333;
.tab-category-menu__left { .tab-category-menu__left {
width: 190px; width: 190px;
padding: 15px 0; padding: 30px 0 35px 0;
background: #ffffff; background: #ffffff;
.menu-left__item { .menu-left__item {
height: 36px; height: 36px;
cursor: pointer; cursor: pointer;
padding: 0 24px 0 41px; padding: 0 24px 0 41px;
margin-top: 23px; margin-top: 15px;
&:first-child { &:first-child {
margin-top: 0; margin-top: 0;
} }

Loading…
Cancel
Save