@@ -17,3 +17,8 @@ body {
.elective-report-container {
width: 100% !important;
}
+
+.max-mainWidth {
+ /* A4对应1654px? */
+ max-width: 1600px !important;
+}