From 25bf481493bcf18fca79e4d250f9c91dedf832e5 Mon Sep 17 00:00:00 2001
From: king <18310653075@163.com>
Date: 星期二, 02 四月 2024 15:15:58 +0800
Subject: [PATCH] 2024-04-02

---
 src/tabviews/custom/components/form/step-form/index.scss |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)

diff --git a/src/tabviews/custom/components/form/step-form/index.scss b/src/tabviews/custom/components/form/step-form/index.scss
index 12ca54d..6638ab3 100644
--- a/src/tabviews/custom/components/form/step-form/index.scss
+++ b/src/tabviews/custom/components/form/step-form/index.scss
@@ -71,6 +71,7 @@
     .submit {
       min-width: 70px;
       border: none;
+      border-style: solid;
     }
     .skip {
       color: rgba(0, 0, 0, 0.85);
@@ -83,6 +84,9 @@
     padding: 0;
     height: 0;
   }
+  .mk-form-action.has-skip {
+    padding-right: 50px;
+  }
   
   .loading-mask {
     position: absolute;

--
Gitblit v1.8.0