|
|
@@ -1,5 +1,6 @@
|
|
|
<template>
|
|
|
<div class="log">
|
|
|
+ <PageMain class="vh100">
|
|
|
<div class='btn-box'>
|
|
|
<el-button type="primary" plain class='query-btn'
|
|
|
@click='dialogShow'>{{selectedKeys.length?`已选${selectedKeys.length}项`:'筛选条件'}}</el-button>
|
|
|
@@ -23,6 +24,7 @@
|
|
|
<FilterDialog :show='isShow' @close='isShow=false' @sure='filterSure' ref='filterDialogRef' @selectedKeys='selected'
|
|
|
routerKey='routerKey'>
|
|
|
</FilterDialog>
|
|
|
+ </PageMain>
|
|
|
</div>
|
|
|
</template>
|
|
|
|
|
|
@@ -293,11 +295,6 @@ onMounted(() => {
|
|
|
|
|
|
<style scoped lang="scss">
|
|
|
.log {
|
|
|
- width: 100%;
|
|
|
- height: calc(100vh - 120px);
|
|
|
- background: #ffffff;
|
|
|
- padding: 24px;
|
|
|
- overflow-y: auto;
|
|
|
.query-btn {
|
|
|
margin-left: 20px;
|
|
|
}
|