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

master
RuoYi 2024-12-10 16:30:36 +08:00
parent 9a833095cf
commit 6bc1a6aeb1
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({