From 05d33b5bb924e52b9e6185a1006b31a53370d350 Mon Sep 17 00:00:00 2001
From: yangfeng <wanwan926_4@163.com>
Date: 星期二, 25 七月 2023 18:34:30 +0800
Subject: [PATCH] bug(4455)修复

---
 src/views/client/client/AddClientManageDialog.vue |   24 ++++++++----------------
 1 files changed, 8 insertions(+), 16 deletions(-)

diff --git a/src/views/client/client/AddClientManageDialog.vue b/src/views/client/client/AddClientManageDialog.vue
index d586e99..d4055d0 100644
--- a/src/views/client/client/AddClientManageDialog.vue
+++ b/src/views/client/client/AddClientManageDialog.vue
@@ -23,7 +23,7 @@
             <el-row>
               <el-col :span="12">
                 <el-form-item label="瀹㈡埛鍚嶇О" prop="name">
-                  <div class="client-name">
+                  <div class="custom-name">
                     <el-input v-model="editConfig.infomation.name"></el-input>
                     <div class="common-select-btn"><i class="el-icon-house" title="宸ュ晢鏌ヨ"></i></div>
                     <div class="common-select-btn"><i class="el-icon-search" title="鏌ラ噸"></i></div>
@@ -677,29 +677,21 @@
     .basic-info-view {
       margin-top: 10px;
       padding-right: 40px;
-      .client-name {
+      .custom-name,
+      .common-select {
         display: flex;
         .common-select-btn {
           margin-left: 5px;
           font-size: 18px;
-        }
-      }
-      .common-select {
-        display: flex;
-        .common-select-sel {
-          width: 270px;
-        }
-        .common-select-btn {
-          margin-left: 5px;
-          font-size: 16px;
           cursor: pointer;
         }
       }
+      .common-select {
+        .common-select-sel {
+          width: 270px;
+        }
+      }
     }
-    // .address-view {
-    //   margin-top: 10px;
-    //   padding-right: 40px;
-    // }
     .annex-view {
       display: flex;
       color: #6166d3;

--
Gitblit v1.8.0