From e7ca8a5dad1dc29524781875e2a1a157f6514d21 Mon Sep 17 00:00:00 2001
From: vincent <1341870251@qq.com>
Date: 星期三, 03 六月 2020 11:16:10 +0800
Subject: [PATCH] #

---
 src/main/webapp/views/console.html     |   12 ++++++++++--
 src/main/webapp/static/css/console.css |   16 ----------------
 2 files changed, 10 insertions(+), 18 deletions(-)

diff --git a/src/main/webapp/static/css/console.css b/src/main/webapp/static/css/console.css
index 4754c93..7e2d26c 100644
--- a/src/main/webapp/static/css/console.css
+++ b/src/main/webapp/static/css/console.css
@@ -367,19 +367,3 @@
     padding-left: 0.5rem;
 }
 
-
-/* 鍔ㄧ敾 */
-/*.machine {*/
-    /*position: relative;*/
-    /*-webkit-animation: machine 2s;*/
-    /*animation: machine 2s;*/
-    /*animation-fill-mode: forwards;*/
-/*}*/
-/*@-webkit-keyframes machine {*/
-    /*from {left: 0;}*/
-    /*to {left: 100px}*/
-/*}*/
-/*@keyframes animationCrn {*/
-    /*from {left: 0}*/
-    /*to {left: 100px}*/
-/*}*/
\ No newline at end of file
diff --git a/src/main/webapp/views/console.html b/src/main/webapp/views/console.html
index 9487862..56663d2 100644
--- a/src/main/webapp/views/console.html
+++ b/src/main/webapp/views/console.html
@@ -769,7 +769,11 @@
             shadeClose: true,
             content: $('#siteWindow'),
             area: ['35rem', '18rem'],
-            btn: ['纭畾', '鍏抽棴']
+            btn: ['纭畾', '鍏抽棴'],
+            yes: function(index, layero){
+                layer.close(index);
+                alert(1);
+            }
         });
     });
 
@@ -784,7 +788,11 @@
             shadeClose: true,
             content: $("#crnWindow"),
             area: ['40rem', '20rem'],
-            btn: ['纭畾', '鍏抽棴']
+            btn: ['纭畾', '鍏抽棴'],
+            yes: function(index, layero){
+                layer.close(index);
+                alert(1);
+            }
         });
     });
 

--
Gitblit v1.9.1