issue
This commit is contained in:
parent
fbb73968c9
commit
19afa410b1
|
@ -1362,7 +1362,6 @@ a:link,
|
||||||
a:visited {
|
a:visited {
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
color: #05101a;
|
color: #05101a;
|
||||||
height: 55px;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
ol,
|
ol,
|
||||||
|
|
|
@ -50,9 +50,9 @@ function CoderDepotReadme({ operate , history , readme , ChangeFile }){
|
||||||
<span>目录</span>
|
<span>目录</span>
|
||||||
</span>
|
</span>
|
||||||
</Dropdown>
|
</Dropdown>
|
||||||
<a href="#readme ">
|
|
||||||
<span className="commonBox-title-read">README.md</span>
|
<span className="commonBox-title-read"><a href="#readme ">README.md</a></span>
|
||||||
</a>
|
|
||||||
</AlignCenter>
|
</AlignCenter>
|
||||||
{
|
{
|
||||||
operate ?
|
operate ?
|
||||||
|
|
Loading…
Reference in New Issue