提交 3a796471 编写于 作者: P Pan

refine settings

上级 387b2061
...@@ -21,7 +21,7 @@ export default { ...@@ -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 { ...@@ -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 {
......
...@@ -15,13 +15,13 @@ export default { ...@@ -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']
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册