From a2b8eabb7302601f975349d86b1b5b66179f369a Mon Sep 17 00:00:00 2001 From: wuhui_zzw <1760308791@qq.com> Date: Tue, 6 Feb 2024 10:15:49 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0=EF=BC=9A=E5=95=86=E6=88=B7?= =?UTF-8?q?=E6=94=AF=E6=8C=81=E7=BC=96=E8=BE=91=E6=8B=9B=E5=95=86=E5=91=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../merchant/list/handle/merEditForm.vue | 943 +++++++++++------- src/views/merchant/list/handle/merInfo.vue | 77 +- src/views/merchant/list/index.vue | 47 +- 3 files changed, 705 insertions(+), 362 deletions(-) diff --git a/src/views/merchant/list/handle/merEditForm.vue b/src/views/merchant/list/handle/merEditForm.vue index 10a8204..d27da22 100644 --- a/src/views/merchant/list/handle/merEditForm.vue +++ b/src/views/merchant/list/handle/merEditForm.vue @@ -1,353 +1,434 @@ + diff --git a/src/views/merchant/list/handle/merInfo.vue b/src/views/merchant/list/handle/merInfo.vue index ba8a07a..f18881f 100644 --- a/src/views/merchant/list/handle/merInfo.vue +++ b/src/views/merchant/list/handle/merInfo.vue @@ -193,12 +193,27 @@
{{merData.mer_integral_merchant_rate}} : 1
--> -
平台抽成设置
@@ -313,5 +328,65 @@ export default { .gary { color: #aaa; } +.top-user{ + display: inline-flex; + flex-direction: row; + justify-content: space-between; + align-items: center; + .user-content{ + --user-content-height-: 80px; + height: var(--user-content-height-); + width: 100%; + margin-right: 30px; + display: inline-flex; + flex-direction: row; + align-items: center; + justify-content: flex-start; + flex-wrap: nowrap; + + .user-avatar{ + height: var(--user-content-height-); + width: var(--user-content-height-); + display: inline-flex; + flex-direction: row; + flex-wrap: nowrap; + justify-content: center; + align-items: center; + img{ + height: 80%!important; + width: 80%!important; + border-radius: 50% !important; + } + } + + .user-info{ + width: calc(100% - var(--user-content-height-)); + height: var(--user-content-height-); + display: inline-flex; + flex-direction: column; + flex-wrap: nowrap; + justify-content: center; + align-items: flex-start; + .nickname{} + .user-id{ + color: #fff; + background-color: #409eff; + border-color: #409eff; + height: 18px; + line-height: 20px; + font-size: 13px; + padding: 0 5px; + border-radius: 5px; + width: max-content!important; + } + .user-id{ + width: 100%; + text-align: left; + font-size: 13px; + line-height: calc(var(--user-content-height- * 35%)); + } + } + } +} diff --git a/src/views/merchant/list/index.vue b/src/views/merchant/list/index.vue index 2f8c787..e895d9e 100644 --- a/src/views/merchant/list/index.vue +++ b/src/views/merchant/list/index.vue @@ -108,9 +108,27 @@ + + + - - + + + + - +