mirror of
				https://github.com/yangjian102621/geekai.git
				synced 2025-11-04 16:23:42 +08:00 
			
		
		
		
	fixed bugs for send message captcha component
This commit is contained in:
		@@ -8,7 +8,7 @@
 | 
				
			|||||||
        v-model="showCaptcha"
 | 
					        v-model="showCaptcha"
 | 
				
			||||||
        :close-on-click-modal="true"
 | 
					        :close-on-click-modal="true"
 | 
				
			||||||
        :show-close="false"
 | 
					        :show-close="false"
 | 
				
			||||||
        style="width:90%;max-width: 360px;"
 | 
					        style="width: 360px;"
 | 
				
			||||||
    >
 | 
					    >
 | 
				
			||||||
      <slide-captcha
 | 
					      <slide-captcha
 | 
				
			||||||
          v-if="isIphone()"
 | 
					          v-if="isIphone()"
 | 
				
			||||||
@@ -175,8 +175,8 @@ const handleSlideConfirm = (x) => {
 | 
				
			|||||||
    }
 | 
					    }
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    .el-dialog__body {
 | 
					    .el-dialog__body {
 | 
				
			||||||
      //padding 0
 | 
					      padding 0
 | 
				
			||||||
    }
 | 
					    }
 | 
				
			||||||
  }
 | 
					  }
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
</style>
 | 
					</style>
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user