From cc466ff905624c196c7b3c92bec67edca178346f Mon Sep 17 00:00:00 2001 From: key <495214601@qq.com> Date: Tue, 16 Aug 2022 00:36:59 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E5=BD=93=E5=BC=80=E5=90=AFev?= =?UTF-8?q?en:true=E5=90=8E,=E5=A4=9A=E8=A1=8C=E8=A1=A8=E5=A4=B4=E4=B9=9F?= =?UTF-8?q?=E4=BC=9A=E8=B7=9F=E7=9D=80=E8=BF=9B=E8=A1=8C=E5=8F=98=E8=89=B2?= =?UTF-8?q?.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/css/layui.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/css/layui.css b/src/css/layui.css index e6b31ab6..e8fd6c54 100644 --- a/src/css/layui.css +++ b/src/css/layui.css @@ -840,7 +840,6 @@ a cite{font-style: normal; *cursor:pointer;} .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, @@ -937,6 +936,7 @@ a cite{font-style: normal; *cursor:pointer;} .layui-table-body{position: relative; overflow: auto; margin-right: -1px; margin-bottom: -1px;} .layui-table-body .layui-none{line-height: 26px; padding: 30px 15px; text-align: center; color: #999;} +.layui-table-body .layui-table[lay-even] tr:nth-child(even){background-color: #f2f2f2;} .layui-table-fixed{position: absolute; left: 0; top: 0; z-index: 101;} .layui-table-fixed .layui-table-body{overflow: hidden;} .layui-table-fixed-l{box-shadow: 1px 0 8px rgba(0,0,0,.08);}