修改选项卡内容处理
parent
2f535d32e0
commit
907b128d43
|
|
@ -258,7 +258,7 @@ const defaultArticleTabs: DefaultArticleTabs = {
|
|||
is_roll: 1, // 是否轮播
|
||||
rolling_fashion: 'translation', // 滚动方式 translation 平移 cut-screen 切屏
|
||||
subscript_style: subscriptStyle,
|
||||
common_style: { ...defaultCommon, padding: 10, padding_top: 10, padding_left: 10, padding_right: 10, padding_bottom: 10 },
|
||||
common_style: defaultCommon,
|
||||
},
|
||||
};
|
||||
|
||||
|
|
|
|||
|
|
@ -253,14 +253,7 @@ const defaultTabs: defaultTabs = {
|
|||
video_color_list: [{ color: '#F0F0F0', color_percentage: undefined }],
|
||||
video_direction: '180deg',
|
||||
// 公共样式
|
||||
common_style: {
|
||||
...defaultCommon,
|
||||
padding: 10,
|
||||
padding_top: 10,
|
||||
padding_bottom: 10,
|
||||
padding_left: 10,
|
||||
padding_right: 10,
|
||||
},
|
||||
common_style: defaultCommon,
|
||||
},
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue