This commit is contained in:
hc1913847458 2021-09-02 15:22:34 +08:00 committed by caishi
parent 4acfb88ee5
commit 6696222c02
3 changed files with 3 additions and 3 deletions

View File

@ -50,7 +50,7 @@ function CoderDepotReadme({ operate , history , readme , ChangeFile }){
<span>目录</span> <span>目录</span>
</span> </span>
</Dropdown> </Dropdown>
<a href="#readme"> <a href="#readme ">
<span className="commonBox-title-read">README.md</span> <span className="commonBox-title-read">README.md</span>
</a> </a>
</AlignCenter> </AlignCenter>

View File

@ -627,7 +627,7 @@
vertical-align: middle; vertical-align: middle;
color: #666; color: #666;
font-size: 14px; font-size: 14px;
&:hover{ &:hover {
color: #466AFF; color: #466AFF;
} }
} }

View File

@ -61,7 +61,7 @@ function UndoEvent(props){
return( return(
<div> <div>
<Spin spinning={isSpin}> <Spin spinning={isSpin}>
<div> <div >
{ {
list && list.length > 0 ? list && list.length > 0 ?
<ul className="notifyList"> <ul className="notifyList">