zhb пре 3 месеци
родитељ
комит
95129882b9
1 измењених фајлова са 10 додато и 10 уклоњено
  1. 10 10
      pages/login/index.vue

+ 10 - 10
pages/login/index.vue

@@ -134,7 +134,7 @@ const inputType = ref("password");
 <template>
   <cwg-page-wrapper class="login-page" :isHeaderFixed="true" :isLoginPage="true">
     <uni-row class="demo-uni-row">
-      <match-media :min-width="991">
+      <cwg-match-media :min-width="991">
         <uni-col :xs="24" :sm="24" :md="12" :lg="14" :xl="16" class="left-bg">
           <view class="company logo u-flex-y u-flex-y-center">
             <image src="/static/images/logo4.png" class="company-icon" mode="widthFix"></image>
@@ -153,14 +153,14 @@ const inputType = ref("password");
             </view>
           </view>
         </uni-col>
-      </match-media>
+      </cwg-match-media>
       <uni-col :xs="24" :sm="24" :md="12" :lg="10" :xl="8" class="right-f">
         <view class="account">
-          <match-media :max-width="991">
+          <cwg-match-media :max-width="991">
             <view class="company u-flex-y u-flex-y-center">
               <image src="/static/images/logo.png" class="company-icon" mode="widthFix"></image>
             </view>
-          </match-media>
+          </cwg-match-media>
           <view class="title">
             <view class="tit1">{{ t('newSignin.item1') }}</view>
             <view class="tit2">{{ t('newSignin.item2') }}</view>
@@ -206,7 +206,7 @@ const inputType = ref("password");
             {{ t("signin.words") }}
             <text>{{ t("signin.signup") }}</text>
           </navigator>
-          <match-media :min-width="791">
+          <cwg-match-media :min-width="791">
 
 
             <view class="qr-container">
@@ -217,17 +217,17 @@ const inputType = ref("password");
               </view>
               <QrCode width="200" height="200" text="cardGuide" :logo="logoImage"></QrCode>
             </view>
-          </match-media>
+          </cwg-match-media>
         </view>
       </uni-col>
     </uni-row>
     <view class="bottom-box">
-      <match-media :max-width="791">
+      <cwg-match-media :max-width="791">
         <view class="bottom-title ellipsis">{{ t('newSignin.item12') }}</view>
-      </match-media>
-      <match-media :min-width="791">
+      </cwg-match-media>
+      <cwg-match-media :min-width="791">
         <view class="bottom-title">{{ t('newSignin.item12') }}</view>
-      </match-media>
+      </cwg-match-media>
       <view class="cwg-button">
         <u-button type="primary" class="" @click="">
           {{ t("News.More") }}