chore: backend description

This commit is contained in:
jialin
2025-04-14 14:08:59 +08:00
parent 58e979bc45
commit d8ea86fde1
9 changed files with 69 additions and 31 deletions
@@ -15,7 +15,13 @@ const NoteInfo: React.FC<NoteInfoProps> = (props) => {
return (
<span className="label-text">
{description ? (
<Tooltip title={description}>
<Tooltip
title={description}
overlayInnerStyle={{
maxWidth: 'var(--width-tooltip-max)',
width: 'max-content'
}}
>
<span>{label}</span>
<span className="note-info">
{required && (