|
|
@@ -59,9 +59,9 @@
|
|
|
import Son1 from "./component/son1.vue";
|
|
|
import Son2 from "./component/son2.vue";
|
|
|
import Son3 from "./component/son3.vue";
|
|
|
-import Son4 from "./component/son4";
|
|
|
-import Son5 from "./component/son5";
|
|
|
-import Son6 from "./component/son6";
|
|
|
+import Son4 from "./component/son4.vue";
|
|
|
+import Son5 from "./component/son5.vue";
|
|
|
+import Son6 from "./component/son6.vue";
|
|
|
import { getTreeMenuApi } from "@/utils/api";
|
|
|
export default {
|
|
|
name: "info",
|
|
|
@@ -117,8 +117,8 @@ export default {
|
|
|
this.meanShow = false;
|
|
|
return
|
|
|
}
|
|
|
- let dom = document.querySelector(".rowBox");
|
|
|
- dom.scrollTo({ top: 0 });
|
|
|
+ // let dom = document.querySelector(".rowBox");
|
|
|
+ // dom.scrollTo({ top: 0 });
|
|
|
this.topDataInd = id;
|
|
|
this.leftData = val;
|
|
|
this.pageInd = 0;
|
|
|
@@ -148,9 +148,12 @@ export default {
|
|
|
</script>
|
|
|
<style lang='less' scoped>
|
|
|
.info {
|
|
|
+ position: relative;
|
|
|
width: 100vw;
|
|
|
height: 100vh;
|
|
|
padding-top: 46px;
|
|
|
+ max-width: 500px;
|
|
|
+ margin: 0 auto;
|
|
|
// 主要内容盒子
|
|
|
.mainBox {
|
|
|
overflow: hidden;
|