From aed1ff699140de60131bf9cc1332c98063c66721 Mon Sep 17 00:00:00 2001 From: king <18310653075@163.com> Date: 星期五, 03 七月 2020 09:14:51 +0800 Subject: [PATCH] 2020-07-03 --- src/mob/contupdate/index.scss | 20 +++++++++++++++++--- 1 files changed, 17 insertions(+), 3 deletions(-) diff --git a/src/mob/contupdate/index.scss b/src/mob/contupdate/index.scss index c959945..8527354 100644 --- a/src/mob/contupdate/index.scss +++ b/src/mob/contupdate/index.scss @@ -1,8 +1,7 @@ .mob-content-update { position: absolute; - top: -23px; + top: -22px; right: -1px; - background: #2f54eb; border-radius: 2px; color: #ffffff; font-size: 14px; @@ -11,6 +10,10 @@ i { padding: 2px 5px; cursor: pointer; + background: #2f54eb; + } + .anticon-delete { + background: #ff4d4f; } } .editing .mob-content-update { @@ -22,8 +25,19 @@ .ant-popover-arrow { top: 1px; } + + .fileupload-form-container { + display: block; + margin-bottom: 10px; + .ant-upload-list { + width: 250px; + } + } } input { - width: 200px; + width: 250px; + } + textarea { + width: 270px; } } -- Gitblit v1.8.0