diff --git a/src/views/login/index.vue b/src/views/login/index.vue index a814fa6..69334c9 100644 --- a/src/views/login/index.vue +++ b/src/views/login/index.vue @@ -115,7 +115,7 @@ const loginHandle = async () => { trigger: ['blur', 'change'], }" > - + @@ -133,7 +133,7 @@ const loginHandle = async () => { trigger: ['blur', 'change'], }" > - + @@ -212,4 +212,14 @@ const loginHandle = async () => { align-items: center; margin-top: 4rem; } +.login-box { + ::v-deep .el-form-item__error { + color: #f56c6c; + font-size: 14px; + font-weight: 600; + margin-top: 4px; + margin-left: 55px; + padding: 0; + } +}