From e4100ecc3a88273dcdbc2c1452d4e9f00736f3db Mon Sep 17 00:00:00 2001
From: Administrator <admin>
Date: Sat, 28 Aug 2021 10:17:44 +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