yuantianjiao 6 years ago
parent
commit
17b21d62cb

+ 1
- 0
src/pages/user/mainPage/userCenter/index.vue View File

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

+ 4
- 2
src/pages/user/mainPage/userCenter/page.scss View File

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