瀏覽代碼

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

chengbeibei 1 年之前
父節點
當前提交
a8d2e0beb4
共有 1 個文件被更改,包括 4 次插入0 次删除
  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>
 </style>