| 12345678910111213141516171819 |
- .red-label {
- color: red;
- font-size: 14px;
- font-weight: bold;
- }
- .label-blue {
- color: #95A8CB;
- font-size: 14px;
- }
- /**cell值颜色**/
- .dk-cell-class {
- text-align: left !important;
- font-size: 13px !important;
- color: var(--color--) !important;
- font-weight: var(--fontWeight--);
- }
|