选项卡icon显示修改

v1.0.0
于肖磊 2024-08-27 11:24:42 +08:00
parent 70cddfa558
commit eacbfa9c4b
2 changed files with 2 additions and 2 deletions

View File

@ -84,7 +84,7 @@ const title_style = (index: number) => {
};
// icon
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>
<style lang="scss" scoped>

View File

@ -117,7 +117,7 @@ const defaultArticleTabs: DefaultArticleTabs = {
article_spacing: 10, // 文章间距
article_width: 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 },
},
};