mirror of
https://gitee.com/vant-contrib/vant.git
synced 2025-04-06 03:57:59 +08:00
feat(cli): add version tag style
This commit is contained in:
parent
3d6b5e37d5
commit
6555af4f76
@ -118,6 +118,15 @@ export default {
|
||||
|
||||
&:first-child {
|
||||
padding-left: 0;
|
||||
|
||||
code {
|
||||
margin: 0;
|
||||
padding: 2px 6px;
|
||||
color: @van-doc-blue;
|
||||
font-size: 10px;
|
||||
background-color: fade(@van-doc-blue, 10%);
|
||||
border-radius: 20px;
|
||||
}
|
||||
}
|
||||
|
||||
&:last-child {
|
||||
|
Loading…
x
Reference in New Issue
Block a user