Index: ssts-web/src/main/webapp/disinfectsystem/print/print.js =================================================================== diff -u -r26074 -r26081 --- ssts-web/src/main/webapp/disinfectsystem/print/print.js (.../print.js) (revision 26074) +++ ssts-web/src/main/webapp/disinfectsystem/print/print.js (.../print.js) (revision 26081) @@ -393,7 +393,7 @@ LODOP.SET_PRINT_STYLE("ItemType",4); // 打印物品表格 // 打印表格头 - var tableStyle = "border-collapse:collapse;"; + var tableStyle = "border-collapse:collapse;width:100%;"; if(myObj.fixed){ tableStyle += "table-layout:fixed;"; }