From f6b81e61145ba8ee743164c496a48ced20c90e53 Mon Sep 17 00:00:00 2001 From: yjl <1490736767@qq.com> Date: Mon, 17 Oct 2022 23:04:03 +0800 Subject: [PATCH] =?UTF-8?q?=E4=B8=AD=E5=BB=BA=E5=9B=9B=E5=B1=80=E5=A4=A7?= =?UTF-8?q?=E5=B1=8F=EF=BC=88=E5=AE=89=E5=85=A8=E7=AE=A1=E7=90=86=EF=BC=89?= =?UTF-8?q?=E9=A1=B5=E9=9D=A2=E6=9B=B4=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../fourEngin/components/Card.vue | 2 +- .../fourEngin/security/centerTop.vue | 543 ++++++++---------- .../projectAdmin/fourEngin/security/index.vue | 15 +- .../fourEngin/security/rightBottom.vue | 214 +++++++ 4 files changed, 457 insertions(+), 317 deletions(-) create mode 100644 src/views/projectAdmin/fourEngin/security/rightBottom.vue diff --git a/src/views/projectAdmin/fourEngin/components/Card.vue b/src/views/projectAdmin/fourEngin/components/Card.vue index f69efe8f..a0cf7faf 100644 --- a/src/views/projectAdmin/fourEngin/components/Card.vue +++ b/src/views/projectAdmin/fourEngin/components/Card.vue @@ -26,7 +26,7 @@ export default { height: 34px; line-height: 28px; text-align: center; - font-size: 18px; + font-size: 20px; color: #ffffff; background-image: url('../assets/images/common/bg-card.png'); background-size: 100% 100%; diff --git a/src/views/projectAdmin/fourEngin/security/centerTop.vue b/src/views/projectAdmin/fourEngin/security/centerTop.vue index 0dd72bb5..2ea1a90d 100644 --- a/src/views/projectAdmin/fourEngin/security/centerTop.vue +++ b/src/views/projectAdmin/fourEngin/security/centerTop.vue @@ -1,79 +1,118 @@ diff --git a/src/views/projectAdmin/fourEngin/security/index.vue b/src/views/projectAdmin/fourEngin/security/index.vue index 0df59911..884a96ad 100644 --- a/src/views/projectAdmin/fourEngin/security/index.vue +++ b/src/views/projectAdmin/fourEngin/security/index.vue @@ -8,7 +8,10 @@
-
+
+
+
+
@@ -18,8 +21,9 @@ import LeftBottom from './leftBottom.vue' import CenterTop from './centerTop.vue' import CenterBottom from './centerBottom.vue' import RightTop from './rightTop.vue' +import RightBottom from './rightBottom.vue' export default { - components: { LeftTop, LeftBottom, CenterTop, CenterBottom, RightTop } + components: { LeftTop, LeftBottom, CenterTop, CenterBottom, RightTop,RightBottom } } @@ -54,6 +58,13 @@ export default { .right { width: 20%; height: 100%; + .rightTop{ + height: 65%; + + } + .rightbottom{ + height: 35%; + } } } diff --git a/src/views/projectAdmin/fourEngin/security/rightBottom.vue b/src/views/projectAdmin/fourEngin/security/rightBottom.vue new file mode 100644 index 00000000..43b61965 --- /dev/null +++ b/src/views/projectAdmin/fourEngin/security/rightBottom.vue @@ -0,0 +1,214 @@ + + + + +