From 0f823d771d6a876c8990ad5b7dd80c835c38c53f Mon Sep 17 00:00:00 2001
From: xiangpei <xiangpei@timesnew.cn>
Date: 星期四, 06 六月 2024 15:52:46 +0800
Subject: [PATCH] 班级学员新增、修改

---
 src/layout/components/Navbar.vue |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/src/layout/components/Navbar.vue b/src/layout/components/Navbar.vue
index a12d2ed..3a59aa2 100644
--- a/src/layout/components/Navbar.vue
+++ b/src/layout/components/Navbar.vue
@@ -188,16 +188,16 @@
       width="200px"
     >
       <div style="display:flex; justify-content:space-between; padding:10px 10px;">
-        <s-button
+        <el-button
           colorType="default"
           size="small"
           @click="() => checkCloseDialog = false"
-        >鍙栨秷</s-button>
-        <s-button
+        >鍙栨秷</el-button>
+        <el-button
           colorType="deepBlue"
           size="small"
           @click="closeSystem"
-        >纭畾</s-button>
+        >纭畾</el-button>
       </div>
     </s-dialog>
   </div>

--
Gitblit v1.8.0