forked from Gitlink/forgeplus-react
代码库二级页面标签页优化
This commit is contained in:
parent
1c5b5a66d8
commit
63a74cc076
|
@ -1309,7 +1309,6 @@ span {
|
|||
margin: 0;
|
||||
padding: 0;
|
||||
margin-bottom: 0px!important;
|
||||
font-weight: 500;
|
||||
}
|
||||
|
||||
table,
|
||||
|
@ -1363,8 +1362,7 @@ table {
|
|||
a:link,
|
||||
a:visited {
|
||||
text-decoration: none;
|
||||
color: #333333;
|
||||
font-weight: 500;
|
||||
color: #05101a;
|
||||
}
|
||||
|
||||
ol,
|
||||
|
|
|
@ -23,6 +23,8 @@
|
|||
line-height: 69px;
|
||||
div{
|
||||
padding-left: 69px;
|
||||
font-weight: 500;
|
||||
color:#333333;
|
||||
}
|
||||
}
|
||||
&:last-child{
|
||||
|
|
Loading…
Reference in New Issue