浏览代码

Merge remote-tracking branch 'origin/master'

liuzhuang 3 年之前
父节点
当前提交
6312675889
共有 1 个文件被更改,包括 15 次插入0 次删除
  1. 15 0
      src/wotu-ui.css

+ 15 - 0
src/wotu-ui.css

@@ -550,6 +550,21 @@
 .x-grid-record-red{
     color:red
 }
+.x-grid-record-bg-green{
+    background: #b7d6a4;
+}
+.x-grid-record-bg-red{
+    background: #e2baba;
+}
+.x-grid-record-bg-yellow{
+    background: #f2e3b2;
+}
+.x-grid-record-bg-purple{
+    background: #d3bde0;
+}
+.x-grid-record-bg-blue{
+    background: #bac3e2;
+}
 .wotu-ui .x-segmented-button-item-horizontal.x-btn-default-small{
     border:none;
     background-color: #134c8b;