From 2c41fa572a2f528063ee20257c4fd58b9e11172c Mon Sep 17 00:00:00 2001 From: mk <2403457699@qq.com> Date: Fri, 20 Oct 2023 09:34:38 +0800 Subject: [PATCH] =?UTF-8?q?=E9=87=8F=E5=8C=96=E7=A7=AF=E5=88=86=E6=8C=89?= =?UTF-8?q?=E9=92=AE=E4=BD=8D=E7=BD=AE,?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../modules/communityParty/members/points.vue | 22 ++++++++++++------- 1 file changed, 14 insertions(+), 8 deletions(-) diff --git a/src/views/modules/communityParty/members/points.vue b/src/views/modules/communityParty/members/points.vue index a96faa426..ebde56a6c 100644 --- a/src/views/modules/communityParty/members/points.vue +++ b/src/views/modules/communityParty/members/points.vue @@ -61,14 +61,6 @@ -
- 保存 - -
@@ -119,6 +111,16 @@ + + + 保存 + + + @@ -453,4 +455,8 @@ export default { .input-width { width: 160px; } +.position{ + position: relative; + top: 15px; +}