File size: 616 Bytes
d10ecd7 b514440 d10ecd7 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 |
/* 显示空格:https://blog.csdn.net/liuxiao723846/article/details/118994673 */
.space-show {
white-space: pre-wrap;
}
.cell-wrap {
white-space: pre-wrap;
}
/* 隐藏legend */
.category-legend {
display: none !important;
}
.statistics {
min-width: min(50px, 100%) !important;
}
.statistics textarea {
min-width: min(50px, 100%) !important;
font-size: 20px !important;
font-weight: 600 !important;
text-align: center !important;
border: none !important;
}
.statistics label {
text-align: center !important;
}
/* align-self: flex-end; */
.example-style {
max-width: 150px;
align-self: self-end;
} |