diff --git a/safesite/templates/examtest.html b/safesite/templates/examtest.html index d20f972b..4506b6a0 100644 --- a/safesite/templates/examtest.html +++ b/safesite/templates/examtest.html @@ -3,15 +3,15 @@
- - + - + 查询 @@ -89,7 +89,7 @@ { field: 'state', title: '状态', width: 40,styler: function (value, row, index) { switch (value) { case 0: return 'background-color:yellow;'; break; - case 1: return 'background-color:green;'; break; + case 1: return 'background-color:green;color:white'; break; } },formatter: function (value, row, index) { switch (value) {