From 653a07938b5a302880164c85818f7ac5997d3326 Mon Sep 17 00:00:00 2001 From: yizhaorong <243653385@qq.com> Date: Mon, 19 Aug 2019 20:03:07 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E9=A1=B5=E9=9D=A2=E9=94=99?= =?UTF-8?q?=E8=AF=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main/resources/static/css/index.css | 16 ++++++++++++++++ src/main/resources/static/js/list.js | 2 +- src/main/resources/templates/devices.html | 7 ++++--- 3 files changed, 21 insertions(+), 4 deletions(-) diff --git a/src/main/resources/static/css/index.css b/src/main/resources/static/css/index.css index 947b9cd..d8cb3c5 100644 --- a/src/main/resources/static/css/index.css +++ b/src/main/resources/static/css/index.css @@ -1144,4 +1144,20 @@ body { .apps-app-info .middle-wrapper input { background-color: #f6f6f6 +} + +.guide { + position:fixed; + top:0; + left:0; + bottom:0; + right:0; + z-index:-1; +} +.guide > img { + width: auto; + height: auto; + max-width: 100%; + max-height: 100%; + border:0; } \ No newline at end of file diff --git a/src/main/resources/static/js/list.js b/src/main/resources/static/js/list.js index e844c6c..a5e30e1 100644 --- a/src/main/resources/static/js/list.js +++ b/src/main/resources/static/js/list.js @@ -143,7 +143,7 @@ $(function () { $(".app-delete").click(function () { var url = "/p/delete/" + $(this).attr("data"); - $.post(url, data, function(result){ + $.post(url, function(result){ window.location.href = window.location.href window.location.reload }); diff --git a/src/main/resources/templates/devices.html b/src/main/resources/templates/devices.html index 82870c4..9aaa46f 100644 --- a/src/main/resources/templates/devices.html +++ b/src/main/resources/templates/devices.html @@ -20,9 +20,10 @@ 设备ID - - [[${device}]] - +
+
[[${device}]]
+
+