/* 显示空格:https://blog.csdn.net/liuxiao723846/article/details/118994673 */ .space-show { white-space: pre-wrap; } .cell-wrap { white-space: pre-wrap; } /* white button */ .button-as-text { background: #fff; border-color: #fff; } .textbox-as-text { border-style: hidden; background: #fff; border-color: #fff; } .h2-font { font-size: 30px; } .no-border { border: 0px none; } /* 隐藏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; }