Commit db7d5c38 authored by 郭志伟's avatar 郭志伟

Merge branch 'fix/policy_add' into 'master'

fix: input遮挡问题

See merge request !213
parents 722f125a 8ceabaca
......@@ -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