@@ -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;
@@ -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>