From 9a80be681df2657de71661480d109474c4a6ffec Mon Sep 17 00:00:00 2001
From: liuyg <376836862@qq.com>
Date: Sat, 27 Nov 2021 09:38:46 +0800
Subject: [PATCH] +搜索按钮样式

---
 src/views/trainExam/performance.vue |   10 ++--------
 1 files changed, 2 insertions(+), 8 deletions(-)

diff --git a/src/views/trainExam/performance.vue b/src/views/trainExam/performance.vue
index ea07c97..a7edb17 100644
--- a/src/views/trainExam/performance.vue
+++ b/src/views/trainExam/performance.vue
@@ -2,18 +2,12 @@
  * @Author: Morpheus
  * @Date: 2021-07-05 16:31:54
  * @Last Modified by: liu
- * @Last Modified time: 2021-11-23 14:11:41
+ * @Last Modified time: 2021-11-27 09:36:23
  * menu-name 成绩管理
  */
 <template>
   <el-row class="morpheus-box">
-    <el-col
-      :span="24"
-      :class="[
-        'recruitmentManagement',
-        $store.state.control.windowWidth >= 1024 ? 'oneRowSearch' : '',
-      ]"
-    >
+    <el-col :span="24">
       <el-card>
         <div
           :class="[

--
Gitblit v1.9.3