WINDOWS-7IFQK7E\EDY 2 år sedan
förälder
incheckning
21773db44b
3 ändrade filer med 61 tillägg och 62 borttagningar
  1. 1 0
      src/components.d.ts
  2. 2 3
      src/pages/stxkbzr/index.vue
  3. 58 59
      src/store/user.js

+ 1 - 0
src/components.d.ts

@@ -17,6 +17,7 @@ declare module '@vue/runtime-core' {
     VanGridItem: typeof import('vant/es')['GridItem']
     VanIcon: typeof import('vant/es')['Icon']
     VanList: typeof import('vant/es')['List']
+    VanNavBar: typeof import('vant/es')['NavBar']
     VanPullRefresh: typeof import('vant/es')['PullRefresh']
     VanSwipe: typeof import('vant/es')['Swipe']
     VanSwipeItem: typeof import('vant/es')['SwipeItem']

+ 2 - 3
src/pages/stxkbzr/index.vue

@@ -598,7 +598,7 @@ export default {
     text-align: center;
     font-size: 0.24 * 13.3vw;
     color: #a0a0a0;
-    border: 1px solid #a0a0a0;
+    border: 1px solid #fff;
     border-radius: 0.05 * 13.3vw;
     letter-spacing: 0.02 * 13.3vw;
     position: relative;
@@ -611,7 +611,7 @@ export default {
   }
   .blueName {
     color: #003adf;
-    border: 1px solid #003eee;
+    border: 3px solid #003eee;
   }
   .blueBg {
     color: #003adf;
@@ -732,7 +732,6 @@ export default {
   .orangeBtn {
     width: 1.5 * 13.3vw;
     height: 0.68 * 13.3vw;
-
     border-radius: 0.34 * 13.3vw;
     color: #fff;
     font-size: 0.34 * 13.3vw;

Filskillnaden har hållts tillbaka eftersom den är för stor
+ 58 - 59
src/store/user.js