fix: 脑图样式

This commit is contained in:
chenjianxing 2021-03-11 17:42:41 +08:00
parent dc0cc7425a
commit 4d1958fd01
2 changed files with 1 additions and 16 deletions

View File

@ -50,7 +50,7 @@
"xml-js": "^1.6.11",
"yan-progress": "^1.0.3",
"jsonpath": "^1.1.0",
"vue-minder-editor-plus": "^1.0.13"
"vue-minder-editor-plus": "^1.0.14"
},
"devDependencies": {
"@vue/cli-plugin-babel": "^4.1.0",

View File

@ -1,7 +1,5 @@
<template>
<div class="minder">
<!-- <testcase-minder-header/>-->
<!-- <div id="minder-container"></div>-->
<minder-editor class="minder-container" :import-json="importJson"/>
</div>
</template>
@ -40,17 +38,4 @@ export default {
</script>
<style scoped>
.minder-container {
width: 100%;
height: 600px;
}
.minder-container >>> .mind-editor {
position: revert;
height: 600px;
}
.minder {
padding: 20px;
}
</style>