打印时与中心对齐

时间:2018-04-20 15:36:34

标签: html css ajax datatable

我想在打印表格时将表格标题和正文对齐到中心。 我使用数据表。

所以这就是它的样子:

screenshot

我尝试将这些标签对齐在HTML表格上,但是当我将其打印出来时,它会向左转:|

这是我的所作所为:

我在课堂上添加了课程:

"columnDefs":[
        {
            "targets":[0,1,2,3],
            "orderable":false,
    className: "dt-head-center"

        },

然后设置班级样式:

.dt-head-center {
text-align: center;
}

它不起作用:\

HELP

1 个答案:

答案 0 :(得分:0)

使用自定义解决。

`textBlockQuote.background:` Background color for block quotes in text.

`textBlockQuote.border:` Border color for block quotes in text.

`textCodeBlock.background:` Background color for code blocks in text.

`textLink.activeForeground:` Foreground color for active links in text.

`textLink.foreground:` Foreground color for links in text.

`textPreformat.foreground:` Foreground color for preformatted text segments.

`textSeparator.foreground:` Color for text separators.