skyblued 2 年之前
父節點
當前提交
1f7dff08d5
共有 3 個文件被更改,包括 5 次插入2 次删除
  1. 2 0
      src/views/accompany/index.module.less
  2. 1 1
      src/views/accompany/index.tsx
  3. 2 1
      src/views/accompany/music-list.tsx

+ 2 - 0
src/views/accompany/index.module.less

@@ -46,6 +46,8 @@
     .heade{
         position: fixed;
         top: 0;
+        width: 100%;
+        z-index: 10;
     }
     .filter{
         display: flex;

+ 1 - 1
src/views/accompany/index.tsx

@@ -68,7 +68,7 @@ export default defineComponent({
     }
     const handleOpen = () => {
       const src: string = route?.path || 'accompany'
-      console.log('🚀 ~ route.path', src)
+    //   console.log('🚀 ~ route.path', src)
       data.childPath = src.replace(/\//g, '') || 'accompany'
     }
     watch(

+ 2 - 1
src/views/accompany/music-list.tsx

@@ -207,9 +207,10 @@ export default defineComponent({
             </Search>
           </div>
         </div>
+        {headerData.height && <div style={{height: headerData.height + 'px'}}></div>}
         <Cell
           center
-          title="无别(【冥加】会员,测试"
+          title="无别,胜强测试"
           isLink
           onClick={() => {
             const origin = /(localhost|192)/.test(location.host)