Переглянути джерело

Merge branch 'dev' of https://git.citupro.com/zhengnaiwen_citu/menduner into dev

Xiao_123 4 місяців тому
батько
коміт
a0e221f6b8
2 змінених файлів з 2 додано та 5 видалено
  1. 0 3
      components.d.ts
  2. 2 2
      src/views/recruit/personal/home/index.vue

+ 0 - 3
components.d.ts

@@ -76,7 +76,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: 150px;
   left: 0;
-  // z-index: 999;
+  z-index: 998;
   width: 15px;
   max-width: 180px;
   margin-left: -200px;