Ver código fonte

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

chengbeibei 1 ano atrás
pai
commit
a8d2e0beb4
1 arquivos alterados com 4 adições e 0 exclusões
  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>