Browse Source

bug#1894填表页面底部不要留太大空隙

feture-12345
mk 6 months ago
parent
commit
4220c4cb35
  1. 4
      src/views/modules/base/smartExcel/cpts/excel-view.vue

4
src/views/modules/base/smartExcel/cpts/excel-view.vue

@ -95,7 +95,7 @@ export default {
}, },
computed: { computed: {
tableHeight() { tableHeight() {
return (this.clientHeight - 100) + 'px' return (this.clientHeight - 10) + 'px'
}, },
...mapGetters(['clientHeight', 'resolution']), ...mapGetters(['clientHeight', 'resolution']),
}, },
@ -307,7 +307,7 @@ export default {
padding: 0px; padding: 0px;
z-index: 2; z-index: 2;
width: calc(100vw - 100px); width: calc(100vw - 100px);
height: calc(100vh - 200px); height: calc(100vh - 100px);
} }
#luckysheet { #luckysheet {

Loading…
Cancel
Save