From d739e3de76ead4cb9ba690ed2527c8000bee52e6 Mon Sep 17 00:00:00 2001
From: fuliqi <fuliqi@qq.com>
Date: 星期五, 07 六月 2024 15:54:55 +0800
Subject: [PATCH] Merge remote-tracking branch 'origin/master'
---
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