Index: ssts-web/src/main/webapp/common/common.css =================================================================== diff -u -r31187 -r31260 --- ssts-web/src/main/webapp/common/common.css (.../common.css) (revision 31187) +++ ssts-web/src/main/webapp/common/common.css (.../common.css) (revision 31260) @@ -25,7 +25,7 @@ /*黄绿*/ .my_row_yellowGreen div{ - background-color: #99ff00 !important; + background-color: #99ff00 !important; } /*绿*/ @@ -68,6 +68,14 @@ background-color: #000000 !important; } +.my_row_color .x-grid3-cell-inner { + padding: 0; +} + +.my_row_color .x-grid3-cell-inner .item { + padding: 3px 3px 3px 5px; +} + .tousse_instance_background_yellow { background-color:yellow !important; } @@ -202,4 +210,8 @@ } .tousseName_background_1 { background: #BFEFFF !important; +} +/* GDSZYY-91:灰色 */ +.gridRowColor td{ + background: #eee !important; } \ No newline at end of file