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