改善 laydate-footer-btns span 样式, 从无缝衔接的多个按钮优化为标准的按钮组

pull/1207/head
就眠儀式 2023-02-23 11:55:01 +08:00
parent 8aae232eb8
commit b59485133b
1 changed files with 4 additions and 2 deletions

View File

@ -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;}