mirror of
https://github.com/ant-design/ant-design.git
synced 2025-08-06 16:06:28 +08:00
a标签文字颜色
This commit is contained in:
parent
cce0cb50ff
commit
ee68076d70
@ -112,7 +112,6 @@ $(function() {
|
||||
if(m.attr("href")=="./"||url.indexOf(m.attr("href"))>=0){
|
||||
self.num=m.parent().parent().parent().index();
|
||||
self.cnum=m.parent().index();
|
||||
console.log(self.num)
|
||||
}
|
||||
}
|
||||
},
|
||||
|
@ -418,11 +418,14 @@ footer ul li > a {
|
||||
color: #6EB4E0;
|
||||
}
|
||||
|
||||
.aside-container .current {
|
||||
.aside-container .current{
|
||||
background: #fff;
|
||||
border-left: 3px solid #71B5DE;
|
||||
color: #71B5DE;
|
||||
}
|
||||
.aside-container .current a{
|
||||
color: #71B5DE;
|
||||
}
|
||||
|
||||
.main-wrapper {
|
||||
display: flex;
|
||||
|
Loading…
Reference in New Issue
Block a user