mirror of
https://github.com/yangzongzhuan/RuoYi.git
synced 2025-10-15 10:08:26 +00:00
优化时间控件清除按钮样式问题(IBA1NL)
This commit is contained in:
@@ -3036,11 +3036,6 @@ body.boxed-layout #wrapper {
|
||||
display: block;
|
||||
}
|
||||
|
||||
.clear {
|
||||
display: block;
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
a {
|
||||
cursor: pointer;
|
||||
}
|
||||
|
File diff suppressed because one or more lines are too long
@@ -128,7 +128,8 @@
|
||||
$("#datetimepicker-demo-2").datetimepicker({
|
||||
format: "yyyy-mm-dd",
|
||||
minView: "month",
|
||||
autoclose: true
|
||||
autoclose: true,
|
||||
clearBtn:true
|
||||
});
|
||||
|
||||
$("#datetimepicker-demo-3").datetimepicker({
|
||||
|
Reference in New Issue
Block a user