From 26d0fa42ea8c63a87e8ef93d0915f75f46fb1f9c Mon Sep 17 00:00:00 2001 From: king <18310653075@163.com> Date: 星期四, 24 三月 2022 11:09:53 +0800 Subject: [PATCH] 2022-03-24 --- src/tabviews/custom/components/form/normal-form/index.scss | 17 +++++++++-------- 1 files changed, 9 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 285b505..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,18 +65,19 @@ 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 { + padding: 0; + height: 0; } .loading-mask { @@ -101,7 +102,7 @@ } } -.custom-card-box::after { +.custom-normal-form-box::after { content: ' '; display: block; clear: both; -- Gitblit v1.8.0