Explorar o código

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

chengbeibei hai 1 ano
pai
achega
a8d2e0beb4
Modificáronse 1 ficheiros con 4 adicións e 0 borrados
  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>