From aba8fee7f03070012810f08128b3930d3da48b21 Mon Sep 17 00:00:00 2001
From: 张含笑 <zhx18749296735@163.com>
Date: Fri, 16 May 2025 10:06:06 +0800
Subject: [PATCH] feat:修改单位
---
src/views/wel/components/statistics.vue | 12 +++++++-----
1 files changed, 7 insertions(+), 5 deletions(-)
diff --git a/src/views/wel/components/statistics.vue b/src/views/wel/components/statistics.vue
index 487606c..df17441 100644
--- a/src/views/wel/components/statistics.vue
+++ b/src/views/wel/components/statistics.vue
@@ -339,8 +339,8 @@
align-items: center;
img {
- width: 43px;
- height: 44px;
+ width: 64px;
+ height: 64px;
}
}
@@ -349,7 +349,9 @@
font-weight: 400;
font-size: 14px;
color: #343434;
-
+ div{
+ margin-top: 5px;
+ }
.shu {
font-weight: bold;
font-size: 36px;
@@ -413,8 +415,8 @@
align-items: center;
img {
- width: 43px;
- height: 44px;
+ width: 64px;
+ height: 64px;
}
}
--
Gitblit v1.9.3