feat(Circle): improve text padding

This commit is contained in:
chenjiahan 2020-03-21 14:41:34 +08:00
parent de585e8f28
commit 10f32d6619

View File

@ -22,7 +22,9 @@
position: absolute;
top: 50%;
left: 0;
box-sizing: border-box;
width: 100%;
padding: 0 @padding-base;
color: @circle-text-color;
font-weight: @circle-text-font-weight;
font-size: @circle-text-font-size;