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] =?UTF-8?q?=E4=BC=98=E5=8C=96=E8=B0=83=E6=95=B4=E5=90=8E?= =?UTF-8?q?=E7=9A=84=20laydate-footer-btns=20=E6=A0=B7=E5=BC=8F=E8=AF=AD?= =?UTF-8?q?=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;}