Showing
1 changed file
with
1 additions
and
1 deletions
... | ... | @@ -9,7 +9,7 @@ |
9 | 9 | <NInput v-model:value="accessCredentials" show-password-on="mousedown" type="password" |
10 | 10 | style="width: 70%;" /> |
11 | 11 | <NButton :loading="loading" type="primary" style="width: 30%;" @click="handleSubmit"> |
12 | - <svg t="1682068997810" class="icon" viewBox="0 0 1024 1024" version="1.1" | |
12 | + <svg style="transform: rotate(180deg);" t="1682068997810" class="icon" viewBox="0 0 1024 1024" version="1.1" | |
13 | 13 | xmlns="http://www.w3.org/2000/svg" p-id="79416" width="24" height="24"> |
14 | 14 | <path |
15 | 15 | d="M512 928H128c-19.2 0-32-12.8-32-32V128c0-19.2 12.8-32 32-32h384c19.2 0 32 12.8 32 32s-12.8 32-32 32H160v704h352c19.2 0 32 12.8 32 32s-12.8 32-32 32z" | ... | ... |