fix: 脑图样式
This commit is contained in:
parent
dc0cc7425a
commit
4d1958fd01
|
@ -50,7 +50,7 @@
|
||||||
"xml-js": "^1.6.11",
|
"xml-js": "^1.6.11",
|
||||||
"yan-progress": "^1.0.3",
|
"yan-progress": "^1.0.3",
|
||||||
"jsonpath": "^1.1.0",
|
"jsonpath": "^1.1.0",
|
||||||
"vue-minder-editor-plus": "^1.0.13"
|
"vue-minder-editor-plus": "^1.0.14"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@vue/cli-plugin-babel": "^4.1.0",
|
"@vue/cli-plugin-babel": "^4.1.0",
|
||||||
|
|
|
@ -1,7 +1,5 @@
|
||||||
<template>
|
<template>
|
||||||
<div class="minder">
|
<div class="minder">
|
||||||
<!-- <testcase-minder-header/>-->
|
|
||||||
<!-- <div id="minder-container"></div>-->
|
|
||||||
<minder-editor class="minder-container" :import-json="importJson"/>
|
<minder-editor class="minder-container" :import-json="importJson"/>
|
||||||
</div>
|
</div>
|
||||||
</template>
|
</template>
|
||||||
|
@ -40,17 +38,4 @@ export default {
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
<style scoped>
|
<style scoped>
|
||||||
.minder-container {
|
|
||||||
width: 100%;
|
|
||||||
height: 600px;
|
|
||||||
}
|
|
||||||
|
|
||||||
.minder-container >>> .mind-editor {
|
|
||||||
position: revert;
|
|
||||||
height: 600px;
|
|
||||||
}
|
|
||||||
|
|
||||||
.minder {
|
|
||||||
padding: 20px;
|
|
||||||
}
|
|
||||||
</style>
|
</style>
|
||||||
|
|
Loading…
Reference in New Issue