Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
yoho-community-web
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
1
Merge Requests
0
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Email Patches
Plain Diff
Browse Files
Authored by
htoooth
2019-02-20 17:45:23 +0800
Commit
a37d19bfbda7ad8f8ec294b73a8f2207fec0fe32
1 parent
055d9b00
fix error
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
apps/components/action-sheet/action-sheet.vue
apps/components/action-sheet/action-sheet.vue
View file @
a37d19b
@@ -28,7 +28,7 @@ export default {
@@ -28,7 +28,7 @@ export default {
28
transfer: Boolean,
28
transfer: Boolean,
29
zIndex: {
29
zIndex: {
30
type: Number,
30
type: Number,
31
-
default:
100
31
+
default:
5
32
},
32
},
33
visible: {
33
visible: {
34
type: Boolean,
34
type: Boolean,
Please
register
or
login
to post a comment