| 12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849 |
-
- a {
- color: lightgray;
- }
- /*看板通用*/
- h4 {
- font-size: 50px;
- font-weight: 600;
- }
- tr, th, td {
- height: 20px !important;
- padding: 2px !important;
- white-space: nowrap;
- }
- .th-inner {
- font-weight: 600;
- height: 28px !important;
- padding: 2px !important;
- }
- /*加载显示*/
- .dk-report-loading {
- color: gray;
- font-size: 16px;
- top: -4px;
- width: 300px;
- padding-left: 10px;
- }
- /*报表字体 一般字体 3840*2160 */
- .dk-report-title {
- font-size: 20px;
- }
- .dk-report-row {
- font-size: 18px;
- }
- /*报表字体 稍大 3840*2160 */
- .dk-report-title2 {
- font-size: 20px;
- }
- .dk-report-row2 {
- font-size: 18px;
- }
|