From 3c5de84ea842c28d738e2b53529f1b524af7ecfb Mon Sep 17 00:00:00 2001 From: fuliqi <fuliqi@qq.com> Date: 星期日, 28 四月 2024 14:18:29 +0800 Subject: [PATCH] 考核结果二级页面 --- 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