zhangjie 1 год назад
Родитель
Сommit
ccfbf6f423
2 измененных файлов с 22 добавлено и 4 удалено
  1. 22 4
      src/features/report/assets/report.css
  2. 0 0
      src/features/report/reportTemp.ts

+ 22 - 4
src/features/report/assets/report.css

@@ -284,12 +284,21 @@
   white-space: nowrap;
   overflow: hidden;
 }
-.summary-tabs-item:nth-of-type(odd) {
+.summary-tabs-item:nth-of-type(1) {
   background: rgba(0, 145, 255, 0.2);
 }
-.summary-tabs-item:nth-of-type(even) {
+.summary-tabs-item:nth-of-type(2) {
   background: rgba(68, 215, 182, 0.2);
 }
+.summary-tabs-item:nth-of-type(3) {
+  background: rgba(255, 236, 232, 1);
+}
+.summary-tabs-item:nth-of-type(4) {
+  background: rgba(255, 247, 232, 1);
+}
+.summary-tabs-item:nth-of-type(5) {
+  background: rgba(245, 232, 255, 1);
+}
 .summary-table td,
 .summary-table th {
   text-align: center;
@@ -307,12 +316,21 @@
   padding: 10px;
   line-height: 20px;
 }
-.summary-table tr:nth-of-type(odd) {
+.summary-table tr:nth-of-type(1) {
   background: rgba(0, 145, 255, 0.2);
 }
-.summary-table tr:nth-of-type(even) {
+.summary-table tr:nth-of-type(2) {
   background: rgba(68, 215, 182, 0.2);
 }
+.summary-table tr:nth-of-type(3) {
+  background: rgba(255, 236, 232, 1);
+}
+.summary-table tr:nth-of-type(4) {
+  background: rgba(255, 247, 232, 1);
+}
+.summary-table tr:nth-of-type(5) {
+  background: rgba(245, 232, 255, 1);
+}
 .compare-charts {
   font-size: 0;
 }

Разница между файлами не показана из-за своего большого размера
+ 0 - 0
src/features/report/reportTemp.ts


Некоторые файлы не были показаны из-за большого количества измененных файлов