mirror of
https://github.com/alibaba/anyproxy.git
synced 2025-08-04 21:39:04 +00:00
modify the web ui
This commit is contained in:
@@ -190,14 +190,14 @@ var recorder;
|
||||
}
|
||||
|
||||
$(".J_showFilter").on("click",function(){
|
||||
showPop({ left:"50%", content:React.createElement(PopupContent["filter"], {onChangeKeyword : updateKeyword})});
|
||||
showPop({ left:"60%", content:React.createElement(PopupContent["filter"], {onChangeKeyword : updateKeyword})});
|
||||
});
|
||||
})();
|
||||
|
||||
//map local
|
||||
(function(){
|
||||
$(".J_showMapPanel").on("click",function(){
|
||||
showPop({left:"40%", content:React.createElement(PopupContent["map"],null)});
|
||||
showPop({left:"60%", content:React.createElement(PopupContent["map"],null)});
|
||||
});
|
||||
})();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user