Skip to content

Commit 66b851c

Browse files
Merge pull request #5 from kniglt12/main
feat: Add user information editing page and registration form with QQ icon.
2 parents 5033353 + 3edad48 commit 66b851c

3 files changed

Lines changed: 3 additions & 2 deletions

File tree

public/qq-outline.svg

Lines changed: 1 addition & 0 deletions
Loading

src/views/login/components/register-form.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@
9797
allow-clear
9898
>
9999
<template #prefix>
100-
<icon-message />
100+
<img src="/qq-outline.svg" alt="qq" class="w-4 h-4" />
101101
</template>
102102
</a-input>
103103
</a-form-item>

src/views/user/editInfo/index.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,7 @@
165165
allow-clear
166166
>
167167
<template #prefix>
168-
<icon-message />
168+
<img src="/qq-outline.svg" alt="qq" class="w-4 h-4" />
169169
</template>
170170
</a-input>
171171
</a-form-item>

0 commit comments

Comments
 (0)