webUi
赵桐华 5 years ago
parent 572b61abbb
commit 742651c002
  1. 1
      frontend/web/assets/css/model.css
  2. 1
      frontend/web/assets/js/model.js

@ -16,4 +16,5 @@
margin-left: -600px; margin-left: -600px;
background-color: #fff; background-color: #fff;
z-index:999 ; z-index:999 ;
display: none;
} }

@ -1,6 +1,7 @@
$(function(){ $(function(){
$(".prompt").click(function(){ $(".prompt").click(function(){
$(".model_wrap").show(); $(".model_wrap").show();
$(".model").show();
console.log(1); console.log(1);
}) })
}); });
Loading…
Cancel
Save