瀏覽代碼

表格颜色

yuliang 3 年之前
父節點
當前提交
36f1752f92
共有 1 個文件被更改,包括 6 次插入0 次删除
  1. 6 0
      src/wotu-ui.css

+ 6 - 0
src/wotu-ui.css

@@ -575,9 +575,15 @@
 .x-grid-record-bg-red{
     background: #e2baba;
 }
+.x-grid-record-bg-red-highlight{
+    background: #ea4b4b;
+}
 .x-grid-record-bg-yellow{
     background: #f2e3b2;
 }
+.x-grid-record-bg-yellow-highlight{
+    background: #d6ca22;
+}
 .x-grid-record-bg-purple{
     background: #d3bde0;
 }