From f5edc2904945f37b164a7874d502cf002fae024e Mon Sep 17 00:00:00 2001
From: lzhe <lzhe@example.com>
Date: 星期一, 13 五月 2024 13:52:26 +0800
Subject: [PATCH] 1

---
 src/views/mdc/components/ShiftAlarm.vue |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/src/views/mdc/components/ShiftAlarm.vue b/src/views/mdc/components/ShiftAlarm.vue
index 27a7b87..b8f7cc2 100644
--- a/src/views/mdc/components/ShiftAlarm.vue
+++ b/src/views/mdc/components/ShiftAlarm.vue
@@ -1,7 +1,7 @@
 <!--
  * @Date: 2024-04-18 21:52:18
  * @LastEditors: Sneed
- * @LastEditTime: 2024-04-21 18:49:27
+ * @LastEditTime: 2024-04-23 19:45:00
  * @FilePath: /belleson-frontend/Users/mache/Documents/demo/cps-web/src/views/mdc/components/ShiftAlarm.vue
 -->
 <template>
@@ -9,8 +9,8 @@
         <el-row>
             <el-col>
                 <el-button-group>
-                    <el-button @click="btnListActive = item.id" :type="btnListActive == item.id ? 'primary' : ''"
-                        v-for="item in btnList" :key="item.id">{{
+                    <el-button size="small" @click="btnListActive = item.id"
+                        :type="btnListActive == item.id ? 'primary' : ''" v-for="item in btnList" :key="item.id">{{
                             item.title }}</el-button>
                 </el-button-group>
             </el-col>

--
Gitblit v1.9.3