Jelajahi Sumber

Merge branch 'ch/jinrui1.0' of eta_mini/eta_mini_crm_front into debug_jr

leichen 2 minggu lalu
induk
melakukan
b1b4edc861
1 mengubah file dengan 3 tambahan dan 3 penghapusan
  1. 3 3
      src/views/Login.vue

+ 3 - 3
src/views/Login.vue

@@ -103,8 +103,8 @@ onMounted(() => {
 
     <div class="form-wrap">
       <div class="form-content">
-        <h1 class="login-title">Login</h1>
-        <h3 class="title">运营管理系统</h3>
+        <!-- <h1 class="login-title">Login</h1> -->
+        <h4 class="title">金瑞期货</h4>
         <el-form
           ref="ruleFormRef"
           :model="formState"
@@ -142,7 +142,6 @@ onMounted(() => {
           </el-form-item>
         </el-form>
       </div>
-      <p class="bot-tips">期货投资咨询业务批准文号:证监许可【2011】1446号</p>
     </div>
   </div>
 </template>
@@ -196,6 +195,7 @@ onMounted(() => {
       margin-bottom: 36px;
     }
     .title {
+      text-align: center;
       margin-top: 0;
       font-size: 38px;
     }