Index: ssts-web/src/main/webapp/ext/fontSize15/styles/common.css =================================================================== diff -u -r34223 -r34608 --- ssts-web/src/main/webapp/ext/fontSize15/styles/common.css (.../common.css) (revision 34223) +++ ssts-web/src/main/webapp/ext/fontSize15/styles/common.css (.../common.css) (revision 34608) @@ -450,4 +450,17 @@ /* ZSRY-9:改动记录图片和视频宽度100%*/ #modifyRecordGrid table img, #modifyRecordGrid table video { width: 100%; +} + +/* GYEY-779:器械包基础信息高度*/ +#instrumentInfoConfig .x-form-item{ + margin-bottom: 2px !important; +} +#formPanel-body .x4-panel-body-default { + background: none !important; + border: 0 !important; +} +#formSumPanel-body .x4-panel-body-default { + background: none !important; + border: 0 !important; } \ No newline at end of file Index: ssts-web/src/main/webapp/ext/fontSize12/styles/common.css =================================================================== diff -u -r34223 -r34608 --- ssts-web/src/main/webapp/ext/fontSize12/styles/common.css (.../common.css) (revision 34223) +++ ssts-web/src/main/webapp/ext/fontSize12/styles/common.css (.../common.css) (revision 34608) @@ -546,4 +546,17 @@ /* ZSRY-9:改动记录图片和视频宽度100%*/ #modifyRecordGrid table img, #modifyRecordGrid table video { width: 100%; +} + +/* GYEY-779:器械包基础信息高度*/ +#instrumentInfoConfig .x-form-item{ + margin-bottom: 2px !important; +} +#formPanel-body .x4-panel-body-default { + background: none !important; + border: 0 !important; +} +#formSumPanel-body .x4-panel-body-default { + background: none !important; + border: 0 !important; } \ No newline at end of file