mirror of
https://github.com/ant-design/ant-design.git
synced 2025-08-05 23:46:28 +08:00
Docs: fix markdown and remove console
This commit is contained in:
parent
11353c7a60
commit
f1ff04a1ce
@ -107,7 +107,6 @@ AntV 将数据图形小组近几年在探索数据可视化过程中取得的成
|
||||
};
|
||||
img.src = url;
|
||||
setTimeout(function() {
|
||||
console.log('timeout');
|
||||
finish('timeout');
|
||||
}, 1500);
|
||||
}
|
||||
|
@ -548,7 +548,7 @@ footer ul li > a {
|
||||
width: 80%;
|
||||
}
|
||||
|
||||
.markdown ul li {
|
||||
.markdown ul > li {
|
||||
list-style: circle;
|
||||
}
|
||||
|
||||
@ -563,7 +563,7 @@ footer ul li > a {
|
||||
margin: 0.6em 0;
|
||||
}
|
||||
|
||||
.markdown ol li {
|
||||
.markdown ol > li {
|
||||
list-style: decimal;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user