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/menu/components/form/formaction/index.scss | 16 +++------------- 1 files changed, 3 insertions(+), 13 deletions(-) diff --git a/src/menu/components/form/formaction/index.scss b/src/menu/components/form/formaction/index.scss index 1ed5878..88793fc 100644 --- a/src/menu/components/form/formaction/index.scss +++ b/src/menu/components/form/formaction/index.scss @@ -4,24 +4,14 @@ padding-bottom: 10px; .prev { - margin-right: 15px; - } - .prev.false { - span { - text-decoration: line-through; - } + height: auto; } .submit { border: none; height: auto; } .skip { - position: absolute; - right: 5px; - } - .skip:not(.true) { - span { - text-decoration: line-through; - } + float: right; + height: auto; } } -- Gitblit v1.8.0