mirror of
https://github.com/youzan/vant.git
synced 2025-10-18 09:24:25 +00:00
Merge branch 'dev' into next
This commit is contained in:
@@ -3,15 +3,18 @@
|
||||
code {
|
||||
position: relative;
|
||||
display: block;
|
||||
padding: 16px;
|
||||
overflow-x: auto;
|
||||
color: @van-doc-code-color;
|
||||
font-weight: 400;
|
||||
font-size: 13.4px;
|
||||
font-size: 14px;
|
||||
font-family: @van-doc-code-font-family;
|
||||
line-height: 26px;
|
||||
white-space: pre-wrap;
|
||||
word-wrap: break-word;
|
||||
-webkit-font-smoothing: auto;
|
||||
background-color: #fafafa;
|
||||
border-radius: 16px;
|
||||
}
|
||||
|
||||
pre {
|
||||
|
Reference in New Issue
Block a user