From dbae5764b52c45114edd4910ee4eea90caa49fbd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=BA=8E=E6=99=8F=E5=BD=AD?= <995457985@qq.com> Date: Tue, 23 May 2023 09:21:07 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E6=A0=B7=E5=BC=8F=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/goverment/notice/newNotification/index.scss | 5 ++++- src/views/goverment/notice/newNotification/index.vue | 11 ++++++----- src/views/goverment/videoMonitor/index.vue | 6 ++++-- src/views/home/index.vue | 2 ++ src/views/jxjview/menumanage/index.vue | 2 +- src/views/login/components/LoginForm.vue | 4 ++-- 6 files changed, 19 insertions(+), 11 deletions(-) diff --git a/src/views/goverment/notice/newNotification/index.scss b/src/views/goverment/notice/newNotification/index.scss index 477ec50..3d17ac4 100644 --- a/src/views/goverment/notice/newNotification/index.scss +++ b/src/views/goverment/notice/newNotification/index.scss @@ -3,13 +3,16 @@ margin-bottom: 20px; border-radius: 8px; height: 68px; + .noticeForm { + margin-top: 6px; + } } .content { display: flex; flex: 1; .left-content { // flex: 1; - margin-top: 20px; + padding: 26px 36px 0 0; width: 60%; background-color: #fff; } diff --git a/src/views/goverment/notice/newNotification/index.vue b/src/views/goverment/notice/newNotification/index.vue index 0b921b6..84de220 100644 --- a/src/views/goverment/notice/newNotification/index.vue +++ b/src/views/goverment/notice/newNotification/index.vue @@ -1,7 +1,7 @@ - +