Skip to content

Commit d6ee8ae

Browse files
committed
【示例网站】【优化开发指南左边列表的点击样式】
1 parent 5788935 commit d6ee8ae

File tree

2 files changed

+10
-4
lines changed

2 files changed

+10
-4
lines changed

website/src/views/component/product.vue

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -225,10 +225,13 @@ export default {
225225
}
226226
227227
.active {
228-
border-left: 3px solid #000000;
228+
border-left: 3px solid #3A85C6;
229229
padding-left: 6px;
230-
color: #000000;
231230
font-weight: bold;
231+
232+
a {
233+
color: #3A85C6;
234+
}
232235
}
233236
}
234237
}

website/src/views/guide/DevelopGuide.vue

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -222,10 +222,13 @@ export default {
222222
}
223223
224224
.active {
225-
border-left: 3px solid #000000;
225+
border-left: 3px solid #3A85C6;
226226
padding-left: 6px;
227-
color: #000000;
228227
font-weight: bold;
228+
229+
a {
230+
color: #3A85C6;
231+
}
229232
}
230233
}
231234
}

0 commit comments

Comments
 (0)