Showing
2 changed files
with
3 additions
and
3 deletions
| ... | @@ -216,7 +216,7 @@ $transition: all 300ms cubic-bezier(0.23, 1, 0.32, 1); | ... | @@ -216,7 +216,7 @@ $transition: all 300ms cubic-bezier(0.23, 1, 0.32, 1); |
| 216 | .vue-flow-editor-model-body { | 216 | .vue-flow-editor-model-body { |
| 217 | background-color: white; | 217 | background-color: white; |
| 218 | position: absolute; | 218 | position: absolute; |
| 219 | - top: 0; | 219 | + top: 57px; |
| 220 | bottom: 0; | 220 | bottom: 0; |
| 221 | right: 0; | 221 | right: 0; |
| 222 | display: flex; | 222 | display: flex; | ... | ... |
| ... | @@ -151,9 +151,9 @@ export default { | ... | @@ -151,9 +151,9 @@ export default { |
| 151 | <transition name="vue-flow-editor-transition"> | 151 | <transition name="vue-flow-editor-transition"> |
| 152 | <div class="vue-flow-editor-model" v-show={editorState.showModel}> | 152 | <div class="vue-flow-editor-model" v-show={editorState.showModel}> |
| 153 | <div class="vue-flow-editor-model-body" style={modelBodyStyle.value}> | 153 | <div class="vue-flow-editor-model-body" style={modelBodyStyle.value}> |
| 154 | - <div class="vue-flow-editor-model-head" style={styles.value.toolbar}> | 154 | + {/* <div class="vue-flow-editor-model-head" style={styles.value.toolbar}> |
| 155 | <i class="el-icon-close" onClick={provideContext.closeModel}/> | 155 | <i class="el-icon-close" onClick={provideContext.closeModel}/> |
| 156 | - </div> | 156 | + </div> */} |
| 157 | <div class="vue-flow-editor-model-content"> | 157 | <div class="vue-flow-editor-model-content"> |
| 158 | {!!context.slots.model && context.slots.model()} | 158 | {!!context.slots.model && context.slots.model()} |
| 159 | </div> | 159 | </div> | ... | ... |
-
Please register or login to post a comment