fix: 脑图样式
This commit is contained in:
parent
dc0cc7425a
commit
4d1958fd01
|
@ -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",
|
||||
|
|
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue