chenrui  пре 2 година
родитељ
комит
3070817e1e

+ 2 - 2
src/views/system/securityCheck/views/agentTable.vue

@@ -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;
   }

+ 2 - 2
src/views/system/securityCheck/views/cargoRelevanceTable.vue

@@ -456,7 +456,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`
     },
   },
 }
@@ -465,7 +465,7 @@ export default {
 <style lang="scss" scoped>
 .table-wrapper {
   padding: 0 24px;
-  background: #dfe3ea;
+  // background: #dfe3ea;
   .table-header-wrapper {
     // padding-top: 24px;
   }

+ 2 - 2
src/views/system/securityCheck/views/cargoTable.vue

@@ -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;
   }