mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/learning-system-portal.git
synced 2025-12-20 00:06:45 +08:00
style:调整样式
This commit is contained in:
@@ -20,7 +20,7 @@
|
|||||||
<el-col :span="3">
|
<el-col :span="3">
|
||||||
<el-input style="margin-left:10px" v-model="params.title" placeholder="题干" clearable></el-input>
|
<el-input style="margin-left:10px" v-model="params.title" placeholder="题干" clearable></el-input>
|
||||||
</el-col>
|
</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;">
|
<div style="flex: 1;">
|
||||||
<el-button type="primary" @click="getsearch(1)" style="margin-left: 20px" icon="el-icon-search" >搜索</el-button>
|
<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>
|
<el-button icon="el-icon-refresh-right" type="primary" @click="reset"> 重置 </el-button>
|
||||||
|
|||||||
Reference in New Issue
Block a user