feat: 修复代码警告 (#6190)

This commit is contained in:
zhengkunwang 2024-08-20 18:36:47 +08:00 committed by GitHub
parent e0a5e14978
commit fc65f8f689
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -421,13 +421,14 @@ onMounted(() => {
}
.login-captcha {
margin-top: 10px;
:deep(.el-input__wrapper) {
background: none !important;
box-shadow: none !important;
border-radius: 0 !important;
border-bottom: 1px solid #dcdfe6;
}
margin-top: 10px;
.el-input {
width: 50%;
height: 44px;