From 85add6230c73c72d1a03de2564cab12c98db57f6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=B4=A4=E5=BF=83?= <3277200+sentsim@users.noreply.github.com> Date: Tue, 21 Nov 2023 21:45:59 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96=20table=20=E5=9C=A8=E6=9C=AB?= =?UTF-8?q?=E8=A1=8C=E5=B1=95=E5=BC=80=E5=8D=95=E5=85=83=E6=A0=BC=E5=90=8E?= =?UTF-8?q?=EF=BC=8C=E5=87=BA=E7=8E=B0=E7=9A=84=E5=9B=BA=E5=AE=9A=E5=88=97?= =?UTF-8?q?=E6=B0=B4=E5=B9=B3=E6=9C=AA=E5=AF=B9=E5=85=B6=E7=9A=84=E9=97=AE?= =?UTF-8?q?=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/css/layui.css | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/src/css/layui.css b/src/css/layui.css index 48acfa32..9f552896 100644 --- a/src/css/layui.css +++ b/src/css/layui.css @@ -872,11 +872,11 @@ hr.layui-border-black{border-width: 0 0 1px;} .layui-form-checkbox:hover > div{background-color: #c2c2c2;} .layui-form-checkbox > i{position: absolute; right: 0; top: 0; width: 30px; height: 100%; border: 1px solid #d2d2d2; border-left: none; border-radius: 0 2px 2px 0; color: #fff; color: rgba(255,255,255,0); font-size: 20px; text-align: center; box-sizing: border-box;} .layui-form-checkbox:hover > i{border-color: #c2c2c2; color: #c2c2c2;} -.layui-form-checked, +.layui-form-checked, .layui-form-checked:hover{border-color: #16b777;} -.layui-form-checked > div, +.layui-form-checked > div, .layui-form-checked:hover > div{background-color: #16b777;} -.layui-form-checked > i, +.layui-form-checked > i, .layui-form-checked:hover > i{color: #16b777;} .layui-form-item .layui-form-checkbox{margin-top: 4px;} .layui-form-checkbox.layui-checkbox-disabled > div{background-color: #eee !important;} @@ -1176,6 +1176,7 @@ select.layui-table-edit{padding: 0 0 0 10px; border-color: #d2d2d2;} .layui-table-cell-c{position: absolute; bottom: -10px; right: 50%; margin-right: -9px; width: 20px; height: 20px; line-height: 18px; cursor: pointer; text-align: center; background-color: #fff; border: 1px solid #eee; border-radius: 50%; z-index: 1000; transition: 0.3s all; font-size: 14px;} .layui-table-cell-c:hover{border-color: #16b777;} .layui-table-expanded td:hover .layui-table-cell{overflow: auto;} +.layui-table-main > .layui-table > tbody > tr:last-child > td > .layui-table-cell-c{bottom: 0;} /* 单元格 TIPS 展开风格 */ body .layui-table-tips .layui-layer-content{background: none; padding: 0; box-shadow: 0 1px 6px rgba(0,0,0,.12);}