mirror of
https://gitee.com/vant-contrib/vant.git
synced 2025-04-23 18:00:27 +08:00
feat(Circle): improve text padding
This commit is contained in:
parent
de585e8f28
commit
10f32d6619
@ -22,7 +22,9 @@
|
|||||||
position: absolute;
|
position: absolute;
|
||||||
top: 50%;
|
top: 50%;
|
||||||
left: 0;
|
left: 0;
|
||||||
|
box-sizing: border-box;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
|
padding: 0 @padding-base;
|
||||||
color: @circle-text-color;
|
color: @circle-text-color;
|
||||||
font-weight: @circle-text-font-weight;
|
font-weight: @circle-text-font-weight;
|
||||||
font-size: @circle-text-font-size;
|
font-size: @circle-text-font-size;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user