From e4a8926b5315a51b10e883cfd4634cd90c568418 Mon Sep 17 00:00:00 2001
From: 346149741 <346149741@qq.com>
Date: 星期二, 03 九月 2024 14:01:53 +0800
Subject: [PATCH] 去掉字段

---
 policy/components/upload.vue |    9 ++++++---
 1 files changed, 6 insertions(+), 3 deletions(-)

diff --git a/policy/components/upload.vue b/policy/components/upload.vue
index d421f03..6721977 100644
--- a/policy/components/upload.vue
+++ b/policy/components/upload.vue
@@ -79,10 +79,13 @@
 		width: 200rpx;
 		height: 200rpx;
 		text-align: center;
-		line-height: 200rpx;
+		// line-height: 200rpx;
+		display: flex;
+		justify-content: center;
+		align-items: center;
 		image{
-			width: 28rpx;
-			height: 28rpx;
+			width: 60rpx;
+			height: 60rpx;
 		}
 	}
 	.grid-box{

--
Gitblit v1.9.1