Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Z
zeroing-editor
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
劳工
zeroing-editor
Commits
9891a91a
Commit
9891a91a
authored
Dec 05, 2019
by
rockyl
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改滚动方向为枚举
parent
55826096
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
7 deletions
+8
-7
properties.js
src/utils/properties.js
+8
-7
No files found.
src/utils/properties.js
View file @
9891a91a
...
...
@@ -248,13 +248,14 @@ export default {
},
scrollView
:
{
groupName
:
'滚动视图'
,
isVertical
:
{
title
:
'纵向锁定'
,
type
:
'switch'
,
props
:
{
width
:
40
},
value
:
true
,
direction
:
{
title
:
'滚动方向'
,
type
:
'select'
,
options
:
[
{
label
:
'纵向'
,
value
:
'vertical'
},
{
label
:
'横向'
,
value
:
'horizontal'
}
],
value
:
'vertical'
,
},
isSpringBack
:
{
title
:
'回弹效果'
,
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment