fix:优化参考线遮挡住右侧面板问题

main
liu.shiyi 1 year ago
parent e7d4471f39
commit 285305b8a0

@ -4,7 +4,7 @@
title="表达式" title="表达式"
width="60%" width="60%"
:visible.sync="formVisible" :visible.sync="formVisible"
:append-to-body="false" append-to-body
class="bs-dialog-wrap bs-el-dialog" class="bs-dialog-wrap bs-el-dialog"
> >
<div class="main-box"> <div class="main-box">

@ -131,7 +131,7 @@ export default {
<style lang="scss" scoped> <style lang="scss" scoped>
.bs-right-panel-wrap { .bs-right-panel-wrap {
//z-index: 108; z-index: 1000;
display: flex; display: flex;
flex-direction: column; flex-direction: column;
background-color: var(--bs-background-1); background-color: var(--bs-background-1);

Loading…
Cancel
Save