fix[login]: fixed thirtparty login dialog bug
							parent
							
								
									700e08b795
								
							
						
					
					
						commit
						840eda6e27
					
				| 
						 | 
				
			
			@ -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/>
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
		Reference in New Issue