修改选项卡轮播数据更新
parent
ef30601fbc
commit
1f537f0811
|
|
@ -112,6 +112,9 @@ interface defaultTabs {
|
|||
video_img: uploadList[];
|
||||
video_icon_class: string;
|
||||
video_icon_color: string;
|
||||
video_image_width: number;
|
||||
video_image_height: number;
|
||||
video_icon_size: number;
|
||||
video_location: string;
|
||||
video_bottom: number;
|
||||
video_title_color: string;
|
||||
|
|
@ -395,6 +398,9 @@ const defaultTabs: defaultTabs = {
|
|||
video_img: [],
|
||||
video_icon_class: '',
|
||||
video_icon_color: '#ff6868',
|
||||
video_image_width: 14,
|
||||
video_image_height: 14,
|
||||
video_icon_size: 14,
|
||||
video_location: 'center',
|
||||
video_bottom: 20,
|
||||
// 视频标题设置
|
||||
|
|
|
|||
Loading…
Reference in New Issue