From 02a236747aa99c5016366a6ec3495190e5e8a730 Mon Sep 17 00:00:00 2001
From: zengh <123456>
Date: Fri, 25 Feb 2022 11:46:01 +0800
Subject: [PATCH] 按钮样式调整

---
 src/views/util/logs.vue |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/views/util/logs.vue b/src/views/util/logs.vue
index 2970f0d..600cd53 100644
--- a/src/views/util/logs.vue
+++ b/src/views/util/logs.vue
@@ -1,7 +1,7 @@
 <template>
   <basic-container>
     <h3>请打开浏览器控制台,然后点击下面的按钮</h3>
-    <el-button type="danger"
+    <el-button
                size="small"
                @click="handleNewError">触发一个错误
     </el-button>

--
Gitblit v1.9.3