From 3db4be0941c6ea861b5d9fcce1d2fd18fe16f0be Mon Sep 17 00:00:00 2001 From: fengchenchen Date: Fri, 28 Jul 2023 13:00:36 +0800 Subject: [PATCH] =?UTF-8?q?=E3=80=90fix=20bug-74262=E3=80=91-=20=E7=BC=96?= =?UTF-8?q?=E8=BE=91=E6=8C=89=E9=92=AE=E6=A0=B7=E5=BC=8F=E7=9A=84=E4=BF=AE?= =?UTF-8?q?=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/standardsAssociation/BasicInfo.vue | 13 +++++++++---- src/views/system/AccountCenter.vue | 8 ++++++-- 2 files changed, 15 insertions(+), 6 deletions(-) diff --git a/src/views/standardsAssociation/BasicInfo.vue b/src/views/standardsAssociation/BasicInfo.vue index 99120dd..8d365a8 100644 --- a/src/views/standardsAssociation/BasicInfo.vue +++ b/src/views/standardsAssociation/BasicInfo.vue @@ -30,7 +30,7 @@
本企业信息
- + 编辑 @@ -217,10 +217,15 @@ export default { position: absolute; top: 12px; right: 5px; + /deep/.edit-btn{ + display: flex; + justify-content: center; + align-items: center; + } img{ - width: 18px; - height: 18px; - margin-left: 3px; + width: 12px; + height: 12px; + margin-left: 10px; } } diff --git a/src/views/system/AccountCenter.vue b/src/views/system/AccountCenter.vue index b010078..f8c5f45 100644 --- a/src/views/system/AccountCenter.vue +++ b/src/views/system/AccountCenter.vue @@ -6,7 +6,7 @@