From e9c48bd7356462ba9257540b130a47a65ad1861d Mon Sep 17 00:00:00 2001 From: king <18310653075@163.com> Date: 星期四, 26 八月 2021 17:17:11 +0800 Subject: [PATCH] 2021-08-26 --- src/tabviews/custom/components/form/normal-form/index.scss | 13 +++++-------- 1 files changed, 5 insertions(+), 8 deletions(-) diff --git a/src/tabviews/custom/components/form/normal-form/index.scss b/src/tabviews/custom/components/form/normal-form/index.scss index 7547391..77767fb 100644 --- a/src/tabviews/custom/components/form/normal-form/index.scss +++ b/src/tabviews/custom/components/form/normal-form/index.scss @@ -4,7 +4,7 @@ background-repeat: no-repeat; background-size: cover; position: relative; - min-height: 200px; + min-height: 50px; .mk-normal-form-title { display: flex; @@ -65,17 +65,14 @@ position: relative; text-align: center; padding-bottom: 10px; - - .prev { - margin-right: 15px; - } + .submit { min-width: 70px; border: none; } .skip { - position: absolute; - right: 5px; + float: right; + height: auto; } } .mk-form-action.no-button { @@ -105,7 +102,7 @@ } } -.custom-card-box::after { +.custom-normal-form-box::after { content: ' '; display: block; clear: both; -- Gitblit v1.8.0