Skip to content

Commit f21bf35

Browse files
committed
fix(text): set default border radius: 0
1 parent ec837ac commit f21bf35

File tree

1 file changed

+1
-1
lines changed
  • front-end/h5/src/components/plugins/common

1 file changed

+1
-1
lines changed

front-end/h5/src/components/plugins/common/props.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ export default {
8484
},
8585
borderWidth: {
8686
type: Number,
87-
default: 1,
87+
default: 0,
8888
editor: {
8989
type: 'a-input-number',
9090
label: '边框宽度(px)',

0 commit comments

Comments
 (0)