mirror of
https://gitee.com/baidu/amis.git
synced 2024-11-30 11:07:52 +08:00
13 lines
194 B
SCSS
13 lines
194 B
SCSS
.#{$ns}Chart {
|
|
min-width: 300px;
|
|
min-height: 300px;
|
|
position: relative;
|
|
|
|
&-placeholder {
|
|
position: absolute;
|
|
top: 50%;
|
|
left: 50%;
|
|
transform: translate(-50%, -50%);
|
|
}
|
|
}
|