Index: ssts-web/src/main/webapp/ext/ext_datefield/datetime.css =================================================================== diff -u -r12331 -r27236 --- ssts-web/src/main/webapp/ext/ext_datefield/datetime.css (.../datetime.css) (revision 12331) +++ ssts-web/src/main/webapp/ext/ext_datefield/datetime.css (.../datetime.css) (revision 27236) @@ -71,3 +71,8 @@ margin-left:2px; } +@media screen and (-webkit-min-device-pixel-ratio:0) { + .x-date-picker { + width:192px !important; + } +} \ No newline at end of file Index: ssts-web/src/main/webapp/common/includeExtJsAndCss.jsp =================================================================== diff -u -r22171 -r27236 --- ssts-web/src/main/webapp/common/includeExtJsAndCss.jsp (.../includeExtJsAndCss.jsp) (revision 22171) +++ ssts-web/src/main/webapp/common/includeExtJsAndCss.jsp (.../includeExtJsAndCss.jsp) (revision 27236) @@ -47,3 +47,10 @@ //覆盖extJs2的占位图片路径 Ext.BLANK_IMAGE_URL = WWWROOT + '/ext/resources/images/default/s.gif'; + \ No newline at end of file