修改问答选项卡的圆角
parent
a71d406dfc
commit
84b68e0cce
|
|
@ -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',
|
||||
|
|
|
|||
Loading…
Reference in New Issue