优化样式
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user