Skip to content

Commit

Permalink
refine settings
Browse files Browse the repository at this point in the history
  • Loading branch information
PanJiaChen committed Mar 26, 2019
1 parent 387b206 commit 3a79647
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
3 changes: 1 addition & 2 deletions src/components/RightPanel/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ export default {
type: Boolean
},
buttonTop: {
default: 240,
default: 250,
type: Number
}
},
Expand Down Expand Up @@ -108,7 +108,6 @@ export default {
}
.show {
transition: all .3s cubic-bezier(.7, .3, .1, 1);
.rightPanel-background {
Expand Down
4 changes: 2 additions & 2 deletions src/settings.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,13 @@ export default {
* @type {boolean} true | false
* @description Whether fix the header
*/
fixedHeader: true,
fixedHeader: false,

/**
* @type {boolean} true | false
* @description Whether show the logo in sidebar
*/
sidebarLogo: true,
sidebarLogo: false,

/**
* @type {string | array} 'production' | ['production','development']
Expand Down

0 comments on commit 3a79647

Please sign in to comment.