修改注册输入验证码最小高度
This commit is contained in:
@@ -595,6 +595,7 @@ export default defineComponent({
|
||||
.login_form_content {
|
||||
margin-top: 4rem;
|
||||
position: relative;
|
||||
min-height: 34rem;
|
||||
&[state="2"]{
|
||||
height: 30rem;
|
||||
>*{
|
||||
|
||||
@@ -790,7 +790,7 @@ export default defineComponent({
|
||||
.login_form_content {
|
||||
margin-top: 4rem;
|
||||
position: relative;
|
||||
|
||||
min-height: 34rem;
|
||||
&[state="2"] {
|
||||
> * {
|
||||
opacity: 0;
|
||||
|
||||
@@ -799,6 +799,7 @@ export default defineComponent({
|
||||
|
||||
.login_form_content {
|
||||
position: relative;
|
||||
min-height: 34rem;
|
||||
&[state="2"] {
|
||||
> * {
|
||||
opacity: 0;
|
||||
|
||||
@@ -826,7 +826,7 @@ export default defineComponent({
|
||||
.login_form_content {
|
||||
margin-top: 4rem;
|
||||
position: relative;
|
||||
|
||||
min-height: 34rem;
|
||||
&[state="2"] {
|
||||
> * {
|
||||
opacity: 0;
|
||||
|
||||
@@ -916,9 +916,11 @@ export default defineComponent({
|
||||
.login_form_content {
|
||||
margin-top: 4rem;
|
||||
position: relative;
|
||||
min-height: 34rem;
|
||||
@media (max-width: 768px) {
|
||||
margin-top: 2.4rem;
|
||||
height: 20rem;
|
||||
min-height: auto;
|
||||
}
|
||||
&[state="2"] {
|
||||
> * {
|
||||
|
||||
Reference in New Issue
Block a user