From 05feef34c72c7984291e5316f63816de20f356ba Mon Sep 17 00:00:00 2001 From: 万河 <12894283+science-01@user.noreply.gitee.com> Date: 星期四, 18 五月 2023 16:53:14 +0800 Subject: [PATCH] update ruoyi-admin/src/main/resources/banner.txt. 线条填歪了,看着难受 --- ruoyi-ui/src/views/system/post/index.vue | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/ruoyi-ui/src/views/system/post/index.vue b/ruoyi-ui/src/views/system/post/index.vue index d4702af..444bf63 100644 --- a/ruoyi-ui/src/views/system/post/index.vue +++ b/ruoyi-ui/src/views/system/post/index.vue @@ -1,6 +1,6 @@ <template> <div class="app-container"> - <el-form :model="queryParams" ref="queryForm" size="small" inline="true" v-show="showSearch" label-width="68px"> + <el-form :model="queryParams" ref="queryForm" size="small" :inline="true" v-show="showSearch" label-width="68px"> <el-form-item label="岗位编码" prop="postCode"> <el-input v-model="queryParams.postCode" -- Gitblit v1.9.2