Skip to content

Commit 3a79647

Browse files
committed
refine settings
1 parent 387b206 commit 3a79647

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

src/components/RightPanel/index.vue

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ export default {
2121
type: Boolean
2222
},
2323
buttonTop: {
24-
default: 240,
24+
default: 250,
2525
type: Number
2626
}
2727
},
@@ -108,7 +108,6 @@ export default {
108108
}
109109
110110
.show {
111-
112111
transition: all .3s cubic-bezier(.7, .3, .1, 1);
113112
114113
.rightPanel-background {

src/settings.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,13 +15,13 @@ export default {
1515
* @type {boolean} true | false
1616
* @description Whether fix the header
1717
*/
18-
fixedHeader: true,
18+
fixedHeader: false,
1919

2020
/**
2121
* @type {boolean} true | false
2222
* @description Whether show the logo in sidebar
2323
*/
24-
sidebarLogo: true,
24+
sidebarLogo: false,
2525

2626
/**
2727
* @type {string | array} 'production' | ['production','development']

0 commit comments

Comments
 (0)