From 88e465272d8d6add756eb19764cdb9a59cdf7cf1 Mon Sep 17 00:00:00 2001 From: yangfeng <wanwan926_4@163.com> Date: 星期三, 26 七月 2023 19:26:03 +0800 Subject: [PATCH] 列表页增加分页 --- src/views/client/client/AddClientManageDialog.vue | 26 +++++++++----------------- 1 files changed, 9 insertions(+), 17 deletions(-) diff --git a/src/views/client/client/AddClientManageDialog.vue b/src/views/client/client/AddClientManageDialog.vue index fbc806d..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> @@ -617,7 +617,7 @@ country_id: 0, desc: "", email: data.contact_email || "", - is_first: false, + is_first: true, member_id: 0, name: data.contact_name || "", number: "", @@ -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