Bläddra i källkod

报告ui调整

zhangjie 1 år sedan
förälder
incheckning
ccfbf6f423
2 ändrade filer med 22 tillägg och 4 borttagningar
  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;
 }

Filskillnaden har hållts tillbaka eftersom den är för stor
+ 0 - 0
src/features/report/reportTemp.ts


Vissa filer visades inte eftersom för många filer har ändrats