UNPKG
view-ui-plus
Version:
latest (1.3.24)
1.3.24
1.3.23
1.3.22
1.3.21
1.3.20
1.3.19
1.3.18
1.3.17
1.3.16
1.3.15
1.3.14
1.3.13
1.3.12
1.3.11
1.3.10
1.3.9
1.3.8
1.3.7
1.3.6
1.3.5
1.3.4
1.3.3
1.3.2
1.3.1
1.3.1-beta.1
1.3.0
1.3.0-beta.2
1.3.0-beta.1
1.2.0
1.2.0-beta.4
1.2.0-beta.3
1.2.0-beta.2
1.2.0-beta.1
1.1.0
1.1.0-beta.2
1.1.0-beta.1
1.0.0
1.0.0-beta.25
1.0.0-beta.24
1.0.0-beta.23
1.0.0-beta.22
1.0.0-beta.21
1.0.0-beta.20
1.0.0-beta.19
1.0.0-beta.18
1.0.0-beta.17
1.0.0-beta.16
1.0.0-beta.15
1.0.0-beta.14
1.0.0-beta.13
1.0.0-beta.12
1.0.0-beta.11
1.0.0-beta.10
1.0.0-beta.9
1.0.0-beta.8
1.0.0-beta.7
1.0.0-beta.6
1.0.0-beta.5
1.0.0-beta.4
1.0.0-beta.3
1.0.0-beta.2
1.0.0-beta.1
A high quality UI components Library with Vue.js 3
www.iviewui.com
view-design/ViewUIPlus
view-ui-plus
/
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
; } }