From 55a1b8402fd258da084df9b8a3935eef8450247c Mon Sep 17 00:00:00 2001 From: king <18310653075@163.com> Date: 星期日, 01 八月 2021 18:03:02 +0800 Subject: [PATCH] 2021-08-01 --- src/tabviews/custom/components/form/normal-form/index.scss | 9 +++------ 1 files changed, 3 insertions(+), 6 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..a3fbda6 100644 --- a/src/tabviews/custom/components/form/normal-form/index.scss +++ b/src/tabviews/custom/components/form/normal-form/index.scss @@ -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 { -- Gitblit v1.8.0