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