mirror of
https://gitee.com/ant-design/ant-design.git
synced 2024-11-30 19:19:26 +08:00
fix some site style
This commit is contained in:
parent
c1bd5d4ecb
commit
aa17690b65
@ -165,6 +165,7 @@ section.code-box-meta p {
|
||||
opacity: 0;
|
||||
overflow: auto;
|
||||
transition: all 0.4s ease;
|
||||
border-radius: 0 0 6px 6px;
|
||||
}
|
||||
.code-box .highlight-wrapper-expand {
|
||||
max-height: 500px;
|
||||
@ -175,6 +176,7 @@ section.code-box-meta p {
|
||||
pre {
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
background: #fff;
|
||||
}
|
||||
&:not(:first-child) {
|
||||
border-top: 1px dashed #e9e9e9;
|
||||
|
Loading…
Reference in New Issue
Block a user