feat(Tab): add title-style prop (#5048)

This commit is contained in:
neverland
2019-11-19 20:49:10 +08:00
committed by GitHub
parent dbd0951b30
commit f8c130d0cb
7 changed files with 30 additions and 59 deletions
+1
View File
@@ -266,6 +266,7 @@ export default createComponent({
type={type}
title={item.title}
color={this.color}
style={item.titleStyle}
isActive={index === this.currentIndex}
ellipsis={ellipsis}
disabled={item.disabled}