@@ -88,7 +88,7 @@
}"
:right-style="{ overflow: 'hidden' }"
:responsive="false"
- style="height: calc(100vh - 230px)"
+ style="height: calc(100vh - 295px)"
>
<!-- 详细信息 -->
<div class="left_main">
@@ -1430,7 +1430,8 @@
.right_main {
width: 100%;
padding-bottom: 12px;
- height: calc((100vh - 234px));
+ height: 100%;
+ overflow: auto;
background: #f0f3f3;
border: 1px solid rgb(207, 215, 207);
}