Browse Source

改了高度样式

shibei_master
dai 3 years ago
parent
commit
48efa2124b
  1. 2
      src/views/modules/shequzhili/csgltc/csgl.vue
  2. 4
      src/views/modules/shequzhili/ggfwtc/ggfw.vue

2
src/views/modules/shequzhili/csgltc/csgl.vue

@ -568,7 +568,7 @@ export default {
computed: {
tableHeight () {
return this.$store.state.inIframe ? this.clientHeight - 430 + this.iframeHeight : this.clientHeight - 430
return this.$store.state.inIframe ? this.clientHeight - 350 + this.iframeHeight : this.clientHeight - 350
},

4
src/views/modules/shequzhili/ggfwtc/ggfw.vue

@ -604,7 +604,7 @@ export default {
computed: {
tableHeight () {
return this.$store.state.inIframe ? this.clientHeight - 430 + this.iframeHeight : this.clientHeight - 430
return this.$store.state.inIframe ? this.clientHeight - 350 + this.iframeHeight : this.clientHeight - 350
},
@ -644,7 +644,7 @@ export default {
box-shadow: 0px 2px 12px 0px rgba(0, 0, 0, 0.1);
border-radius: 4px;
margin-top: 15px;
padding: 23px 30px 10px;
// padding: 23px 30px 10px;
.table {
margin-top: 20px;

Loading…
Cancel
Save