From ad9aa450f14df82eb97d27bf0661c1da1ae3eef6 Mon Sep 17 00:00:00 2001 From: "453530270@qq.com" Date: Fri, 30 Jun 2023 14:20:11 +0800 Subject: [PATCH] =?UTF-8?q?=E8=83=8C=E6=99=AF=E5=9B=BE=E4=BD=8D=E7=BD=AE?= =?UTF-8?q?=E8=B0=83=E6=95=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/WhView.vue | 15 +++++---------- 1 file changed, 5 insertions(+), 10 deletions(-) diff --git a/src/views/WhView.vue b/src/views/WhView.vue index c2ff15b..9bfe46b 100644 --- a/src/views/WhView.vue +++ b/src/views/WhView.vue @@ -70,8 +70,8 @@ margin-top: 1.6rem; background-image: url("../assets/wh_00.png"); background-repeat: no-repeat; - background-size: 100%; - background-position: 0 0; + background-size: 100% 100%; + background-position: -1.8rem 0; height: 12rem; } @@ -79,7 +79,7 @@ height: 3rem; line-height: 3rem; text-align: right; - padding-right: 6.06rem; + padding-right: 6.8rem; font-size: 2.02rem; padding-top: 4.8rem; } @@ -570,11 +570,6 @@ export default { formatter: function (value) { return '{title|' + value + '}' }, - rich: { - title: { - width: 165 - } - } }, }, { triggerEvent: true, @@ -596,8 +591,8 @@ export default { color: '#fff', align: 'right', verticalAlign: 'bottom', - lineHeight: 30, - fontSize: 16, + lineHeight: 42, + fontSize: 14, formatter: function (value, index) { return data[index].value + ' 册 ' },