ソースを参照

详情弹窗-更新

lxh 2 ヶ月 前
コミット
12fc5b4997

+ 1 - 0
src/design/vent/antCss.less

@@ -172,6 +172,7 @@ background-size: 100% 100%;
   }
 }
 .@{ventSpace}-modal-body {
+  height: calc(100% - 48px) !important;
   .j-box-bottom-button-float {
     background-color: #ffffff00 !important;
   }

+ 2 - 3
src/views/vent/home/configurable/components/gasInject/curveEchartDetail.vue

@@ -1,7 +1,6 @@
 <template>
   <div class="curve-detail">
-<h1>111</h1>
-<h2>222</h2>
+
   </div>
 </template>
 
@@ -12,6 +11,6 @@ import {ref} from 'vue'
 <style lang="less" scoped>
 .curve-detail{
   width: 100%;
-  height: 300px;
+  height: 100%;
 }
 </style>