From 95c3476ba65f5ec2c9a7b4834fccbddc730630e6 Mon Sep 17 00:00:00 2001
From: lohir <3399054449@qq.com>
Date: 星期三, 23 十月 2024 17:35:54 +0800
Subject: [PATCH] 白名单按钮样式统一
---
src/views/system/work-order/threshold/index.vue | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/src/views/system/work-order/threshold/index.vue b/src/views/system/work-order/threshold/index.vue
index 82276ab..3649c30 100644
--- a/src/views/system/work-order/threshold/index.vue
+++ b/src/views/system/work-order/threshold/index.vue
@@ -310,8 +310,8 @@
</el-form>
</el-row>
<el-row class="content-warp">
- <el-button size="small" type="success" @click="addOpen">鏂板</el-button>
- <el-button size="small" type="danger" @click="bathDelete">鍒犻櫎</el-button>
+ <el-button size="small" type="success" @click="addOpen" plain>鏂板</el-button>
+ <el-button size="small" type="danger" @click="bathDelete" plain>鍒犻櫎</el-button>
</el-row>
<el-row class="content-warp">
<el-col :span="24">
--
Gitblit v1.8.0