Merge branch 'bjxz-lk' into bjxz-dev

This commit is contained in:
kun 2024-04-28 15:47:19 +08:00
commit 06cb38776e
2 changed files with 9 additions and 1 deletions

View File

@ -4831,5 +4831,9 @@ export default {
.pagerBox {
margin-top: 0;
}
.tableBtns .operationText {
margin-right:0
}
}
</style>

View File

@ -7,7 +7,7 @@
:model="searchForm"
ref="searchForm"
>
<div style="display: flex; justify-content: space-between">
<div style="display: flex; justify-content: space-between;margin-top:15px">
<div>
<el-form-item label="访客姓名" prop="visitName">
<el-input
@ -469,5 +469,9 @@ export default {
.el-form-item {
margin-bottom: 5px;
}
.searchBox{
height:auto;
}
}
</style>