From b59485133b1ff3a1bc09ce545f64364880d3dbdb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=B0=B1=E7=9C=A0=E5=84=80=E5=BC=8F?= <854085467@qq.com> Date: Thu, 23 Feb 2023 11:55:01 +0800 Subject: [PATCH 1/2] =?UTF-8?q?=E6=94=B9=E5=96=84=20laydate-footer-btns=20?= =?UTF-8?q?span=20=E6=A0=B7=E5=BC=8F,=20=E4=BB=8E=E6=97=A0=E7=BC=9D?= =?UTF-8?q?=E8=A1=94=E6=8E=A5=E7=9A=84=E5=A4=9A=E4=B8=AA=E6=8C=89=E9=92=AE?= =?UTF-8?q?=E4=BC=98=E5=8C=96=E4=B8=BA=E6=A0=87=E5=87=86=E7=9A=84=E6=8C=89?= =?UTF-8?q?=E9=92=AE=E7=BB=84?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/css/modules/laydate.css | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/src/css/modules/laydate.css b/src/css/modules/laydate.css index 8a24007a..2c08f130 100644 --- a/src/css/modules/laydate.css +++ b/src/css/modules/laydate.css @@ -73,8 +73,10 @@ html #layuicss-laydate{display: none; position: absolute; width: 1989px;} .layui-laydate-footer span.layui-laydate-preview{cursor: default; border-color: transparent !important;} .layui-laydate-footer span.layui-laydate-preview:hover{color: #666;} .layui-laydate-footer span:first-child.layui-laydate-preview{padding-left: 0;} -.laydate-footer-btns{position: absolute; right: 10px; top: 10px;} -.laydate-footer-btns span{margin: 0 0 0 -1px;} +.laydate-footer-btns {position: absolute; right: 10px; top: 10px; } +.laydate-footer-btns span{margin: 0 0 0 -1px; border-radius: 0px; } +.laydate-footer-btns span:first-child { border-top-left-radius: 2px; border-bottom-left-radius: 2px;} +.laydate-footer-btns span:last-child { border-top-right-radius: 2px; border-bottom-right-radius: 2px;} /* 快捷栏 */ .layui-laydate-shortcut{width: 80px; padding: 6px 0; display: inline-block;vertical-align: top;overflow: auto; max-height: 276px;} From 0a426b525f99c9bc38b07e50a55c3ec3c32fd7b1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=B0=B1=E7=9C=A0=E5=84=80=E5=BC=8F?= <854085467@qq.com> Date: Thu, 23 Feb 2023 12:38:37 +0800 Subject: [PATCH 2/2] =?UTF-8?q?=E4=BC=98=E5=8C=96=E8=B0=83=E6=95=B4?= =?UTF-8?q?=E5=90=8E=E7=9A=84=20laydate-footer-btns=20=E6=A0=B7=E5=BC=8F?= =?UTF-8?q?=E8=AF=AD=E6=B3=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/css/modules/laydate.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/css/modules/laydate.css b/src/css/modules/laydate.css index 2c08f130..0273d3d0 100644 --- a/src/css/modules/laydate.css +++ b/src/css/modules/laydate.css @@ -75,8 +75,8 @@ html #layuicss-laydate{display: none; position: absolute; width: 1989px;} .layui-laydate-footer span:first-child.layui-laydate-preview{padding-left: 0;} .laydate-footer-btns {position: absolute; right: 10px; top: 10px; } .laydate-footer-btns span{margin: 0 0 0 -1px; border-radius: 0px; } -.laydate-footer-btns span:first-child { border-top-left-radius: 2px; border-bottom-left-radius: 2px;} -.laydate-footer-btns span:last-child { border-top-right-radius: 2px; border-bottom-right-radius: 2px;} +.laydate-footer-btns span:first-child { border-radius: 2px 0px 0px 2px;} +.laydate-footer-btns span:last-child { border-radius: 0px 2px 2px 0px;} /* 快捷栏 */ .layui-laydate-shortcut{width: 80px; padding: 6px 0; display: inline-block;vertical-align: top;overflow: auto; max-height: 276px;}