From 8cabf98bd9e411a82ed66a9d07d445ad01919d19 Mon Sep 17 00:00:00 2001 From: pengxiaolong <15716207+pengxiaolong711@user.noreply.gitee.com> Date: Wed, 9 Jul 2025 13:27:43 +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/hosts/hostsList.vue | 53 ++++++++++++++++++++------------- src/views/hosts/workbenches.vue | 1 + 2 files changed, 34 insertions(+), 20 deletions(-) diff --git a/src/views/hosts/hostsList.vue b/src/views/hosts/hostsList.vue index 748bab7..320d754 100644 --- a/src/views/hosts/hostsList.vue +++ b/src/views/hosts/hostsList.vue @@ -8,7 +8,7 @@ v-model="queryFormData.coinMin" placeholder="最小金币" size="large" - style="width: 160px" + style="width: 180px" type="number" /> @@ -16,7 +16,8 @@ v-model="queryFormData.coinMax" placeholder="最大金币" size="large" - style="width: 160px; margin-left: 50px" + style="width: 180px;" + class="right-input" type="number" /> @@ -24,7 +25,8 @@ v-model="queryFormData.levelMin" placeholder="最小等级" size="large" - style="width: 160px; margin-left: 50px" + style="width: 180px;" + class="right-input" type="number" /> @@ -32,47 +34,45 @@ v-model="queryFormData.levelMax" placeholder="最大等级" size="large" - style="width: 160px; margin-left: 50px" + style="width: 180px;" + class="right-input" type="number" /> -