Browse Source

层级低于导航栏

lifanagju_citu 5 tháng trước cách đây
mục cha
commit
68f854906b
2 tập tin đã thay đổi với 3 bổ sung5 xóa
  1. 1 3
      components.d.ts
  2. 2 2
      src/views/recruit/personal/home/index.vue

+ 1 - 3
components.d.ts

@@ -30,6 +30,7 @@ declare module 'vue' {
     CtTextField: typeof import('./src/components/CtVuetify/CtTextField/index.vue')['default']
     DatePicker: typeof import('./src/components/DatePicker/index.vue')['default']
     Echarts: typeof import('./src/components/Echarts/index.vue')['default']
+    ElCascader: typeof import('element-plus/es')['ElCascader']
     ElConfigProvider: typeof import('element-plus/es')['ElConfigProvider']
     Empty: typeof import('./src/components/Empty/index.vue')['default']
     File: typeof import('./src/components/Upload/file.vue')['default']
@@ -73,7 +74,4 @@ declare module 'vue' {
     VerifySlide: typeof import('./src/components/Verifition/Verify/VerifySlide.vue')['default']
     WangEditor: typeof import('./src/components/FormUI/wangEditor/index.vue')['default']
   }
-  export interface ComponentCustomProperties {
-    vLoading: typeof import('element-plus/es')['ElLoadingDirective']
-  }
 }

+ 2 - 2
src/views/recruit/personal/home/index.vue

@@ -146,14 +146,14 @@ onMounted(async () => {
 .stickyBox {
   position: sticky;
   top: 48px;
-  z-index: 999;
+  z-index: 998;
   background-color: var(--default-bgc);
 }
 .advertiseBox {
   position: sticky;
   top: 128px;
   left: 0;
-  z-index: 999;
+  z-index: 998;
   width: 15px;
   max-width: 180px;
   margin-left: -200px;