Browse Source

样式调整

lifanagju_citu 4 months ago
parent
commit
af1ba424a2
2 changed files with 2 additions and 5 deletions
  1. 0 3
      components.d.ts
  2. 2 2
      src/components/FormUI/su-number-box/su-number-box.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']
-  }
 }
 }

+ 2 - 2
src/components/FormUI/su-number-box/su-number-box.vue

@@ -1,5 +1,5 @@
 <template>
 <template>
-  <view class="uni-numbox">
+  <view class="d-flex align-center">
     <v-btn
     <v-btn
       icon="mdi-minus" 
       icon="mdi-minus" 
       size="x-small" 
       size="x-small" 
@@ -10,7 +10,7 @@
       :disabled="disabled"
       :disabled="disabled"
       @focus="_onFocus"
       @focus="_onFocus"
       @blur="_onBlur"
       @blur="_onBlur"
-      class="uni-numbox__value inputItem mx-2"
+      class="inputItem mx-2"
       type="number"
       type="number"
       v-model="inputValue"
       v-model="inputValue"
       :style="{ color }"
       :style="{ color }"