From 0225695d43c773d16f4d0743ad205590eed58cec Mon Sep 17 00:00:00 2001 From: king <18310653075@163.com> Date: 星期一, 08 十一月 2021 21:17:53 +0800 Subject: [PATCH] 2021-11-08 --- src/mob/modalconfig/index.scss | 13 +++++++++++-- 1 files changed, 11 insertions(+), 2 deletions(-) diff --git a/src/mob/modalconfig/index.scss b/src/mob/modalconfig/index.scss index 1d65408..322cbe8 100644 --- a/src/mob/modalconfig/index.scss +++ b/src/mob/modalconfig/index.scss @@ -156,16 +156,25 @@ position: relative; border-bottom: 1px solid #f0f0f0; margin-bottom: 10px; - .anticon-close { + .anticon-left { position: absolute; line-height: 45px; font-size: 18px; - right: 10px; + left: 10px; } .am-navbar-title { font-size: 16px; text-align: center; } + .modal-submit-top { + position: absolute; + top: 7px; + right: 5px; + color: #1890ff; + border: none; + box-shadow: none; + font-size: 16px; + } } .modal-btns { display: flex; -- Gitblit v1.8.0