Skip to content

Commit 568d97b

Browse files
committed
Test: 测试手机触控支持
1 parent 96b7af5 commit 568d97b

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

package/config/horizontalTopScrollBarOptions.ts

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,9 @@
22
export default {
33
scrollbars: {
44
theme: 'os-theme-x',
5-
touchSupport: true
5+
touchSupport: true,
6+
autoHide: 'never',
7+
autoHideSuspend: true
68
},
79
overflow: {
810
x: 'scroll',

package/config/scrollbarOptions.ts

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22
export default {
33
scrollbars: {
44
theme: 'os-theme-custom',
5-
touchSupport: true
5+
touchSupport: true,
6+
autoHide: 'never',
7+
autoHideSuspend: true
68
}
79
};

0 commit comments

Comments
 (0)