From fb83485ab14cdf80ce394ab3e7d38a9dd8439516 Mon Sep 17 00:00:00 2001
From: shuishen <1109946754@qq.com>
Date: Fri, 17 Oct 2025 15:51:44 +0800
Subject: [PATCH] Merge branch 'feature/v7.0/7.0.1' of http://139.196.74.78:10010/r/drone/drone-web-manage into feature/v7.0/7.0.1

---
 src/mac/index.vue |    7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)

diff --git a/src/mac/index.vue b/src/mac/index.vue
index 421c5fa..0d7f386 100644
--- a/src/mac/index.vue
+++ b/src/mac/index.vue
@@ -46,7 +46,7 @@
           <div class="item" @click="openApp(item)">
             <i :style="{ backgroundColor: item.iconBgColor, color: item.iconColor }" class="iconfont"
               :class="item[iconKey]"></i>
-            <small style="margin-top: 5px; font-size: 10px">{{ item[labelKey] }}</small>
+            <small class="smallkey" >{{ item[labelKey] }}</small>
           </div>
         </template>
       </div>
@@ -149,8 +149,11 @@
   height: 100% !important;
 }
 </style>
-<style scoped>
+<style scoped lang="scss">
 .desktop {
+.smallkey {
+margin-top: 5px; font-size: 10px
+}
   display: flex;
   flex-direction: column;
   position: absolute;

--
Gitblit v1.9.3