From 091618590e16bc7e3f989944494b49ab6e98b626 Mon Sep 17 00:00:00 2001
From: “dzb” <2632970487@qq.com>
Date: 星期三, 21 九月 2022 09:50:49 +0800
Subject: [PATCH] 注册、查看、修改组件顶部背景色改为白色

---
 src/views/systemSetting/baseSetting/user/updateUser/index.vue |   58 +++++++++++++++++++++++++++++-----------------------------
 1 files changed, 29 insertions(+), 29 deletions(-)

diff --git a/src/views/systemSetting/baseSetting/user/updateUser/index.vue b/src/views/systemSetting/baseSetting/user/updateUser/index.vue
index 270ee8c..eabcd01 100644
--- a/src/views/systemSetting/baseSetting/user/updateUser/index.vue
+++ b/src/views/systemSetting/baseSetting/user/updateUser/index.vue
@@ -1,10 +1,10 @@
 <template>
     <div class="updateUser">
-        <header>
+        <!-- <header>
             <div class="headerTitle">{{updateFlag ? '淇敼鐢ㄦ埛閮ㄩ棬淇℃伅' :'鏌ョ湅鐢ㄦ埛淇℃伅'}}</div>
-        </header>
+        </header> -->
         <main>
-            <div class="mainTitle">鍩虹淇℃伅</div>
+            <!-- <div class="mainTitle">鍩虹淇℃伅</div> -->
             <div class="mainContent">
                 <el-form ref="user" label-width="140px" autoComplete="on" :model="user" :rules="createUserRules"
                     label-position="right">
@@ -296,44 +296,44 @@
     border-radius: 1px;
     background-color: #09152f;
 
-    header {
-        display: flex;
-        justify-content: center;
-        height: 60px;
-        line-height: 60px;
-        padding: 0 20px;
-        border: 1px solid #fff;
-        .headerTitle {
-            color: #4b9bb7;
-            font-weight: 600;
-        }
+    // header {
+    //     display: flex;
+    //     justify-content: center;
+    //     height: 60px;
+    //     line-height: 60px;
+    //     padding: 0 20px;
+    //     border: 1px solid #fff;
+    //     .headerTitle {
+    //         color: #4b9bb7;
+    //         font-weight: 600;
+    //     }
 
-        .headerTip span {
-            color: #ff3b6c;
-        }
+    //     .headerTip span {
+    //         color: #ff3b6c;
+    //     }
 
-        .headerTip label {
-            color: #4b9bb7;
-        }
-    }
+    //     .headerTip label {
+    //         color: #4b9bb7;
+    //     }
+    // }
 
     main {
-        border: 1px solid #fff;
+        // border: 1px solid #fff;
         text-align: left;
         padding: 0 55px;
         background-color: #09152f;
         padding-bottom: 50px;
-        .mainTitle {
-            color: #4b9bb7;
-            font-weight: 600;
-            line-height: 100px;
-            font-size: 14px;
-        }
+        // .mainTitle {
+        //     color: #4b9bb7;
+        //     font-weight: 600;
+        //     line-height: 100px;
+        //     font-size: 14px;
+        // }
 
         .mainContent {
             display: flex;
             justify-content: center;
-
+            padding-top: 50px;
             .el-form-item__content {
                 width: 400px;
 

--
Gitblit v1.8.0