|
|
|
@ -137,8 +137,7 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<!--全部应用--> |
|
|
|
|
<!-- <div style="width: 100%; height:70%; margin-top: 11px; overflow: hidden" :headStyle="{}" :bodyStyle="{height:'100%' , overflow:'hidden'}">--> |
|
|
|
|
<div style="width: 100%; margin-top: 11px; overflow: hidden" > |
|
|
|
|
<div style="width: 100%; height:70%; margin-top: 11px; overflow: hidden" > |
|
|
|
|
<a-row :gutter="24"> |
|
|
|
|
<a-col :span="24"> |
|
|
|
|
<a-card class="bottom-card" title="快捷" style="width: 100%; height:100%; margin-top: 11px; overflow-y: hidden" :headStyle="{}" :bodyStyle="{height:'100%' , overflow:'hidden'}" > |
|
|
|
@ -390,7 +389,7 @@ export default {
|
|
|
|
|
methods: { |
|
|
|
|
getHeight(){ |
|
|
|
|
console.log(window.innerHeight) |
|
|
|
|
var baseValue = window.innerHeight * 0.75; |
|
|
|
|
var baseValue = window.innerHeight*0.75; |
|
|
|
|
this.conheight.height=baseValue+'px'; |
|
|
|
|
var zoomValue = 190 / baseValue; |
|
|
|
|
this.conheight.bottomCard = baseValue - 400 + 'px'; |
|
|
|
|