优化时间控件清除按钮样式问题(IBA1NL)

pull/511/MERGE
RuoYi 2024-12-10 16:37:33 +08:00
parent adfa0888ef
commit c0328f2511
3 changed files with 3 additions and 7 deletions

View File

@ -3036,11 +3036,6 @@ body.boxed-layout #wrapper {
display: block; display: block;
} }
.clear {
display: block;
overflow: hidden;
}
a { a {
cursor: pointer; cursor: pointer;
} }

File diff suppressed because one or more lines are too long

View File

@ -128,7 +128,8 @@
$("#datetimepicker-demo-2").datetimepicker({ $("#datetimepicker-demo-2").datetimepicker({
format: "yyyy-mm-dd", format: "yyyy-mm-dd",
minView: "month", minView: "month",
autoclose: true autoclose: true,
clearBtn:true
}); });
$("#datetimepicker-demo-3").datetimepicker({ $("#datetimepicker-demo-3").datetimepicker({