Monica视频监控处理程序
bf17d1c5c8270cb8dbd28ea246336509c05c9f44..828ee2ca38997e90bfceb922aae863f9db7034c5
2021-04-29 xc
样式
828ee2 diff | tree
2021-04-29 xc
修改精确时间 更改时间轴
e184f6 diff | tree
2 files modified
4 ■■■ changed files
src/main/resources/public/css/jeLocalDate.css 2 ●●● patch | view | raw | blame | history
src/main/resources/public/js/history/historyComponent.js 2 ●●●●● patch | view | raw | blame | history
src/main/resources/public/css/jeLocalDate.css
@@ -3,7 +3,7 @@
    height: 300px;
    position: absolute;
    left: 1130px;
    top: 900px;
    top: 280px;
    bottom: 680px;
    right: 0;
    margin: auto;
src/main/resources/public/js/history/historyComponent.js
@@ -36,6 +36,8 @@
            callback: function (config) {
                console.log(config);
                currentTimer = config.time;
                //刷新精确时间输入框
                $("#currentTimer").val(undefined);
            },
            animateCallback: function (config) {
                // 假如动画完成之后请求数据需要两秒