Authored by 王涛

Merge branch 'master-v32-lushangqing' into 'master'

机房组件的固定高度更改



See merge request !166
... ... @@ -24,7 +24,7 @@ body
padding-top: 30px;
border: 2px solid #0a93be;
width: 900px;
height: 600px;
min-height: 666px;
margin: 0 auto;
font-size: 16px;
border-radius: 5px;
... ...
<div v-if="!isDetailShow" class="outlinediv" style="height: 666px">
<div v-if="!isDetailShow" class="outlinediv" >
<!-- <span>湖州灾备一机房平面图</span>-->
<div class="huzhouone-topcabinet">
<table>
... ...