Skip to content

Commit

Permalink
发布样式调整
Browse files Browse the repository at this point in the history
  • Loading branch information
duolabmeng6 committed Nov 4, 2023
1 parent 751fcb2 commit 9cecae4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions GoEasyDesigner/frontend/src/app11.vue
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@
</el-tab-pane>
</el-tabs>
</div>
<div id="footer" class="调试信息" style="position: relative">
<div id="footer" class="调试信息" style="position: relative;min-height: 200px">
<DraggableDivider :target-element-id="'footer'" direction="top"></DraggableDivider>

<el-tabs v-model="store.选择夹_底部现行选中项" class="demo-tabs" style="height: 100%" tab-position="top"
Expand Down Expand Up @@ -311,7 +311,7 @@ async function ReSize() {
tabMainVal.querySelector('#designer').style.height = tabContentHight.value - 16 + 'px'
document.querySelector('#tabLeftSuper').style.height = tabContentHight.value + 'px'
document.querySelector('#tabLeftProject').style.height = tabContentHight.value + 'px'
document.querySelector('#tabLeftAttr').style.height = tabContentHight.value - 16 + 'px'
// document.querySelector('#left > div > div.el-tabs__content').style.height = tabContentHight.value - 16 + 'px'
}
Expand Down

0 comments on commit 9cecae4

Please sign in to comment.