From 89e93a986e9ef4c4a5ae05979957195255425997 Mon Sep 17 00:00:00 2001
From: RuoYi <yzz_ivy@163.com>
Date: 星期四, 17 十一月 2022 14:18:14 +0800
Subject: [PATCH] 开启TopNav没有子菜单隐藏侧边栏

---
 src/views/monitor/online/index.vue |    4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diff --git a/src/views/monitor/online/index.vue b/src/views/monitor/online/index.vue
index ca2d767..4e34135 100644
--- a/src/views/monitor/online/index.vue
+++ b/src/views/monitor/online/index.vue
@@ -1,11 +1,12 @@
 <template>
    <div class="app-container">
-      <el-form :model="queryParams" ref="queryRef" :inline="true" label-width="68px">
+      <el-form :model="queryParams" ref="queryRef" :inline="true">
          <el-form-item label="鐧诲綍鍦板潃" prop="ipaddr">
             <el-input
                v-model="queryParams.ipaddr"
                placeholder="璇疯緭鍏ョ櫥褰曞湴鍧�"
                clearable
+               style="width: 200px"
                @keyup.enter="handleQuery"
             />
          </el-form-item>
@@ -14,6 +15,7 @@
                v-model="queryParams.userName"
                placeholder="璇疯緭鍏ョ敤鎴峰悕绉�"
                clearable
+               style="width: 200px"
                @keyup.enter="handleQuery"
             />
          </el-form-item>

--
Gitblit v1.9.3