From 3b73c554682286e7184795f23a3acaa168b2047c Mon Sep 17 00:00:00 2001
From: xiangpei <xiangpei@timesnew.cn>
Date: 星期二, 11 六月 2024 14:55:18 +0800
Subject: [PATCH] 考试管理、bug处理
---
src/views/Manage/Education/TeacherManage.vue | 14 +++++++-------
1 files changed, 7 insertions(+), 7 deletions(-)
diff --git a/src/views/Manage/Education/TeacherManage.vue b/src/views/Manage/Education/TeacherManage.vue
index 2ce241f..9ddcc95 100644
--- a/src/views/Manage/Education/TeacherManage.vue
+++ b/src/views/Manage/Education/TeacherManage.vue
@@ -11,20 +11,20 @@
style="justify-content:space-between"
>
<div>
- <s-button
+ <el-button
colorType="deepBlue"
style="margin-right:20px;"
@click="getPopUp"
- >鏂板鏁欏笀</s-button>
- <s-button
+ >鏂板鏁欏笀</el-button>
+ <el-button
colorType="deepBlue"
style="margin-right:20px;"
plain
- >鎵归噺瀵煎嚭</s-button>
- <s-button
+ >鎵归噺瀵煎嚭</el-button>
+ <el-button
colorType="deepBlue"
plain
- >鎵归噺瀵煎叆</s-button>
+ >鎵归噺瀵煎叆</el-button>
</div>
<div
class="flex"
@@ -297,4 +297,4 @@
background-color: rgb(45, 92, 248);
}
}
-</style>
\ No newline at end of file
+</style>
--
Gitblit v1.8.0