From 3d7bf6dff3d1e2f12c4ecd0120ee110348ccdf49 Mon Sep 17 00:00:00 2001 From: riku <risaku@163.com> Date: 星期四, 21 十二月 2023 16:27:09 +0800 Subject: [PATCH] 1. 自评预检查功能修改中 --- src/components/SearchBar.vue | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/SearchBar.vue b/src/components/SearchBar.vue index fedb1e6..50fd81e 100644 --- a/src/components/SearchBar.vue +++ b/src/components/SearchBar.vue @@ -1,6 +1,6 @@ <template> <el-row class="layout"> - <el-col :span="16"> + <el-col :span="12"> <el-form :inline="true" :model="formSearch"> <el-form-item label="鎬讳换鍔�"> <!-- <el-input v-model="formSearch.topTaskId" placeholder="鎬讳换鍔�" /> --> @@ -28,7 +28,7 @@ </el-form-item> </el-form> </el-col> - <el-col :span="8"> + <el-col :span="12"> <el-row justify="end"> <slot name="summary"></slot> </el-row> -- Gitblit v1.9.3