Bladeren bron

问题修改

liuyifan 5 jaren geleden
bovenliggende
commit
1a1c174266
2 gewijzigde bestanden met toevoegingen van 5 en 3 verwijderingen
  1. 2 2
      WebUI/CallCenterWeb.UI/index.html
  2. 3 1
      WebUI/CallCenterWeb.UI/js/index.js

+ 2 - 2
WebUI/CallCenterWeb.UI/index.html

@@ -888,9 +888,9 @@
888 888
             padding: 0 0 10px 0;
889 889
         }
890 890
 
891
-        .layui-layer-content {
891
+        /* .layui-layer-content {
892 892
             box-shadow: 0 1px 3px rgba(0,0,0,.3);
893
-        }
893
+        } */
894 894
 
895 895
         .phoneBZ {
896 896
             display: inline-block;

+ 3 - 1
WebUI/CallCenterWeb.UI/js/index.js

@@ -221,10 +221,12 @@ $(document).ready(function () {
221 221
                 }
222 222
             } else {
223 223
                 layer.confirm("授权过期,请联系系统厂家", {
224
-                    icon: 2,
225 224
                     btn: ['确定'],
226 225
                     yes:function (index, layero) {
227 226
                         window.location.href = "login.html";
227
+                    },
228
+                    cancel: function(index, layero){
229
+                        window.location.href = "login.html";
228 230
                     }
229 231
                 });
230 232
             }