Sign in
徐烜
/
bsth-ebus-h5_editor
·
Commits
GitLab
Go to dashboard
Project
Activity
Files
Commits
Builds
0
Network
Graphs
Milestones
Issues
0
Merge Requests
0
Labels
Wiki
Download as
Email Patches
Plain Diff
Browse Code »
Commit
003f7fb503914889a0ff08fdeb597ff2c25f32e3
Authored by
ly525
2019-10-19 12:47:24 +0800
1 parent
e9fe6d03
fix #87
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
front-end/h5/src/components/plugins/lbp-button.js
front-end/h5/src/components/plugins/lbp-button.js
View file @
003f7fb
...
...
@@ -148,7 +148,7 @@ export default {
148
148
prop: {
149
149
step: 0.1,
150
150
min: 0,
151
- max:
1
0
151
+ max:
20
0
152
152
},
153
153
defaultPropValue: 0
154
154
},
...
...