Parcourir la source

样式修改:添加列表斑马纹修改;

chengbeibei il y a 1 an
Parent
commit
a8d2e0beb4
1 fichiers modifiés avec 4 ajouts et 0 suppressions
  1. 4 0
      src/components/layouts/TabLayout.vue

+ 4 - 0
src/components/layouts/TabLayout.vue

@@ -438,5 +438,9 @@
     }
   }
 
+  // 列表斑马纹
+  tbody.ant-table-tbody > tr:nth-of-type(even) {
+    background: #E6F7FF;
+  }
 
 </style>