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 @@ + + + + +