| 12345678910111213141516171819202122232425262728293031323334353637383940414243 |
-
- a {
- color: lightgray;
- }
- /*分页样式*/
- .fixed-table-footer {
- height:0px !important;
- }
- .fixed-table-pagination {
- height: 40px !important;
- }
- .page-link {
- color: black !important;
- }
- .page-item.active .page-link{
- color:white !important;
- border-color:gray !important;
- background-color:gray !important;
- }
- /*看板通用*/
- h4 {
- font-size: 24px;
- font-weight: 600;
- }
- tr, th, td {
- font-size:16px !important;
- height: 30px !important;
- padding: 4px !important;
- white-space: nowrap;
- }
- .th-inner {
- font-weight: 600;
- font-size: 16px !important;
- height: 30px !important;
- padding: 4px !important;
- }
|