Modify the directory structure
Modify the directory structure
This commit is contained in:
parent
31fbef10e4
commit
4b05d84ea2
175 changed files with 48 additions and 46 deletions
16
src/styles/components/circle.less
Normal file
16
src/styles/components/circle.less
Normal file
|
@ -0,0 +1,16 @@
|
|||
@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;
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue