Ver Fonte

fix qrcode login

scorpio há 2 anos atrás
pai
commit
0c4b4e1dd9
1 ficheiros alterados com 2 adições e 2 exclusões
  1. 2 2
      src/page/login.vue

+ 2 - 2
src/page/login.vue

@@ -10,7 +10,7 @@
 
         <div class='right  flex flex-col flex-child-average'>
           <div class="flex flex-col flex-justify-between" style="height: 560px">
-            <div v-if='dev' class='flex flex-justify-end'
+            <div  class='flex flex-justify-end'
                  style="margin-right: 3px;margin-top: 3px">
               <div>
                 <img v-if="qrCodeLogin" src='../assets/img/com.png' style='width: 80px'
@@ -29,7 +29,7 @@
               <span class='mt-10 bold main-color font-16'
                     style="margin-top: -20px">打开微信扫描二维码登陆梧桐树云平台</span>
             </div>
-            <div v-else class=' flex flex-col flex-center' style='height: 700px'>
+            <div v-else class=' flex flex-col flex-center' style='height: 500px'>
               <span class='font-24 black bold'>欢迎来到梧桐树云平台👏</span>
               <div class="flex flex-col flex-center mt-5" style="width: 450px;height: 400px">
                 <el-form ref='loginForm' :model="form" :rules="rules">