From ec63b16d79a130a305aed0bebdad701a3b12047d Mon Sep 17 00:00:00 2001
From: Tomas <tomasysh@gmail.com>
Date: 星期五, 12 十一月 2021 15:42:44 +0800
Subject: [PATCH] fixed: [login] desktop 跑版

---
 PAMapp/pages/login/index.vue |    7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)

diff --git a/PAMapp/pages/login/index.vue b/PAMapp/pages/login/index.vue
index 239f0aa..eb4cb13 100644
--- a/PAMapp/pages/login/index.vue
+++ b/PAMapp/pages/login/index.vue
@@ -16,6 +16,8 @@
               @click="connectDevice = 'EMAIL'">Email</el-button>
           </el-row>
 
+
+        </div>
           <el-row type="flex" class="pt-10" v-show="connectDevice === 'MOBILE'">
             <input
               class="pam-input"
@@ -77,8 +79,6 @@
               </button>
             </el-row>
           </div>
-
-        </div>
       </div>
 
       <el-row type="flex" justify="center" class="pam-login-page__action-bar">
@@ -297,6 +297,9 @@
   display: flex;
   flex-direction: column;
   border-radius: 0;
+  &.el-dialog {
+    border-radius: 0;
+  }
   .el-dialog__header {
     padding: 0;
     margin-bottom: 30px;

--
Gitblit v1.8.0