Index: ssts-web/src/main/webapp/ext-4.2.3/resources/common.css =================================================================== diff -u -r12331 -r33157 --- ssts-web/src/main/webapp/ext-4.2.3/resources/common.css (.../common.css) (revision 12331) +++ ssts-web/src/main/webapp/ext-4.2.3/resources/common.css (.../common.css) (revision 33157) @@ -10,12 +10,15 @@ BACKGROUND:none transparent scroll repeat 0% 0% !important; color: #000000; padding-top:3px; - readonly:expression(this.readOnly=true); } .fieldReadOnlyNoRemoveAndTop { BORDER:0px !important; BACKGROUND:none transparent scroll repeat 0% 0% !important; color: #000000; - readonly:expression(this.readOnly=true); +} + +/* 时间控件,时分跟今天的按钮对齐 */ +.x4-datepicker-footer { + height: 30px; } \ No newline at end of file