Index: ssts-web/src/main/webapp/ext/fontSize15/styles/common.css =================================================================== diff -u -r33976 -r34223 --- ssts-web/src/main/webapp/ext/fontSize15/styles/common.css (.../common.css) (revision 33976) +++ ssts-web/src/main/webapp/ext/fontSize15/styles/common.css (.../common.css) (revision 34223) @@ -445,4 +445,9 @@ #tousseFormInfo .x-panel-footer, #signBoardID .x-panel-footer { background: transparent url(../resources/images/default/panel/top-bottom.gif) repeat-x 0 bottom; zoom: 1; +} + +/* ZSRY-9:改动记录图片和视频宽度100%*/ +#modifyRecordGrid table img, #modifyRecordGrid table video { + width: 100%; } \ No newline at end of file Index: ssts-web/src/main/webapp/ext/fontSize12/styles/common.css =================================================================== diff -u -r33976 -r34223 --- ssts-web/src/main/webapp/ext/fontSize12/styles/common.css (.../common.css) (revision 33976) +++ ssts-web/src/main/webapp/ext/fontSize12/styles/common.css (.../common.css) (revision 34223) @@ -541,4 +541,9 @@ #tousseFormInfo .x-panel-footer, #signBoardID .x-panel-footer { background: transparent url(../resources/images/default/panel/top-bottom.gif) repeat-x 0 bottom; zoom: 1; +} + +/* ZSRY-9:改动记录图片和视频宽度100%*/ +#modifyRecordGrid table img, #modifyRecordGrid table video { + width: 100%; } \ No newline at end of file