Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
zhigang.li committed Jan 17, 2018
1 parent 569d3d8 commit 663ca70
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/views/my-components/split-pane/split-pane/split-pane.vue
Original file line number Diff line number Diff line change
Expand Up @@ -103,15 +103,12 @@ export default {
},
leftSize () {
return this.right ? `${100 - this.triggerOffset}%` : `${this.triggerOffset}%`;
// return `${this.triggerOffset}%`;
},
rightSize () {
return this.right ? `${this.triggerOffset}%` : `${100 - this.triggerOffset}%`;
// return `${100 - this.triggerOffset}%`;
},
triggerLeft () {
return this.right ? `${100 - this.triggerOffset}%` : `${this.triggerOffset}%`;
// return `${this.triggerOffset}%`;
},
minTransed () {
return this.transValue(this.min);
Expand Down

0 comments on commit 663ca70

Please sign in to comment.