From a2a65830c9507f02aa8a7ff72b0e69b9c2ced4bb Mon Sep 17 00:00:00 2001 From: xiangpei <xiangpei@timesnew.cn> Date: 星期一, 14 四月 2025 15:23:41 +0800 Subject: [PATCH] 页面小完善 --- src/views/Index.vue | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/views/Index.vue b/src/views/Index.vue index ff7faf1..d88fddf 100644 --- a/src/views/Index.vue +++ b/src/views/Index.vue @@ -1,8 +1,8 @@ <template> <div class="index"> <div class="common-op"> - <el-dropdown @command="handleCommand" trigger="click"> - <span class="el-dropdown-link"> + <el-dropdown @command="handleCommand" trigger="hover"> + <span class="el-dropdown-link" style="user-select: none"> 寮犱笁<i class="el-icon-arrow-down el-icon--right"></i> </span> <el-dropdown-menu slot="dropdown"> @@ -178,7 +178,6 @@ }, methods: { sessionChange(session, index) { - console.log("瑙﹀彂浜嗗悧") this.currentSession = index if (this.$router.currentRoute.path !== "/chat") { this.$router.push("/chat") @@ -356,6 +355,7 @@ position: absolute; top: 20px; right: 50px; + z-index: 10; } .setting { margin-top: 20px; -- Gitblit v1.8.0