From c05e517726e3e81cbf216ca6fae763d84fde336b Mon Sep 17 00:00:00 2001
From: xiangpei <xiangpei@timesnew.cn>
Date: 星期一, 03 六月 2024 16:11:18 +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