Parcourir la source

背景颜色修改

zhuqingsong il y a 1 an
Parent
commit
16cf528361
1 fichiers modifiés avec 6 ajouts et 6 suppressions
  1. 6 6
      src/views/dataStatistics/components/detailedTable.vue

+ 6 - 6
src/views/dataStatistics/components/detailedTable.vue

@@ -475,26 +475,26 @@ const cellStyle = () => {
475 475
 }
476 476
 
477 477
 ::v-deep .color1 {
478
-  background: #fbf89c !important;
478
+  background: rgba(251, 248, 156, 0.8) !important;
479 479
 }
480 480
 
481 481
 ::v-deep .color2 {
482
-  background: #c95a4f !important;
482
+  background: rgba(201, 90, 79, 0.8) !important;
483 483
 }
484 484
 
485 485
 ::v-deep .color3 {
486
-  background: #d7837c !important;
486
+  background: rgba(215, 131, 124, 0.8) !important;
487 487
 }
488 488
 
489 489
 ::v-deep .color4 {
490
-  background: #e99d42 !important;
490
+  background: rgba(233, 157, 66, 0.8) !important;
491 491
 }
492 492
 
493 493
 ::v-deep .color5 {
494
-  background: #f2cfac !important;
494
+  background: rgba(247, 207, 172, 0.8) !important;
495 495
 }
496 496
 
497 497
 ::v-deep .color6 {
498
-  background: #e1e3bb !important;
498
+  background: rgba(255, 227, 187, 0.8) !important;
499 499
 }
500 500
 </style>