chore: tag style
This commit is contained in:
@@ -21,7 +21,13 @@ const TitleTip: React.FC<TitleTipProps> = (props) => {
|
|||||||
|
|
||||||
return (
|
return (
|
||||||
<div style={{ maxHeight: 200, overflowY: 'auto' }} ref={scrollRef}>
|
<div style={{ maxHeight: 200, overflowY: 'auto' }} ref={scrollRef}>
|
||||||
<div style={{ width: 'max-content', maxWidth: 250, paddingInline: 10 }}>
|
<div
|
||||||
|
style={{
|
||||||
|
width: 'max-content',
|
||||||
|
maxWidth: 250,
|
||||||
|
paddingInline: 10
|
||||||
|
}}
|
||||||
|
>
|
||||||
{isOverflowing || showTitle ? title || children : ''}
|
{isOverflowing || showTitle ? title || children : ''}
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
@@ -819,6 +819,12 @@ body {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.ant-tooltip-inner {
|
||||||
|
.text-tertiary {
|
||||||
|
color: var(--color-white-secondary);
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
.tooltip-wrapper {
|
.tooltip-wrapper {
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
|
|||||||
Reference in New Issue
Block a user