From 9a552e21711626af15ff36b298bcbe4422021f02 Mon Sep 17 00:00:00 2001
From: gerson <1405270578@qq.com>
Date: 星期五, 24 一月 2025 10:20:19 +0800
Subject: [PATCH] 完成loading 显示

---
 src/views/project/ch/home/component/waterRight/top.vue |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/src/views/project/ch/home/component/waterRight/top.vue b/src/views/project/ch/home/component/waterRight/top.vue
index e10b5ad..f976a3f 100644
--- a/src/views/project/ch/home/component/waterRight/top.vue
+++ b/src/views/project/ch/home/component/waterRight/top.vue
@@ -1,10 +1,10 @@
 <template>
-	<div class="flex items-center">
+	<div class="flex items-center mb-8">
 		<img src="/static/images/logo/logoWithNoName.png" alt="logo" class="layout-logo-medium-img" />
 		<p class="set-waterTitle"><strong>WI 姘村姟鏅鸿兘鍔╂墜</strong>鏅烘収姘村姟鏁版嵁鎸栨帢鑰�</p>
 	</div>
-	<div class="flex items-center pc-roleList"></div>
-	<PlayBar v-model="inputValue" @send-click="sendClick" :is-home="true" />
+	<!-- <div class="flex items-center pc-roleList"></div> -->
+	<PlayBar style="width: 760px" v-model="inputValue" @send-click="sendClick" :is-home="true" />
 </template>
 
 <script setup lang="ts">
@@ -17,7 +17,7 @@
 import { handleNormalAuth } from '/@/utils/request';
 
 const emits = defineEmits(['sendClick']);
-const inputValue = ref('鏂板缓瀵硅瘽寮�濮�');
+const inputValue = ref('');
 
 const sendClick = async (cb) => {
 	if (!inputValue.value.trim()) return;

--
Gitblit v1.9.3