|
@@ -262,7 +262,7 @@ export default {
|
|
|
const topBarHeight = 80
|
|
|
const headerHeight = this.$refs['tableWrapperHeader'].offsetHeight
|
|
|
const footerBlackHeight = 24
|
|
|
- this.tableHeight = `calc(100vh - ${topBarHeight + headerHeight + footerBlackHeight}px)`
|
|
|
+ this.tableHeight = `calc(100vh - ${topBarHeight + headerHeight + footerBlackHeight}px)-20px`
|
|
|
},
|
|
|
},
|
|
|
}
|
|
@@ -271,7 +271,7 @@ export default {
|
|
|
<style lang="scss" scoped>
|
|
|
.table-wrapper {
|
|
|
padding: 0 24px;
|
|
|
- background: #dfe3ea;
|
|
|
+ // background: #dfe3ea;
|
|
|
.table-header-wrapper {
|
|
|
padding-top: 24px;
|
|
|
}
|