skyblued 2 лет назад
Родитель
Сommit
7aa6b9d3ab
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      src/views/shop-mall/components/TheHomeHeader/index.tsx

+ 1 - 1
src/views/shop-mall/components/TheHomeHeader/index.tsx

@@ -43,7 +43,7 @@ export default defineComponent({
     ]
     return () => (
       <div class={styles.theHomeHeader}>
-        <div style={{ height: navBarHeight.value + 'px' }}></div>
+        <div style={{ height: navBarHeight.value + 'px', background: 'red' }}></div>
         <div class={styles.content}>
           <img class={styles.mall} src={IconMall} />
           <div class={styles.searchBox} onClick={() => emit('search')}>