数据表搜索过滤器未与表的最右侧对齐

时间:2019-01-24 02:42:09

标签: css3 datatables

数据表搜索过滤器未与表的最右边对齐。 根据此处的建议: Datatables: Position Search Box to the top right

我尝试更改dataTables.bootstrap.css中的以下行: Search box is not aligning to the rightmost part of the table.

div.dataTables_filter {
   width: 50%;
   float: right;
   text-align: right;
}

,但仍然无法正确对齐。我也尝试将!important添加到每个设置,但仍然不会更改。有人知道为什么吗?谢谢。

1 个答案:

答案 0 :(得分:1)

我只是尝试使用自己的数据表的样式设置,并且可以将其靠左或靠右窗口边缘对齐。

因此,我可以假设,您的其他样式表中可能会覆盖某些所有div(包括具有“ dataTables_filter”类的样式)的样式设置。