Skip to content
This repository was archived by the owner on Jan 8, 2025. It is now read-only.

Commit 7a52b35

Browse files
committed
fix(cli): fix fold height
1 parent fe0e71b commit 7a52b35

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/varlet-vue2-cli/varlet.default.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ module.exports = {
3838
},
3939
fold: {
4040
defaultFold: false,
41-
foldHeight: 60,
41+
foldHeight: 50,
4242
},
4343
},
4444
mobile: {

0 commit comments

Comments
 (0)