zhangjie před 1 rokem
rodič
revize
ccfbf6f423

+ 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;
 }

Rozdílová data souboru nebyla zobrazena, protože soubor je příliš velký
+ 0 - 0
src/features/report/reportTemp.ts


Některé soubory nejsou zobrazeny, neboť je v těchto rozdílových datech změněno mnoho souborů