From a90355eb5e2db04e7c197d9051fd6cd92e2e6eb1 Mon Sep 17 00:00:00 2001 From: 若依 <yzz_ivy@163.com> Date: 星期二, 28 十一月 2023 11:54:05 +0800 Subject: [PATCH] !791 优化白名单页面放行逻辑 Merge pull request !791 from 也曾为你像超人/N/A --- ruoyi-ui/src/views/monitor/online/index.vue | 4 +--- 1 files changed, 1 insertions(+), 3 deletions(-) diff --git a/ruoyi-ui/src/views/monitor/online/index.vue b/ruoyi-ui/src/views/monitor/online/index.vue index fedf080..64411ef 100644 --- a/ruoyi-ui/src/views/monitor/online/index.vue +++ b/ruoyi-ui/src/views/monitor/online/index.vue @@ -1,12 +1,11 @@ <template> <div class="app-container"> - <el-form :model="queryParams" ref="queryForm" :inline="true" label-width="68px"> + <el-form :model="queryParams" ref="queryForm" size="small" :inline="true" label-width="68px"> <el-form-item label="登录地址" prop="ipaddr"> <el-input v-model="queryParams.ipaddr" placeholder="请输入登录地址" clearable - size="small" @keyup.enter.native="handleQuery" /> </el-form-item> @@ -15,7 +14,6 @@ v-model="queryParams.userName" placeholder="请输入用户名称" clearable - size="small" @keyup.enter.native="handleQuery" /> </el-form-item> -- Gitblit v1.9.2