- 调整 ChatDrawer 组件宽度为响应式设计 - 重构 MyFavoritesModal 组件,移除保存功能,优化搜索和样式 - 优化 Forecast 页面的响应式布局和样式 - 调整登录页验证码组件尺寸适配移动端 - 修复 Verify 组件在移动端的宽度问题
This commit is contained in:
File diff suppressed because one or more lines are too long
@@ -82,7 +82,7 @@
|
||||
v-if="loginData.captchaEnable === 'true'"
|
||||
ref="verify"
|
||||
:captchaType="captchaType"
|
||||
:imgSize="{ width: '400px', height: '200px' }"
|
||||
:imgSize="{ width: '310px', height: '155px' }"
|
||||
mode="pop"
|
||||
@success="handleLogin"
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user