diff --git a/src/views/projectAdmin/fourEngin/assets/temp/small.png b/src/views/projectAdmin/fourEngin/assets/temp/small.png new file mode 100644 index 00000000..85d2ba8b Binary files /dev/null and b/src/views/projectAdmin/fourEngin/assets/temp/small.png differ diff --git a/src/views/projectAdmin/fourEngin/components/Card.vue b/src/views/projectAdmin/fourEngin/components/Card.vue index a0cf7faf..d185b7d7 100644 --- a/src/views/projectAdmin/fourEngin/components/Card.vue +++ b/src/views/projectAdmin/fourEngin/components/Card.vue @@ -24,9 +24,9 @@ export default { height: 100%; .title { height: 34px; - line-height: 28px; + line-height: 25px; text-align: center; - font-size: 20px; + font-size: 14px; color: #ffffff; background-image: url('../assets/images/common/bg-card.png'); background-size: 100% 100%; diff --git a/src/views/projectAdmin/fourEngin/monitor/index.vue b/src/views/projectAdmin/fourEngin/monitor/index.vue index 61b8a25b..6ed37542 100644 --- a/src/views/projectAdmin/fourEngin/monitor/index.vue +++ b/src/views/projectAdmin/fourEngin/monitor/index.vue @@ -1,26 +1,35 @@ + + + + + + diff --git a/src/views/projectAdmin/fourEngin/monitor/left.vue b/src/views/projectAdmin/fourEngin/monitor/left.vue new file mode 100644 index 00000000..b9d3ac2c --- /dev/null +++ b/src/views/projectAdmin/fourEngin/monitor/left.vue @@ -0,0 +1,153 @@ + + + + + + + + + 9 ? true : false + " + @mouseleave="name.visible = false" + >{{ + name.dangerName.length > 9 + ? name.dangerName.substring(0, 8) + "..." + : name.dangerName + }} + + + + + + + + + + + 9 ? true : false + " + @mouseleave="item.visible = false" + style="display: inline-block; width: 60%" + @click="showThree(item, i)" + > + {{ + item.dangerName.length > 10 + ? item.dangerName.substring(0, 9) + "..." + : item.dangerName + }} + + + + + + + 暂无数据 + + + + + + + \ No newline at end of file diff --git a/src/views/projectAdmin/fourEngin/monitor/right.vue b/src/views/projectAdmin/fourEngin/monitor/right.vue new file mode 100644 index 00000000..aabe90c4 --- /dev/null +++ b/src/views/projectAdmin/fourEngin/monitor/right.vue @@ -0,0 +1,83 @@ + + + + + + + + + + + + + + + + + \ No newline at end of file