skyblued 2 年之前
父节点
当前提交
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')}>