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
f21bf355fcaba688a9621531d3cb90ef168ceb2c
Authored by
ly525
2019-11-23 13:05:54 +0800
1 parent
ec837ac7
fix(text): set default border radius: 0
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
front-end/h5/src/components/plugins/common/props.js
front-end/h5/src/components/plugins/common/props.js
View file @
f21bf35
...
...
@@ -84,7 +84,7 @@ export default {
84
84
},
85
85
borderWidth: {
86
86
type: Number,
87
- default:
1
,
87
+ default:
0
,
88
88
editor: {
89
89
type: 'a-input-number',
90
90
label: '边框宽度(px)',
...
...