From 3e28f29bb2265d63ed8eefa165ce7d082bbc42c3 Mon Sep 17 00:00:00 2001 From: zhaochengke Date: Fri, 5 May 2023 13:15:36 +0800 Subject: [PATCH] =?UTF-8?q?=E7=BB=BC=E5=90=88=E5=A1=AB=E6=8A=A5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../sunVillage_info/entityReport/reportView.vue | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/src/views/sunVillage_info/entityReport/reportView.vue b/src/views/sunVillage_info/entityReport/reportView.vue index 67a0dd39..34db0dec 100644 --- a/src/views/sunVillage_info/entityReport/reportView.vue +++ b/src/views/sunVillage_info/entityReport/reportView.vue @@ -4,7 +4,7 @@
综合填报
-
+
保 存
@@ -475,13 +475,14 @@ export default { } .add_btn { - width: 56.4px; - height: 40.8px; - background: url('../../../assets/images/sunVillage_info/list_icon_9.png') center center no-repeat; - background-size: 47px 34px; + width: 72px; + //height: 40.8px; + //background: url('../../../assets/images/sunVillage_info/list_icon_9.png') center center no-repeat; + //background-size: 47px 34px; position: absolute; right: 38px; - top: 36px; + top: 0; + font-size: 28px; } }