From ab486dd71b8ece7982c381b80d8f493a64136a89 Mon Sep 17 00:00:00 2001 From: juzi <819872918@qq.com> Date: Mon, 7 Jul 2025 15:49:00 +0800 Subject: [PATCH] =?UTF-8?q?=E9=A6=96=E9=A1=B5=E6=A0=B7=E5=BC=8F=E8=B0=83?= =?UTF-8?q?=E6=95=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/home/components/Count.vue | 11 ++--------- 1 file changed, 2 insertions(+), 9 deletions(-) diff --git a/src/views/home/components/Count.vue b/src/views/home/components/Count.vue index 059c4d4c..36c2dc1a 100644 --- a/src/views/home/components/Count.vue +++ b/src/views/home/components/Count.vue @@ -66,17 +66,10 @@ export default { background: #CDD3DF; display: inline-block; } - .item:first-child { - padding-right: 55px; - text-align: right; - } - .item:last-child { - padding-left: 55px; - } .item { display: inline-block; - width: 270px; - box-sizing: border-box; + width: 290px; + text-align: center; p{ margin: 0; } -- 2.45.2