feat(frontend): migrate BaseInput to IconPark

This commit is contained in:
Tim
2025-09-06 01:55:50 +08:00
parent 4a4c256568
commit f5d8f37f96
6 changed files with 19 additions and 19 deletions

View File

@@ -23,7 +23,7 @@
</div>
<div class="form-row username-row">
<BaseInput
icon="fas fa-user"
icon="User"
v-model="username"
@input="usernameError = ''"
placeholder="用户名"