text controlled for donut chart
This commit is contained in:
31
public/css/app.css
vendored
31
public/css/app.css
vendored
@ -47115,6 +47115,37 @@ html[dir='rtl'] .el-input__suffix {
|
||||
}
|
||||
/* element-ui */
|
||||
|
||||
/* apex-chart */
|
||||
.apexcharts-donut-custom span.apexcharts-legend-text {
|
||||
display: -webkit-box !important;
|
||||
-webkit-line-clamp: 1 !important;
|
||||
-webkit-box-orient: vertical !important;
|
||||
overflow: hidden !important;
|
||||
height: 1rem !important;
|
||||
}
|
||||
|
||||
.apexcharts-donut-custom .apexcharts-legend-series {
|
||||
display: -webkit-box !important;
|
||||
display: -ms-flexbox !important;
|
||||
display: flex !important;
|
||||
-webkit-box-align: center !important;
|
||||
-ms-flex-align: center !important;
|
||||
align-items: center !important;
|
||||
}
|
||||
|
||||
.apexcharts-donut-custom .apexcharts-legend {
|
||||
padding: 0 !important;
|
||||
}
|
||||
|
||||
.apexcharts-donut-custom .apexcharts-legend-marker {
|
||||
width: 18px !important;
|
||||
}
|
||||
|
||||
.apexcharts-donut-custom-report .apexcharts-legend-marker {
|
||||
width: 12px !important;
|
||||
}
|
||||
/* apex-chart */
|
||||
|
||||
/* collapse */
|
||||
.active-collapse{
|
||||
opacity: 1;
|
||||
|
Reference in New Issue
Block a user