amis/scss/components/_chart.scss

12 lines
198 B
SCSS
Raw Normal View History

2019-04-30 11:11:25 +08:00
.#{$ns}Chart {
min-height: 300px;
position: relative;
2019-04-30 11:11:25 +08:00
&-placeholder {
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
}
}