refine settings

This commit is contained in:
Pan 2019-03-26 11:43:37 +08:00
parent 387b206199
commit 3a796471c3
2 changed files with 3 additions and 4 deletions

View File

@ -21,7 +21,7 @@ export default {
type: Boolean type: Boolean
}, },
buttonTop: { buttonTop: {
default: 240, default: 250,
type: Number type: Number
} }
}, },
@ -108,7 +108,6 @@ export default {
} }
.show { .show {
transition: all .3s cubic-bezier(.7, .3, .1, 1); transition: all .3s cubic-bezier(.7, .3, .1, 1);
.rightPanel-background { .rightPanel-background {

View File

@ -15,13 +15,13 @@ export default {
* @type {boolean} true | false * @type {boolean} true | false
* @description Whether fix the header * @description Whether fix the header
*/ */
fixedHeader: true, fixedHeader: false,
/** /**
* @type {boolean} true | false * @type {boolean} true | false
* @description Whether show the logo in sidebar * @description Whether show the logo in sidebar
*/ */
sidebarLogo: true, sidebarLogo: false,
/** /**
* @type {string | array} 'production' | ['production','development'] * @type {string | array} 'production' | ['production','development']