|
@@ -14770,13 +14770,13 @@ export default {
|
|
|
this.$forceUpdate();
|
|
|
},
|
|
|
jumpGj(i, j, k) {
|
|
|
- for (var z = 0; z < this.navList.length; z++) {
|
|
|
- for (var q = 0; q < this.navList[z].task.length; q++) {
|
|
|
- for (var w = 0; w < this.navList[z].task[q].tool.length; w++) {
|
|
|
- this.navList[z].task[q].tool[w].isTool = false;
|
|
|
- }
|
|
|
- }
|
|
|
- }
|
|
|
+ // for (var z = 0; z < this.navList.length; z++) {
|
|
|
+ // for (var q = 0; q < this.navList[z].task.length; q++) {
|
|
|
+ // for (var w = 0; w < this.navList[z].task[q].tool.length; w++) {
|
|
|
+ // this.navList[z].task[q].tool[w].isTool = false;
|
|
|
+ // }
|
|
|
+ // }
|
|
|
+ // }
|
|
|
this.navList[i].task[j].tool[k].isTool =
|
|
|
!this.navList[i].task[j].tool[k].isTool;
|
|
|
// var a = document.getElementsByClassName("study_top")[0];
|
|
@@ -22016,9 +22016,6 @@ ol {
|
|
|
padding: 15px 0;
|
|
|
box-sizing: border-box;
|
|
|
font-size: 14px;
|
|
|
-}
|
|
|
-
|
|
|
-.gjCss > div:last-child {
|
|
|
cursor: pointer;
|
|
|
}
|
|
|
|
|
@@ -22069,7 +22066,6 @@ ol {
|
|
|
.navItemList > div {
|
|
|
font-size: 16px;
|
|
|
font-weight: 400;
|
|
|
- color: #0e1e33;
|
|
|
}
|
|
|
.navItemList > div:first-child {
|
|
|
min-width: 60px;
|
|
@@ -22090,6 +22086,9 @@ ol {
|
|
|
color: #fff;
|
|
|
} */
|
|
|
|
|
|
+.isItemList{
|
|
|
+ color: #0061ff !important;
|
|
|
+}
|
|
|
.navListItem {
|
|
|
width: 280px;
|
|
|
height: 50px;
|