From baf2ef9b6cff8e34af2e6d6a9588b757800eef73 Mon Sep 17 00:00:00 2001
From: xiangpei <xiangpei@timesnew.cn>
Date: 星期一, 04 十一月 2024 07:57:03 +0800
Subject: [PATCH] 考试开始就能阅卷
---
src/views/education/cheat/list.vue | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/src/views/education/cheat/list.vue b/src/views/education/cheat/list.vue
index 60aab2b..422bc5f 100644
--- a/src/views/education/cheat/list.vue
+++ b/src/views/education/cheat/list.vue
@@ -2,7 +2,7 @@
<div class="app-container">
<el-form :model="queryParam" ref="queryForm" :inline="true">
<el-form-item>
- <el-input v-model="queryParam.keyword" placeholder="璇疯緭鍏ュ悕绉�" clearable @input="search"></el-input>
+ <el-input v-model="queryParam.keyword" size="small" placeholder="璇疯緭鍏ュ悕绉�" clearable @input="search"></el-input>
</el-form-item>
<el-form-item>
<el-button type="primary" @click="search" size="small">鏌ヨ</el-button>
--
Gitblit v1.8.0