Skip to content
Snippets Groups Projects
Commit 840eda6e authored by Pan's avatar Pan
Browse files

fix[login]: fixed thirtparty login dialog bug

parent 700e08b7
No related branches found
No related tags found
No related merge requests found
......@@ -36,7 +36,7 @@
<el-button class="thirdparty-button" type="primary" @click="showDialog=true">{{$t('login.thirdparty')}}</el-button>
</el-form>
<el-dialog :title="$t('login.thirdparty')" :visible.sync="showDialog">
<el-dialog :title="$t('login.thirdparty')" :visible.sync="showDialog" append-to-body>
{{$t('login.thirdpartyTips')}}
<br/>
<br/>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment