|
@ -28,7 +28,13 @@ |
|
|
v-model="searchVal" |
|
|
v-model="searchVal" |
|
|
placeholder="请输入" |
|
|
placeholder="请输入" |
|
|
/> |
|
|
/> |
|
|
<el-button type="primary" size="small" class="!ml-10">检索</el-button> |
|
|
<el-button |
|
|
|
|
|
type="primary" |
|
|
|
|
|
size="small" |
|
|
|
|
|
class="!ml-10" |
|
|
|
|
|
@click="handleSearch" |
|
|
|
|
|
>检索</el-button |
|
|
|
|
|
> |
|
|
</div> |
|
|
</div> |
|
|
<div class="table-box"> |
|
|
<div class="table-box"> |
|
|
<el-row class="item-row"> |
|
|
<el-row class="item-row"> |
|
@ -278,7 +284,7 @@ export default { |
|
|
margin-top: 20px; |
|
|
margin-top: 20px; |
|
|
background-color: #fff; |
|
|
background-color: #fff; |
|
|
padding: 20px; |
|
|
padding: 20px; |
|
|
height: calc(100% - 56px); |
|
|
height: calc(100% - 16px); |
|
|
.table-box { |
|
|
.table-box { |
|
|
border: 1px solid #ccc; |
|
|
border: 1px solid #ccc; |
|
|
border-radius: 4px; |
|
|
border-radius: 4px; |
|
|