登录页

This commit is contained in:
闫晓茹 2023-10-26 13:54:12 +08:00
parent d3d424142c
commit 28e50837f9

View File

@ -200,14 +200,14 @@ export default {
</script> </script>
<style rel="stylesheet/scss" lang="scss" scoped> <style rel="stylesheet/scss" lang="scss" scoped>
.el-form-item__error { ::v-deep .el-form-item__error {
color: #ff4949; color: #ff4949;
font-size: 12px; font-size: 12px;
line-height: 1; line-height: 1;
padding-top: 4px !important; padding-top: 4px !important;
position: absolute; position: absolute;
top: 100% !important; top: 100% !important;
left: 118px !important; left: 118px !important;
} }
.login { .login {