From 38471c1fdbfc9fb91109035df2d5fe055f5206d7 Mon Sep 17 00:00:00 2001 From: king <18310653075@163.com> Date: 星期四, 28 十月 2021 17:44:39 +0800 Subject: [PATCH] 2021-10-28 --- src/mob/modalconfig/index.scss | 27 ++++++++++++++++++++------- 1 files changed, 20 insertions(+), 7 deletions(-) diff --git a/src/mob/modalconfig/index.scss b/src/mob/modalconfig/index.scss index 5b846d5..1d65408 100644 --- a/src/mob/modalconfig/index.scss +++ b/src/mob/modalconfig/index.scss @@ -167,13 +167,26 @@ text-align: center; } } - .modal-submit { - width: 100%; - border-radius: 0; - opacity: 0.5; - cursor: default; - font-size: 20px; - height: 50px; + .modal-btns { + display: flex; + .modal-reset { + display: inline-block; + height: 50px; + width: 30%; + font-size: 20px; + border-radius: 0; + opacity: 0.5; + cursor: default; + } + .modal-submit { + display: inline-block; + width: 70%; + border-radius: 0; + opacity: 0.5; + cursor: default; + font-size: 20px; + height: 50px; + } } .modal-fields-row { -- Gitblit v1.8.0