Commit 7a2789ff by liuyong

修改bug

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