From 9c211c0a699bd762c7ac85cf1371551244055f51 Mon Sep 17 00:00:00 2001
From: 龚焕茏 <2842157468@qq.com>
Date: 星期五, 07 六月 2024 14:07:53 +0800
Subject: [PATCH] feat:成绩管理-试卷内容展示
---
src/views/Manage/ExaminationManagement/index.vue | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/src/views/Manage/ExaminationManagement/index.vue b/src/views/Manage/ExaminationManagement/index.vue
index c7518d8..8ada90c 100644
--- a/src/views/Manage/ExaminationManagement/index.vue
+++ b/src/views/Manage/ExaminationManagement/index.vue
@@ -10,10 +10,10 @@
style="justify-content:space-between"
>
<div>
- <s-button
+ <el-button
colorType="deepBlue"
style="margin-right:20px;"
- >鏂板鑰冭瘯</s-button>
+ >鏂板鑰冭瘯</el-button>
</div>
</div>
<div>
@@ -241,4 +241,4 @@
color: aqua;
}
}
-</style>
\ No newline at end of file
+</style>
--
Gitblit v1.8.0