档案检索样式修改

master
wanglei 2 years ago
parent 12cd01765c
commit 90b1e49b05

@ -5,8 +5,10 @@
<el-input v-model="keyword" placeholder="请输入关键字" @keyup.enter.native="handleQuery"></el-input> <el-input v-model="keyword" placeholder="请输入关键字" @keyup.enter.native="handleQuery"></el-input>
<el-button style="height:50px;font-size: 14px;" type="primary" icon="el-icon-search" @click="handleQuery"></el-button> <el-button style="height:50px;font-size: 14px;" type="primary" icon="el-icon-search" @click="handleQuery"></el-button>
</div> </div>
<div style="width:100%; text-align:left"> <div style="border:1px dashed #e8e8e8; border-radius: 10px; padding: 10px">
<el-checkbox v-model="checkAll" @change="handleCheckAllChange"></el-checkbox> <div style="width:100%; text-align:left">
<el-checkbox v-model="checkAll" @change="handleCheckAllChange"></el-checkbox>
</div>
<el-checkbox-group v-model="checkList" @change="handleCheckboxGroupChange"> <el-checkbox-group v-model="checkList" @change="handleCheckboxGroupChange">
<el-checkbox v-for="dict in dict.type.yw_type" <el-checkbox v-for="dict in dict.type.yw_type"
:key="dict.value" :key="dict.value"
@ -1853,7 +1855,7 @@ export default {
} }
::v-deep .el-checkbox{ ::v-deep .el-checkbox{
margin-bottom: 15px; margin-bottom: 10px;
} }
::v-deep .el-checkbox__inner::after { ::v-deep .el-checkbox__inner::after {

@ -5,8 +5,10 @@
<el-input v-model="keyword" placeholder="请输入关键字" @keyup.enter.native="handleQuery"></el-input> <el-input v-model="keyword" placeholder="请输入关键字" @keyup.enter.native="handleQuery"></el-input>
<el-button style="height:50px;font-size: 14px;" type="primary" icon="el-icon-search" @click="handleQuery"></el-button> <el-button style="height:50px;font-size: 14px;" type="primary" icon="el-icon-search" @click="handleQuery"></el-button>
</div> </div>
<div style="width:100%; text-align:left"> <div style="border:1px dashed #e8e8e8; border-radius: 10px; padding: 10px">
<el-checkbox v-model="checkAll" @change="handleCheckAllChange"></el-checkbox> <div style="width:100%; text-align:left">
<el-checkbox v-model="checkAll" @change="handleCheckAllChange"></el-checkbox>
</div>
<el-checkbox-group v-model="checkList" @change="handleCheckboxGroupChange"> <el-checkbox-group v-model="checkList" @change="handleCheckboxGroupChange">
<el-checkbox v-for="dict in dict.type.yw_type" <el-checkbox v-for="dict in dict.type.yw_type"
:key="dict.value" :key="dict.value"
@ -1853,7 +1855,7 @@ export default {
} }
::v-deep .el-checkbox{ ::v-deep .el-checkbox{
margin-bottom: 15px; margin-bottom: 10px;
} }
::v-deep .el-checkbox__inner::after { ::v-deep .el-checkbox__inner::after {

Loading…
Cancel
Save