From fab019a657d174fb8fc101cd5e0e6296004d12df Mon Sep 17 00:00:00 2001
From: chenyao <1219716595@qq.com>
Date: Thu, 27 Mar 2025 11:23:13 +0800
Subject: [PATCH] feat: 提交图片和增加组件

---
 src/layout/Header.vue |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/layout/Header.vue b/src/layout/Header.vue
index 5aac0d4..8e87cb2 100644
--- a/src/layout/Header.vue
+++ b/src/layout/Header.vue
@@ -13,7 +13,7 @@
       <div class="right-item">系统运维</div>
     </div>
   </div>
-  <div :style="{ background: '#2bc03f', height: hToV(50), width: wToR(50) }">test</div>
+  <!-- <div :style="{ background: '#2bc03f', height: hToV(50), width: wToR(50) }">test</div> -->
 </template>
 
 <script>

--
Gitblit v1.9.3