From 51ce853bde8957b7bcba2ee62f5d9abb564a28b4 Mon Sep 17 00:00:00 2001 From: pengxiaolong <15716207+pengxiaolong711@user.noreply.gitee.com> Date: Mon, 7 Jul 2025 18:46:02 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/HomeView.vue | 2 +- src/views/hosts/hostsList.vue | 16 +++++++++++----- 2 files changed, 12 insertions(+), 6 deletions(-) diff --git a/src/views/HomeView.vue b/src/views/HomeView.vue index c9f2f04..e767a66 100644 --- a/src/views/HomeView.vue +++ b/src/views/HomeView.vue @@ -128,7 +128,6 @@ const onSubmit = () => { text: "Loading", background: "rgba(0, 0, 0, 0.7)", }); - setUserPass(formData.value); rentgetloginID({ name: formData.value.tenantName, }) @@ -147,6 +146,7 @@ const onSubmit = () => { tokenCache.setToken(res.tokenValue) userCache.setUser(res) setUser(res); + setUserPass(formData.value); router.push("/nav"); }) .catch((err) => { diff --git a/src/views/hosts/hostsList.vue b/src/views/hosts/hostsList.vue index cdfea48..748bab7 100644 --- a/src/views/hosts/hostsList.vue +++ b/src/views/hosts/hostsList.vue @@ -124,11 +124,12 @@ > + >
+ 更多筛选 +
@@ -758,7 +759,12 @@ function openHTML(id) { border: none; } } - +.buttoMore-filters{ + width: 150px; +} +.filters-img{ + width: 30px; +} .el-dialog { --el-dialog-font-line-height: 50px; --el-dialog-width: 600px;