Browse Source

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

pull/6192/head
zhengkunwang 3 months ago committed by GitHub
parent
commit
fc65f8f689
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 3
      frontend/src/views/login/components/login-form.vue

3
frontend/src/views/login/components/login-form.vue

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

Loading…
Cancel
Save