From ca4c66b142ae17d4524826964ebcad5aa586c488 Mon Sep 17 00:00:00 2001
From: ZhangXianQiang <1135831638@qq.com>
Date: 星期五, 26 四月 2024 15:52:01 +0800
Subject: [PATCH] style:修改详情样式
---
src/views/system/report/index.vue | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/src/views/system/report/index.vue b/src/views/system/report/index.vue
index caa3d0a..3bdc812 100644
--- a/src/views/system/report/index.vue
+++ b/src/views/system/report/index.vue
@@ -493,14 +493,14 @@
}
.info-text {
- width: 20%;
+ width: 30%;
padding: 20px;
border-radius: 10px;
border: 1px solid #c0c0c0;
}
.info-list {
- width: 20%;
+ width: 30%;
.list-item {
width: 100%;
--
Gitblit v1.8.0