From 41f41d20076a3bd007b6b58ad948aa1d42f2cc65 Mon Sep 17 00:00:00 2001 From: zhaodengke Date: Fri, 13 Jun 2025 15:35:06 +0800 Subject: [PATCH] =?UTF-8?q?Task=20=E8=B5=84=E6=BA=90=E7=AD=9B=E9=80=893?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/sunVillage_info/fixedAssets.vue | 27 +++++++++++++++-------- src/views/sunVillage_info/resource.vue | 25 ++++++++++++++------- 2 files changed, 35 insertions(+), 17 deletions(-) diff --git a/src/views/sunVillage_info/fixedAssets.vue b/src/views/sunVillage_info/fixedAssets.vue index 3f520b52..ee13bfd5 100644 --- a/src/views/sunVillage_info/fixedAssets.vue +++ b/src/views/sunVillage_info/fixedAssets.vue @@ -370,27 +370,36 @@ border:2px solid #3494ff; padding-right: 20px; align-items: center; + position: relative; .icon{ width: 30px; height: 30px; background: url('../../assets/images/sunVillage_info/fixedAssets_icon_1.png') no-repeat; background-size: 100% 100%; - display: block; + display: inline-block; margin:0 8px 0 26px; - } + position: absolute; + left: 0; + bottom: 0.15rem; + } + .ipt{ + flex: 1; + font-size: 26px; + background: none; + border:0 none; + line-height: 59px; + display: inline-block; + margin-left: 64px; + } .filter-icon { font-weight: bold; font-size: .4rem; width: .6rem; text-align: center; + position: absolute; + right: 0.2rem; + bottom: 0.15rem; } - .ipt{ - flex: 1; - font-size: 26px; - background: none; - border:0 none; - line-height: 59px; - } } .total{ flex: 1; diff --git a/src/views/sunVillage_info/resource.vue b/src/views/sunVillage_info/resource.vue index 7cd7b147..656afa04 100644 --- a/src/views/sunVillage_info/resource.vue +++ b/src/views/sunVillage_info/resource.vue @@ -357,27 +357,36 @@ border:2px solid #3494ff; padding-right: 20px; align-items: center; + position: relative; .icon{ width: 30px; height: 30px; background: url('../../assets/images/sunVillage_info/fixedAssets_icon_1.png') no-repeat; background-size: 100% 100%; - display: block; + display: inline-block; margin:0 8px 0 26px; + position: absolute; + left: 0; + bottom: 0.15rem; } + .ipt{ + flex: 1; + font-size: 26px; + background: none; + border:0 none; + line-height: 59px; + display: inline-block; + margin-left: 64px; + } .filter-icon { font-weight: bold; font-size: .4rem; width: .6rem; text-align: center; + position: absolute; + right: 0.2rem; + bottom: 0.15rem; } - .ipt{ - flex: 1; - font-size: 26px; - background: none; - border:0 none; - line-height: 59px; - } } .total{ flex: 1;