fix:取消使用拖拽,界面展示异常

This commit is contained in:
2026-01-27 09:58:53 +08:00
parent 06f94c26c0
commit 3c8d9b1a93

View File

@@ -115,9 +115,8 @@
<div class="title-name">节点信息</div> <div class="title-name">节点信息</div>
</div> </div>
</div> --> </div> -->
<!-- <DragSplit :left-content-width="'50%'">
<DragSplit :left-content-width="'50%'"> <template #left> -->
<template #left>
<div <div
v-if="!rightFullScreen" v-if="!rightFullScreen"
:class="leftFullScreen ? 'info-box-left allpage ' : 'info-box-left'" :class="leftFullScreen ? 'info-box-left allpage ' : 'info-box-left'"
@@ -282,8 +281,8 @@
</div> </div>
</div> </div>
</div> </div>
</template> <!-- </template> -->
<template #right> <!-- <template #right> -->
<div <div
v-if="!leftFullScreen" v-if="!leftFullScreen"
:class="rightFullScreen ? 'info-box-right allpage ' : 'info-box-right'" :class="rightFullScreen ? 'info-box-right allpage ' : 'info-box-right'"
@@ -346,8 +345,8 @@
</div> </div>
</div> </div>
</div> </div>
</template> <!-- </template>
</DragSplit> </DragSplit> -->
</div> </div>
<HpcList v-model="visible" /> <HpcList v-model="visible" />
</div> </div>
@@ -1187,8 +1186,8 @@ onMounted(async () => {
.info-box-left, .info-box-left,
.info-box-right { .info-box-right {
// width: calc(50% - 5px); width: calc(50% - 5px);
width: 100%; // width: 100%;
// height: 500px; // height: 500px;
height: 100%; height: 100%;
background-color: #fff; background-color: #fff;