From a63bbe043b87d9becfe483bb1477d471a79edcd8 Mon Sep 17 00:00:00 2001 From: yangfeng <wanwan926_4@163.com> Date: 星期日, 23 七月 2023 11:45:24 +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