修改问答选项卡的圆角

v1.3.0
于肖磊 2025-03-21 17:51:39 +08:00
parent a71d406dfc
commit 84b68e0cce
1 changed files with 10 additions and 10 deletions

View File

@ -380,11 +380,11 @@ const defaultRealstore: defaultRealstore = {
padding_right: 7,
},
font_radius: {
radius: 0,
radius_top_left: 0,
radius_top_right: 0,
radius_bottom_left: 0,
radius_bottom_right: 0,
radius: 4,
radius_top_left: 4,
radius_top_right: 4,
radius_bottom_left: 4,
radius_bottom_right: 4,
},
border_is_show: '0',
border_color: '#eee',
@ -413,11 +413,11 @@ const defaultRealstore: defaultRealstore = {
padding_right: 7,
},
font_radius: {
radius: 0,
radius_top_left: 0,
radius_top_right: 0,
radius_bottom_left: 0,
radius_bottom_right: 0,
radius: 4,
radius_top_left: 4,
radius_top_right: 4,
radius_bottom_left: 4,
radius_bottom_right: 4,
},
border_is_show: '0',
border_color: '#eee',