Merge pull request #701 from zhengmz/patch-1

修正 table 样式在 ie8 无法正常显示
This commit is contained in:
贤心 2022-06-20 19:08:05 +08:00 committed by GitHub
commit 332c8447ad
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -860,11 +860,12 @@ a cite{font-style: normal; *cursor:pointer;}
.layui-table-total tr,
.layui-table-patch,
.layui-table-mend,
.layui-table[lay-even] tr:nth-child(even),
.layui-table tbody tr:hover,
.layui-table-hover,
.layui-table-click{background-color: #FAFAFA;}
.layui-table[lay-even] tr:nth-child(even){background-color: #f2f2f2;}
.layui-table th,
.layui-table td,
.layui-table[lay-skin="line"],