Index: ssts-web/src/main/webapp/disinfectsystem/packing/packingView.jsp =================================================================== diff -u -r28517 -r28555 --- ssts-web/src/main/webapp/disinfectsystem/packing/packingView.jsp (.../packingView.jsp) (revision 28517) +++ ssts-web/src/main/webapp/disinfectsystem/packing/packingView.jsp (.../packingView.jsp) (revision 28555) @@ -138,13 +138,30 @@ justify-content: center; } -.x4-grid-cell-inner img { - min-width: 16px; +.x4-grid-cell-inner .x4-tree-elbow-img { + position: absolute; + left: 0; } -.x4-grid-cell-inner input { - min-width: 13px; +.x4-grid-cell-inner .x4-tree-checkbox { + position: absolute; + left: 18px; + top: 7px; } + +.x4-grid-cell-inner .x4-tree-icon { + position: absolute; + left: 35px; +} + +.x4-grid-cell-inner span { + display: block; + margin-left: 55px; +} + +body { + overflow: hidden; +}