选项卡icon显示修改
parent
70cddfa558
commit
eacbfa9c4b
|
|
@ -84,7 +84,7 @@ const title_style = (index: number) => {
|
||||||
};
|
};
|
||||||
// icon的渐变色处理
|
// icon的渐变色处理
|
||||||
const icon_tabs_check = () => {
|
const icon_tabs_check = () => {
|
||||||
return `${ tabs_check.value };display: inline-block;line-height: 1;background-clip: text;-webkit-background-clip: text;-webkit-text-fill-color: transparent;`;
|
return `${ tabs_check.value };line-height: 1;background-clip: text;-webkit-background-clip: text;-webkit-text-fill-color: transparent;`;
|
||||||
}
|
}
|
||||||
</script>
|
</script>
|
||||||
<style lang="scss" scoped>
|
<style lang="scss" scoped>
|
||||||
|
|
|
||||||
|
|
@ -117,7 +117,7 @@ const defaultArticleTabs: DefaultArticleTabs = {
|
||||||
article_spacing: 10, // 文章间距
|
article_spacing: 10, // 文章间距
|
||||||
article_width: 155, // 文章宽度
|
article_width: 155, // 文章宽度
|
||||||
article_height: 155, // 文章宽度
|
article_height: 155, // 文章宽度
|
||||||
common_style: { ...defaultCommon, padding_left: 10, padding_right: 10, padding_bottom: 10 },
|
common_style: { ...defaultCommon, padding:10, padding_top:10, padding_left: 10, padding_right: 10, padding_bottom: 10 },
|
||||||
},
|
},
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue