|
@@ -250,6 +250,13 @@ export default {
|
|
|
_this.fullTree = false;
|
|
|
document.getElementById("content-tree").style.display = "none";
|
|
|
}
|
|
|
+ if (document.getElementById("content-scroll")) {
|
|
|
+ document.getElementById("content-scroll").scrollTop = 0;
|
|
|
+ }
|
|
|
+ if (_this.isPhone) {
|
|
|
+ _this.showMenu = false;
|
|
|
+ document.getElementsByClassName("content-tree-phone")[0].scrollTop = 0;
|
|
|
+ }
|
|
|
},
|
|
|
// 点击全屏展示 隐藏tree
|
|
|
fullScreen() {
|
|
@@ -362,6 +369,7 @@ export default {
|
|
|
background: #fff;
|
|
|
&-phone {
|
|
|
width: 50%;
|
|
|
+ padding-top: 20px;
|
|
|
}
|
|
|
&-unfold {
|
|
|
width: 40px;
|