Browse Source

fix: 修改导航页面问题

pull/9/head
deepblues 3 years ago
parent
commit
433b9274ef
  1. 2
      src/views/Brand/Brand.vue
  2. 4
      src/views/Nav/Nav.vue

2
src/views/Brand/Brand.vue

@ -150,7 +150,7 @@ getBrandInfo().then(({ data }) => {
//
function changeType(item: any) {
currentTypeId.value = item.order
formatIdx.value = 0
resetIdx()
shopScroll.value?.scrollTo(0, 0)
copyShopList.value = [{ name: '1', shopList: [...shopList.value] }]
}

4
src/views/Nav/Nav.vue

@ -407,6 +407,9 @@ watch(shop, newVal => {
top: 299px;
left: 48px;
z-index: 1;
.dir-container {
overflow: hidden;
}
.di-icon {
max-width: 180px;
}
@ -513,6 +516,7 @@ watch(shop, newVal => {
.dir-container {
display: flex;
align-items: flex-end;
overflow: hidden;
.go-container {
font-size: 48px;
font-family: 'font_bold';

Loading…
Cancel
Save