mirror of
https://github.com/alibaba/lowcode-engine.git
synced 2026-06-03 06:01:08 +00:00
chore: title文本包一层,方便外部样式覆盖
This commit is contained in:
parent
df0328ddb1
commit
8a5b8e6568
@ -61,7 +61,7 @@ export class Title extends Component<{ title: TitleContent; className?: string;
|
|||||||
onClick={this.handleClick}
|
onClick={this.handleClick}
|
||||||
>
|
>
|
||||||
{icon ? <b className="lc-title-icon">{icon}</b> : null}
|
{icon ? <b className="lc-title-icon">{icon}</b> : null}
|
||||||
{title.label ? intl(title.label) : null}
|
{title.label ? <span className="lc-title-txt">{intl(title.label)}</span> : null}
|
||||||
{tip}
|
{tip}
|
||||||
</span>
|
</span>
|
||||||
);
|
);
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user