修改选项卡内容处理

v1.1.0
于肖磊 2024-12-06 10:45:46 +08:00
parent 2f535d32e0
commit 907b128d43
2 changed files with 2 additions and 9 deletions

View File

@ -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,
},
};

View File

@ -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,
},
};