Commit 8ceabaca authored by 郭志伟's avatar 郭志伟

fix: input遮挡问题

parent 722f125a
......@@ -7,7 +7,7 @@
&::after {
content: " ";
display: block;
height: 80px;
height: 120px;
}
}
.policy {
......@@ -79,14 +79,6 @@
left: 0;
}
}
@{deep} .cr-field--control-in {
&:focus {
transform: translateY(0%);
}
&:active {
transform: translateY(0%);
}
}
}
}
.form-unit {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment