chore: tag style

This commit is contained in:
jialin
2025-02-17 13:49:55 +08:00
parent bbb133d0f2
commit d1d601f028
2 changed files with 13 additions and 1 deletions
+7 -1
View File
@@ -21,7 +21,13 @@ const TitleTip: React.FC<TitleTipProps> = (props) => {
return (
<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 : ''}
</div>
</div>