fix:取消使用拖拽,界面展示异常
This commit is contained in:
@@ -115,9 +115,8 @@
|
||||
<div class="title-name">节点信息</div>
|
||||
</div>
|
||||
</div> -->
|
||||
|
||||
<DragSplit :left-content-width="'50%'">
|
||||
<template #left>
|
||||
<!-- <DragSplit :left-content-width="'50%'">
|
||||
<template #left> -->
|
||||
<div
|
||||
v-if="!rightFullScreen"
|
||||
:class="leftFullScreen ? 'info-box-left allpage ' : 'info-box-left'"
|
||||
@@ -282,8 +281,8 @@
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</template>
|
||||
<template #right>
|
||||
<!-- </template> -->
|
||||
<!-- <template #right> -->
|
||||
<div
|
||||
v-if="!leftFullScreen"
|
||||
:class="rightFullScreen ? 'info-box-right allpage ' : 'info-box-right'"
|
||||
@@ -346,8 +345,8 @@
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</template>
|
||||
</DragSplit>
|
||||
<!-- </template>
|
||||
</DragSplit> -->
|
||||
</div>
|
||||
<HpcList v-model="visible" />
|
||||
</div>
|
||||
@@ -1187,8 +1186,8 @@ onMounted(async () => {
|
||||
|
||||
.info-box-left,
|
||||
.info-box-right {
|
||||
// width: calc(50% - 5px);
|
||||
width: 100%;
|
||||
width: calc(50% - 5px);
|
||||
// width: 100%;
|
||||
// height: 500px;
|
||||
height: 100%;
|
||||
background-color: #fff;
|
||||
|
||||
Reference in New Issue
Block a user