UNPKG
dxs-iview
Version:
latest (3.4.34)
3.4.34
3.4.33
3.4.32
3.4.31
3.4.30
3.4.29
3.4.28
3.4.27
3.4.26
3.4.25
3.4.24
3.4.23
3.4.22
3.4.21
3.4.20
3.4.19
3.4.18
3.4.17
3.4.16
3.4.15
3.4.14
3.4.13
3.4.12
3.4.11
3.4.10
3.4.9
3.4.8
3.4.7
3.4.6
3.4.5
3.4.4
3.4.3
3.4.2-3
3.4.2-2
3.4.2-1
A high quality UI components Library with Vue.js
www.iviewui.com
iview/iview
dxs-iview
/
src
/
styles
/
components
/
circle.less
17 lines
(14 loc)
•
321 B
text/less
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
@circle-prefix-cls:
~"@{css-prefix}chart-circle"
;
.@{circle-prefix-cls}
{
display
: inline-block;
position
: relative;
&
-inner
{
width
:
100%
;
text-align
: center;
position
: absolute;
left
:
0
;
top
:
50%
;
transform
:
translateY
(-
50%
);
line-height
:
1
; } }