From 80740fa2d68fb14149282d64df4d51f62807dd06 Mon Sep 17 00:00:00 2001 From: hejianhao <15708179461@qq.com> Date: 星期三, 26 三月 2025 09:03:13 +0800 Subject: [PATCH] 优化 --- src/components/datascreen/map.vue | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/components/datascreen/map.vue b/src/components/datascreen/map.vue index 8cb1510..0b628d5 100644 --- a/src/components/datascreen/map.vue +++ b/src/components/datascreen/map.vue @@ -313,7 +313,7 @@ align-items: center; "> <div style="color: #fff; font-size: 16px; margin-bottom: 16px; font-weight: bold;">${name}</div> - <div style="display: flex; justify-content: space-around; width: 100%; padding: 0 20px;"> + <div style="display: flex; justify-content: space-around; width: 100%; padding: 0 21px;"> <div style="text-align: center;"> <div style="color: #66ffff; font-size: 20px; font-family: 'pangmenzhengdao'; margin-bottom: 8px;">${data.householdCount}</div> <div style="color: #fff; font-size: 12px;">安置户数(户)</div> -- Gitblit v1.7.1