From fd1c56bdabd575f6979214f29c7e78d0f3a31145 Mon Sep 17 00:00:00 2001 From: TimSpan Date: Wed, 11 Sep 2024 16:58:49 +0800 Subject: [PATCH 1/2] =?UTF-8?q?=E3=80=82=E3=80=82=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/pages/policeManager/index/index.vue | 103 ++++++++++++------ .../subPages/pages/policeManager/index.vue | 48 ++++++-- 2 files changed, 112 insertions(+), 39 deletions(-) diff --git a/collect_information/src/pages/policeManager/index/index.vue b/collect_information/src/pages/policeManager/index/index.vue index d2f2d65..94154d2 100644 --- a/collect_information/src/pages/policeManager/index/index.vue +++ b/collect_information/src/pages/policeManager/index/index.vue @@ -1,44 +1,85 @@ - + + + + + + + + + + + + + + + + + + + + + + + diff --git a/collect_information/src/subPages/pages/policeManager/index.vue b/collect_information/src/subPages/pages/policeManager/index.vue index 8c19c7a..bfec2d3 100644 --- a/collect_information/src/subPages/pages/policeManager/index.vue +++ b/collect_information/src/subPages/pages/policeManager/index.vue @@ -1,20 +1,52 @@ + + + + + + + + + + + + + + + + + + + + + + From 33220820430b70b18be1ab37ec67c2962cce1247 Mon Sep 17 00:00:00 2001 From: TimSpan Date: Fri, 13 Sep 2024 09:38:35 +0800 Subject: [PATCH 2/2] .. --- .../subPages/pages/policeManager/index.scss | 31 ++++++++ .../subPages/pages/policeManager/index.vue | 53 ++++++------- .../src/components/layout/layout.vue | 78 ++++++++++--------- policeManagement/src/router/staticRouters.ts | 1 + 4 files changed, 98 insertions(+), 65 deletions(-) diff --git a/collect_information/src/subPages/pages/policeManager/index.scss b/collect_information/src/subPages/pages/policeManager/index.scss index 2416329..b1dd448 100644 --- a/collect_information/src/subPages/pages/policeManager/index.scss +++ b/collect_information/src/subPages/pages/policeManager/index.scss @@ -2,3 +2,34 @@ page { background-color: #f0f0f0; } +.myProject { + .myProjectItem { + margin: 20px; + border-radius: 10px; + background: #ffffff; + padding: 15px; + font-size: 28px; + line-height: 50px; + color: #333333; + + .myProjectIndex { + color: #9b9b9f; + } + + .project { + display: flex; + justify-content: space-between; + flex-flow: wrap; + text-align: center; + + view { + width: 45%; + height: 100rpx; + border: 1px solid #cccccc; + line-height: 100rpx; + margin: 8px 0 8px 0; + } + } + } +} + diff --git a/collect_information/src/subPages/pages/policeManager/index.vue b/collect_information/src/subPages/pages/policeManager/index.vue index bfec2d3..f299bd0 100644 --- a/collect_information/src/subPages/pages/policeManager/index.vue +++ b/collect_information/src/subPages/pages/policeManager/index.vue @@ -1,52 +1,47 @@ - - - - - - - - - - - - - - - - - - - - + + + diff --git a/policeManagement/src/components/layout/layout.vue b/policeManagement/src/components/layout/layout.vue index 60aad97..d8e7cdf 100644 --- a/policeManagement/src/components/layout/layout.vue +++ b/policeManagement/src/components/layout/layout.vue @@ -5,42 +5,31 @@
公安后台
- - +