style:调整样式

This commit is contained in:
lwj
2025-12-18 16:46:18 +08:00
parent 2f403efa9a
commit 4e711d774c

View File

@@ -20,7 +20,7 @@
<el-col :span="3">
<el-input style="margin-left:10px" v-model="params.title" placeholder="题干" clearable></el-input>
</el-col>
<el-col :span="17" style="display:flex;justify-content: space-between;">
<el-col :span="8" style="display:flex;justify-content: space-between;">
<div style="flex: 1;">
<el-button type="primary" @click="getsearch(1)" style="margin-left: 20px" icon="el-icon-search" >搜索</el-button>
<el-button icon="el-icon-refresh-right" type="primary" @click="reset"> 重置 </el-button>