fix[login]: fixed thirtparty login dialog bug

This commit is contained in:
Pan 2018-01-22 15:55:40 +08:00
parent 700e08b795
commit 840eda6e27

View file

@ -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/>