Răsfoiți Sursa

Merge branch 'dev/v4.8.70_tsz' of qmx/jy into feature/v4.8.70

汤世哲 1 an în urmă
părinte
comite
ebf7fd53e0
1 a modificat fișierele cu 7 adăugiri și 2 ștergeri
  1. 7 2
      src/web/staticres/dataExport/css/previewData.css

+ 7 - 2
src/web/staticres/dataExport/css/previewData.css

@@ -36,11 +36,11 @@ body{
     white-space: nowrap;
 }
 
-.d_body .d_gj tr:nth-child(1) td,.d_gj tr:nth-child(2) td{
+.d_body .d_gj tr:nth-child(1) td, .d_body .d_gj tr:nth-child(2) td{
   background-color: transparent;
 }
 
-.d_body .d_bz tr:nth-child(1) td,.d_bz tr:nth-child(2) td{
+.d_body .d_bz tr:nth-child(1) td, .d_body .d_bz tr:nth-child(2) td{
   background-color: transparent;
 }
 
@@ -210,6 +210,11 @@ body{
 
 .d_bz tr:nth-child(odd).multi_packet_tr, .d_gj tr:nth-child(odd).multi_packet_tr{
   background: transparent;
+  height: 26px;
+}
+.d_bz tr:nth-child(even).multi_packet_tr, .d_gj tr:nth-child(even).multi_packet_tr{
+  background: transparent;
+  height: 26px;
 }
 .d_gj tr.multi_packet_tr td{
   border-left: none;