Kaynağa Gözat

提交样式

瑞强 吴 8 ay önce
ebeveyn
işleme
c1853152b1
1 değiştirilmiş dosya ile 7 ekleme ve 1 silme
  1. 7 1
      page.css

+ 7 - 1
page.css

@@ -205,6 +205,7 @@ body {
     display: block;
     /* 仅显示激活的内容 */
 }
+
 #cssJson li {
     list-style: none;
 }
@@ -214,7 +215,12 @@ body {
     margin: 0;
 }
 
-.table-title{
+.table-title {
     position: absolute;
     z-index: 100;
+}
+
+.dx-datagrid-rowsview .dx-row.dx-group-row:not(.dx-row-focused) {
+    color: #ffffff !important;
+    background-color: #295cb8 !important;
 }