1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-09-04 00:20:07 +00:00

[system admin / users] redesigned the 'user filter' toolbar for the 'Database' tab (#7667)

This commit is contained in:
llj
2025-03-27 14:15:45 +08:00
committed by GitHub
parent 18c72b9391
commit 0666b7a303
5 changed files with 103 additions and 160 deletions

View File

@@ -74,7 +74,7 @@ class Selector extends Component {
{customSelectorToggle ? customSelectorToggle : (
<span className="cur-option">
{currentSelectedOption.text}
{isDropdownToggleShown && <i className="sf3-font sf3-font-down ml-2 toggle-icon"></i>}
{isDropdownToggleShown && <i className="sf3-font sf3-font-down ml-1 toggle-icon"></i>}
</span>
)}
</div>