mirror of
https://github.com/akveo/ngx-admin.git
synced 2026-02-27 02:14:06 +01:00
19 lines
380 B
SCSS
19 lines
380 B
SCSS
@import '../../../@theme/styles/variables';
|
|
|
|
@include nga-install-component() {
|
|
|
|
ngx-echarts-pie, ngx-echarts-bar, ngx-echarts-line {
|
|
display: block;
|
|
height: 100%;
|
|
}
|
|
|
|
/deep/ canvas {
|
|
border-bottom-left-radius: nga-theme(card-border-radius);
|
|
border-bottom-right-radius: nga-theme(card-border-radius);
|
|
}
|
|
|
|
.echart {
|
|
height: 100%;
|
|
width: 100%;
|
|
}
|
|
}
|