lifanagju_citu 6 månader sedan
förälder
incheckning
6d44a727f7
2 ändrade filer med 1 tillägg och 4 borttagningar
  1. 0 3
      components.d.ts
  2. 1 1
      src/views/mall/components/prizeDraw.vue

+ 0 - 3
components.d.ts

@@ -72,7 +72,4 @@ declare module 'vue' {
     VerifySlide: typeof import('./src/components/Verifition/Verify/VerifySlide.vue')['default']
     VerifySlide: typeof import('./src/components/Verifition/Verify/VerifySlide.vue')['default']
     WangEditor: typeof import('./src/components/FormUI/wangEditor/index.vue')['default']
     WangEditor: typeof import('./src/components/FormUI/wangEditor/index.vue')['default']
   }
   }
-  export interface ComponentCustomProperties {
-    vLoading: typeof import('element-plus/es')['ElLoadingDirective']
-  }
 }
 }

+ 1 - 1
src/views/mall/components/prizeDraw.vue

@@ -115,7 +115,7 @@ getData()
   font-size: 20px;
   font-size: 20px;
   font-weight: bold;
   font-weight: bold;
   padding: 2px 38px;
   padding: 2px 38px;
-  border-bottom: 3px solid #00897B;
+  border-bottom: 3px solid var(--v-primary-base);
 }
 }
 .colorBase {
 .colorBase {
   color: var(--v-primary-base);
   color: var(--v-primary-base);