File tree Expand file tree Collapse file tree 2 files changed +7
-1
lines changed Expand file tree Collapse file tree 2 files changed +7
-1
lines changed Original file line number Diff line number Diff line change @@ -53,7 +53,7 @@ const BlockHeader: React.FC<BlockHeaderProps> = function (props) {
53
53
const { beforeTitle = < div className = { `default ${ isSmall ? 'small' : '' } ` } > </ div > } = props ;
54
54
const questionTooltip = tooltip && (
55
55
< Tooltip title = { tooltip } >
56
- < QuestionCircleOutlined />
56
+ < QuestionCircleOutlined className = { ` ${ prefixCls } -after-title-icon` } />
57
57
</ Tooltip >
58
58
) ;
59
59
const newAfterTitle = afterTitle || questionTooltip ;
Original file line number Diff line number Diff line change @@ -57,8 +57,14 @@ $card_prefix: "dtc-block-header";
57
57
margin-right : 4px ;
58
58
}
59
59
.#{$card_prefix } -after-title {
60
+ display : flex ;
61
+ align-items : center ;
60
62
color : #8B8FA8 ;
61
63
font-size : 12px ;
64
+ & -icon {
65
+ font-size : 16px ;
66
+ color : #B1B4C5 ;
67
+ }
62
68
}
63
69
}
64
70
You can’t perform that action at this time.
0 commit comments