From fde4963aaa85d4f02a58ed8d5cc58396604537ae Mon Sep 17 00:00:00 2001
From: yangfeng <wanwan926_4@163.com>
Date: 星期五, 21 七月 2023 18:55:56 +0800
Subject: [PATCH] 服务管理相关联调
---
src/views/client/client/AddClientManageDialog.vue | 22 +++++++---------------
1 files changed, 7 insertions(+), 15 deletions(-)
diff --git a/src/views/client/client/AddClientManageDialog.vue b/src/views/client/client/AddClientManageDialog.vue
index d586e99..f8bf2da 100644
--- a/src/views/client/client/AddClientManageDialog.vue
+++ b/src/views/client/client/AddClientManageDialog.vue
@@ -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