1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-09-01 23:20:51 +00:00
This commit is contained in:
llj
2016-05-20 15:25:40 +08:00
parent e6dcebaf36
commit b1909735a8
3 changed files with 10 additions and 10 deletions

View File

@@ -143,7 +143,7 @@ define([
},
hide: function() {
$(".right-side-panel").css({'right': '-400px'});
this.$el.css({'right': '-400px'});
},
close: function() {
@@ -159,7 +159,7 @@ define([
show: function() {
this.showContent();
$(".right-side-panel").css({'right': '0px'});
this.$el.css({'right': '0px'});
this.setConMaxHeight();
},