zhb il y a 1 mois
Parent
commit
10aedaa875
2 fichiers modifiés avec 3 ajouts et 3 suppressions
  1. 2 2
      pages/login/index.vue
  2. 1 1
      static/scss/global/global.scss

+ 2 - 2
pages/login/index.vue

@@ -279,14 +279,14 @@
             <cwg-match-media :min-width="791">
 
 
-              <view class="qr-container">
+              <!-- <view class="qr-container">
                 <view class="qr-title">
                   <view class="line"></view>
                   <view class="qr-tit2">{{ t('newSignin.item2') }}</view>
                   <view class="line"></view>
                 </view>
                 <QrCode width="200" height="200" text="cardGuide" :logo="logoImage"></QrCode>
-              </view>
+              </view> -->
             </cwg-match-media>
           </view>
         </uni-col>

+ 1 - 1
static/scss/global/global.scss

@@ -589,7 +589,7 @@ uni-content.collapsed {
         font-size: var(--font-size-16);
         font-weight: bold;
         color: var(--black);
-        background-color: var(--color-navy-900) !important;
+        background-color: #cf1322 !important;
         border: none !important;
         border-radius: px2rpx(100) !important;