Skip to content

Commit

Permalink
fix: 🐛 将elbutton的text改为link
Browse files Browse the repository at this point in the history
  • Loading branch information
Qiu-Jun committed Nov 29, 2024
1 parent 626e0b9 commit b078f98
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions src/components/Lang.vue
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@
* @Author: June
* @Date: 2023-05-20 09:18:28
* @LastEditors: June
* @LastEditTime: 2024-11-23 11:20:46
* @LastEditTime: 2024-11-29 12:15:33
-->
<template>
<el-dropdown placement="bottom-end" @command="setLang">
<el-button text>
<el-button link>
{{ lang }}
</el-button>
<template #dropdown>
Expand Down
8 changes: 4 additions & 4 deletions src/components/Login.vue
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* @Author: 秦少卫
* @Date: 2024-04-24 12:51:24
* @LastEditors: June
* @LastEditTime: 2024-11-23 13:33:12
* @LastEditTime: 2024-11-29 12:16:11
* @Description: 登录
-->

Expand Down Expand Up @@ -40,7 +40,7 @@
>
<el-form-item prop="identifier">
<el-input
type="text"
link
v-model="formInline.identifier"
:placeholder="$t('common.login.identifier')"
>
Expand Down Expand Up @@ -82,7 +82,7 @@
>
<el-form-item prop="username">
<el-input
type="text"
link
v-model="registerFormInline.username"
:placeholder="$t('common.login.username')"
>
Expand All @@ -93,7 +93,7 @@
</el-form-item>
<el-form-item prop="email">
<el-input
type="text"
link
v-model="registerFormInline.email"
:placeholder="$t('common.login.email')"
>
Expand Down

0 comments on commit b078f98

Please sign in to comment.