yuantianjiao 6 년 전
부모
커밋
17b21d62cb
2개의 변경된 파일5개의 추가작업 그리고 2개의 파일을 삭제
  1. 1
    0
      src/pages/user/mainPage/userCenter/index.vue
  2. 4
    2
      src/pages/user/mainPage/userCenter/page.scss

+ 1
- 0
src/pages/user/mainPage/userCenter/index.vue 파일 보기

@@ -126,6 +126,7 @@ export default {
126 126
           if (this.user.Phone) {
127 127
             JsBarcode("#barcode", this.user.Barcode, {
128 128
               lineColor: '#000000',
129
+              width:1.5,
129 130
               height: 60,
130 131
               displayValue: false
131 132
             })

+ 4
- 2
src/pages/user/mainPage/userCenter/page.scss 파일 보기

@@ -96,10 +96,10 @@
96 96
   }
97 97
   .zIndex_bg {
98 98
     position: absolute;
99
-    bottom: -.6rem;
99
+    bottom: -.8rem;
100 100
     left: 0;
101 101
     width: 120%;
102
-    height: .6rem;
102
+    height: .8rem;
103 103
     transform: rotate(351.5deg);
104 104
     transform-origin: bottom left;
105 105
     z-index: 3;
@@ -155,6 +155,8 @@
155 155
   background:rgba(255,255,255,1);
156 156
   border-radius:8px;
157 157
   box-sizing: border-box;
158
+  z-index: 5;
159
+  position: relative;
158 160
   .privilege-item {
159 161
     display: flex;
160 162
     flex-flow: column nowrap;