Spaces:
Running
Running
/* 显示空格: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 ; | |
} | |
.statistics { | |
min-width: min(50px, 100%) ; | |
} | |
.statistics textarea { | |
min-width: min(50px, 100%) ; | |
font-size: 20px ; | |
font-weight: 600 ; | |
text-align: center ; | |
border: none ; | |
} | |
.statistics label { | |
text-align: center ; | |
} | |
/* align-self: flex-end; */ | |
.example-style { | |
max-width: 150px; | |
align-self: self-end; | |
} |