Explorar el Código

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

chengbeibei hace 1 año
padre
commit
a8d2e0beb4
Se han modificado 1 ficheros con 4 adiciones y 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>