mirror of
https://gitee.com/baidu/amis.git
synced 2024-11-30 11:07:52 +08:00
ebc073f1bc
* feat: 数据加工钩子支持获取接口返回的数据 * 参数传错了 * chore: chart 的dom 不要切换, 方便编辑器标记dom
21 lines
297 B
SCSS
21 lines
297 B
SCSS
.#{$ns}Chart {
|
|
min-width: 300px;
|
|
min-height: 300px;
|
|
position: relative;
|
|
|
|
&-placeholder {
|
|
position: absolute;
|
|
top: 50%;
|
|
left: 50%;
|
|
transform: translate(-50%, -50%);
|
|
}
|
|
|
|
&-content {
|
|
position: absolute;
|
|
left: 0;
|
|
top: 0;
|
|
width: 100%;
|
|
height: 100%;
|
|
}
|
|
}
|