0

我的 dataTables 空表文本默认左对齐。如何居中对齐此文本?

       "oLanguage": {"sEmptyTable": "There are no related records"}
4

1 回答 1

0

只需更改classdataTables_empty。

.dataTables_empty{
   text-align: center;
}
于 2015-09-04T15:40:01.310 回答