From 96edba7eecf5d193a086185e92ac1b7eccb30a05 Mon Sep 17 00:00:00 2001 From: fuzui <73400@163.com> Date: 星期六, 26 二月 2022 03:20:50 +0800 Subject: [PATCH] fix: 服务监控中运行参数显示条件错误 --- ruoyi-ui/src/views/monitor/operlog/index.vue | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/ruoyi-ui/src/views/monitor/operlog/index.vue b/ruoyi-ui/src/views/monitor/operlog/index.vue index 28f705b..9b8b785 100644 --- a/ruoyi-ui/src/views/monitor/operlog/index.vue +++ b/ruoyi-ui/src/views/monitor/operlog/index.vue @@ -6,8 +6,8 @@ v-model="queryParams.title" placeholder="请输入系统模块" clearable - style="width: 240px;" size="small" + style="width: 240px;" @keyup.enter.native="handleQuery" /> </el-form-item> @@ -16,8 +16,8 @@ v-model="queryParams.operName" placeholder="请输入操作人员" clearable - style="width: 240px;" size="small" + style="width: 240px;" @keyup.enter.native="handleQuery" /> </el-form-item> -- Gitblit v1.9.2