WINDOWS-7IFQK7E\EDY 2 years ago
parent
commit
fe4520f456
3 changed files with 77 additions and 76 deletions
  1. 1 0
      src/components.d.ts
  2. 1 1
      src/pages/stxkjsd/index.vue
  3. 75 75
      src/store/user.js

+ 1 - 0
src/components.d.ts

@@ -29,6 +29,7 @@ declare module '@vue/runtime-core' {
     VanPullRefresh: typeof import('vant/es')['PullRefresh']
     VanRadio: typeof import('vant/es')['Radio']
     VanRadioGroup: typeof import('vant/es')['RadioGroup']
+    VanRate: typeof import('vant/es')['Rate']
     VanSwipe: typeof import('vant/es')['Swipe']
     VanSwipeItem: typeof import('vant/es')['SwipeItem']
     VanTab: typeof import('vant/es')['Tab']

+ 1 - 1
src/pages/stxkjsd/index.vue

@@ -637,7 +637,7 @@ export default {
       }
       .c-detail {
         height: 0.35 * 13.3vw;
-        font-size: 0.1 * 13.3vw;
+        font-size: 0.26 * 13.3vw;
         font-family: AdobeHeitiStd-Regular;
         color: #a0a0a0;
         letter-spacing: 0.01 * 13.3vw;

File diff suppressed because it is too large
+ 75 - 75
src/store/user.js