mirror of
https://gitee.com/baidu/amis.git
synced 2024-12-03 04:28:32 +08:00
12 lines
198 B
SCSS
12 lines
198 B
SCSS
.#{$ns}Chart {
|
|
min-height: 300px;
|
|
position: relative;
|
|
|
|
&-placeholder {
|
|
position: absolute;
|
|
top: 50%;
|
|
left: 50%;
|
|
transform: translate(-50%, -50%);
|
|
}
|
|
}
|