使用Chrome上的AdminLTE打印时内容被推送到右侧

时间:2016-10-09 20:10:50

标签: html css google-chrome adminlte

在Chrome上使用AdminLTE主题打印页面时,内容会被推送到页面的右侧。这仅影响Chrome(safari和Firefox显示内容的全宽)并且仅在实际打印时。 "媒体印刷"仿真将正确显示内容,使得在试验和错误旁边几乎无法调试。

我将此添加到我的css文件中,但它并没有改变任何内容。

@media print {
    .content-wrapper, .right-side, .main-footer {
        margin-left: 0 px !important;
        -webkit-transition: none !important;
        transition: none !important;
    }
}

编辑:您可以在自己的演示页面中对其进行测试:https://almsaeedstudio.com/themes/AdminLTE/pages/tables/data.html

1 个答案:

答案 0 :(得分:0)

这是MacOS上Chrome 53的一个问题,现在已在Chrome 54上修复。