Commit 7a2789ff by liuyong

修改bug

1 parent 0605a51a
...@@ -48,7 +48,7 @@ export default { ...@@ -48,7 +48,7 @@ export default {
data() { data() {
return { return {
id: null, id: null,
showBtn: true showBtn: true,
}; };
}, },
mounted(){ mounted(){
......
...@@ -20,7 +20,7 @@ export default { ...@@ -20,7 +20,7 @@ export default {
data() { data() {
return { return {
jm: null, jm: null,
id: null id: null,
} }
}, },
mounted(){ mounted(){
...@@ -159,7 +159,7 @@ export default { ...@@ -159,7 +159,7 @@ export default {
} }
#jsmind_container{ #jsmind_container{
width: 100%; width: 100%;
height: calc(100% - 50px); height: 100%;
} }
.menu_container{ .menu_container{
background-color: #eee; background-color: #eee;
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!