From c4e67a8942e514b65ab41bb19781d50576c15725 Mon Sep 17 00:00:00 2001
From: liuyg <376836862@qq.com>
Date: Fri, 24 Sep 2021 19:56:52 +0800
Subject: [PATCH] 用户
---
src/views/exam/performance.vue | 5 ++++-
1 files changed, 4 insertions(+), 1 deletions(-)
diff --git a/src/views/exam/performance.vue b/src/views/exam/performance.vue
index 6188a0d..fad79a9 100644
--- a/src/views/exam/performance.vue
+++ b/src/views/exam/performance.vue
@@ -186,7 +186,8 @@
trigger: "blur",
},
],
- overHidden: true,
+ // overHidden: true,
+ width:230,
},
{
label: "用户名",
@@ -213,6 +214,7 @@
trigger: "blur",
},
],
+ width:160
},
{
label: "所属公司",
@@ -244,6 +246,7 @@
trigger: "blur",
},
],
+ width:250,
},
{
label: "考试开始时间",
--
Gitblit v1.9.3