修改搜索框的样式

This commit is contained in:
季圣华
2021-07-14 23:38:31 +08:00
parent 23f231c167
commit cdca300d4c
49 changed files with 533 additions and 452 deletions

View File

@@ -7,8 +7,8 @@
<!-- 搜索区域 -->
<a-form layout="inline" @keyup.enter.native="searchQuery">
<a-row :gutter="24">
<a-col :md="6" :sm="8">
<a-form-item label="角色名称" :labelCol="{span: 5}" :wrapperCol="{span: 18, offset: 1}">
<a-col :md="6" :sm="24">
<a-form-item label="角色名称" :labelCol="labelCol" :wrapperCol="wrapperCol">
<a-input placeholder="请输入角色名称查询" v-model="queryParam.name"></a-input>
</a-form-item>
</a-col>
@@ -91,6 +91,13 @@
description: '角色管理页面',
roleFunctionModalVisible: false,
currentRoleId: '',
labelCol: {
span: 5
},
wrapperCol: {
span: 18,
offset: 1
},
// 查询条件
queryParam: {name:'',},
// 表头