From f79867a94bc99318aa36c6ca98346a0aba34c277 Mon Sep 17 00:00:00 2001 From: wujingjing <gersonwu@qq.com> Date: 星期四, 09 一月 2025 11:30:39 +0800 Subject: [PATCH] 输入区域 z-1 --- src/layout/component/header/ShareHeader.vue | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/layout/component/header/ShareHeader.vue b/src/layout/component/header/ShareHeader.vue index f77c7eb..6200831 100644 --- a/src/layout/component/header/ShareHeader.vue +++ b/src/layout/component/header/ShareHeader.vue @@ -3,9 +3,9 @@ <div class="bg-[#f7f8fc] rounded-2xl text-blue-600 font-bold flex-items-center space-x-1 py-[8px] px-[8px]"> <img src="/static/images/logo/logoWithNoName.png" class="size-[28px]" /> <span>WI姘村姟鏅鸿兘</span> </div> - <!-- <div class="bg-blue-600 hover:bg-blue-500 cursor-pointer text-white py-[8px] px-[16px] rounded-2xl" @click="gotoMainSite"> + <div class="bg-blue-600 hover:bg-blue-500 cursor-pointer text-white py-[8px] px-[16px] rounded-2xl" @click="gotoMainSite"> 鍓嶅線WI姘村姟 - </div> --> + </div> </div> </template> -- Gitblit v1.9.3