|
@ -604,7 +604,7 @@ export default { |
|
|
computed: { |
|
|
computed: { |
|
|
tableHeight () { |
|
|
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); |
|
|
box-shadow: 0px 2px 12px 0px rgba(0, 0, 0, 0.1); |
|
|
border-radius: 4px; |
|
|
border-radius: 4px; |
|
|
margin-top: 15px; |
|
|
margin-top: 15px; |
|
|
padding: 23px 30px 10px; |
|
|
// padding: 23px 30px 10px; |
|
|
|
|
|
|
|
|
.table { |
|
|
.table { |
|
|
margin-top: 20px; |
|
|
margin-top: 20px; |
|
|