text-align in datatables
这个提交包含在:
父节点
bccd6819c1
当前提交
0f23afa8c5
共有 1 个文件被更改,包括 7 次插入 和 0 次删除
|
|
@ -595,6 +595,13 @@ div#station_logbooks_linked_table_paginate {
|
|||
position: absolute;
|
||||
}
|
||||
|
||||
table.dataTable thead th,
|
||||
table.dataTable thead td,
|
||||
table.dataTable tfoot th,
|
||||
table.dataTable tfoot td {
|
||||
text-align: center !important;
|
||||
}
|
||||
|
||||
.red {
|
||||
color: var(--red);
|
||||
}
|
||||
|
|
|
|||
正在加载…
在新工单中引用