优化样式

This commit is contained in:
2025-07-16 22:18:38 +08:00
parent b30e4c92c8
commit a7474d7fc4
2 changed files with 11 additions and 3 deletions
+1 -1
View File
@@ -386,7 +386,7 @@ const TreeNodeCheckbox: React.FC<{
onKeyDown={e => (e.key === 'Enter' || e.key === ' ') && setExpanded(e => !e)}
style={{ width: 16, display: "inline-block", textAlign: "center" }}
>
{expanded ? "▼" : "▶"}
<i className={expanded ? "ri-arrow-down-s-line" : "ri-arrow-right-s-line"}></i>
</span>
)}
<input