Browse Source

样式修改

lifanagju_citu 6 months ago
parent
commit
6d44a727f7
2 changed files with 1 additions and 4 deletions
  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']
     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-weight: bold;
   padding: 2px 38px;
-  border-bottom: 3px solid #00897B;
+  border-bottom: 3px solid var(--v-primary-base);
 }
 .colorBase {
   color: var(--v-primary-base);