Skip to content

Commit 840eda6

Browse files
committed
fix[login]: fixed thirtparty login dialog bug
1 parent 700e08b commit 840eda6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/views/login/index.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
<el-button class="thirdparty-button" type="primary" @click="showDialog=true">{{$t('login.thirdparty')}}</el-button>
3737
</el-form>
3838

39-
<el-dialog :title="$t('login.thirdparty')" :visible.sync="showDialog">
39+
<el-dialog :title="$t('login.thirdparty')" :visible.sync="showDialog" append-to-body>
4040
{{$t('login.thirdpartyTips')}}
4141
<br/>
4242
<br/>

0 commit comments

Comments
 (0)