Explorar el Código

报告ui调整

zhangjie hace 1 año
padre
commit
ccfbf6f423
Se han modificado 2 ficheros con 22 adiciones y 4 borrados
  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;
 }

La diferencia del archivo ha sido suprimido porque es demasiado grande
+ 0 - 0
src/features/report/reportTemp.ts


Algunos archivos no se mostraron porque demasiados archivos cambiaron en este cambio