hookehuyr

详情弹框高度优化

......@@ -216,7 +216,7 @@ $transition: all 300ms cubic-bezier(0.23, 1, 0.32, 1);
.vue-flow-editor-model-body {
background-color: white;
position: absolute;
top: 0;
top: 57px;
bottom: 0;
right: 0;
display: flex;
......
......@@ -151,9 +151,9 @@ export default {
<transition name="vue-flow-editor-transition">
<div class="vue-flow-editor-model" v-show={editorState.showModel}>
<div class="vue-flow-editor-model-body" style={modelBodyStyle.value}>
<div class="vue-flow-editor-model-head" style={styles.value.toolbar}>
{/* <div class="vue-flow-editor-model-head" style={styles.value.toolbar}>
<i class="el-icon-close" onClick={provideContext.closeModel}/>
</div>
</div> */}
<div class="vue-flow-editor-model-content">
{!!context.slots.model && context.slots.model()}
</div>
......