mirror of https://gitee.com/y_project/RuoYi.git
优化时间控件清除按钮样式问题(IBA1NL)
parent
9a833095cf
commit
6bc1a6aeb1
|
@ -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({
|
||||
|
|
Loading…
Reference in New Issue