Merge branch 'bjxz-lk' into bjxz-dev
This commit is contained in:
commit
06cb38776e
@ -4831,5 +4831,9 @@ export default {
|
|||||||
.pagerBox {
|
.pagerBox {
|
||||||
margin-top: 0;
|
margin-top: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.tableBtns .operationText {
|
||||||
|
margin-right:0
|
||||||
|
}
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
|
|||||||
@ -7,7 +7,7 @@
|
|||||||
:model="searchForm"
|
:model="searchForm"
|
||||||
ref="searchForm"
|
ref="searchForm"
|
||||||
>
|
>
|
||||||
<div style="display: flex; justify-content: space-between">
|
<div style="display: flex; justify-content: space-between;margin-top:15px">
|
||||||
<div>
|
<div>
|
||||||
<el-form-item label="访客姓名" prop="visitName">
|
<el-form-item label="访客姓名" prop="visitName">
|
||||||
<el-input
|
<el-input
|
||||||
@ -469,5 +469,9 @@ export default {
|
|||||||
.el-form-item {
|
.el-form-item {
|
||||||
margin-bottom: 5px;
|
margin-bottom: 5px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.searchBox{
|
||||||
|
height:auto;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user