|
@@ -1,8 +1,7 @@
|
|
|
<template>
|
|
|
- <div>
|
|
|
- <el-row :gutter="20">
|
|
|
- <el-col :span="12">
|
|
|
- <el-row>
|
|
|
+ <el-row :gutter="20" style="height:100%;">
|
|
|
+ <el-col :span="12" style="height:100%;">
|
|
|
+ <el-row style="height:50%;">
|
|
|
<el-card class="box-card">
|
|
|
<div slot="header" class="clearfix">
|
|
|
<span>网络状态</span>
|
|
@@ -18,7 +17,7 @@
|
|
|
</div>
|
|
|
</el-card>
|
|
|
</el-row>
|
|
|
- <el-row>
|
|
|
+ <el-row style="height:50%;">
|
|
|
<el-card class="box-card">
|
|
|
<div slot="header" class="clearfix">
|
|
|
<span>V/U链路状态</span>
|
|
@@ -54,8 +53,8 @@
|
|
|
</el-card>
|
|
|
</el-row>
|
|
|
</el-col>
|
|
|
- <el-col :span="12">
|
|
|
- <el-row>
|
|
|
+ <el-col :span="12" style="height:100%;">
|
|
|
+ <el-row style="height:50%;">
|
|
|
<el-card class="box-card">
|
|
|
<div slot="header" class="clearfix">
|
|
|
<span>J链路状态</span>
|
|
@@ -66,7 +65,7 @@
|
|
|
</el-table>
|
|
|
</el-card>
|
|
|
</el-row>
|
|
|
- <el-row>
|
|
|
+ <el-row style="height:50%;">
|
|
|
<el-card class="box-card">
|
|
|
<div slot="header" class="clearfix">
|
|
|
<span>ZY链路状态</span>
|
|
@@ -79,14 +78,6 @@
|
|
|
</el-row>
|
|
|
</el-col>
|
|
|
</el-row>
|
|
|
- <!-- <el-col :span="12">
|
|
|
- <el-card class="box-card">
|
|
|
- <div slot="header" class="clearfix">
|
|
|
- <span>网络拓扑</span>
|
|
|
- </div>
|
|
|
- </el-card>
|
|
|
- </el-col> -->
|
|
|
- </div>
|
|
|
</template>
|
|
|
|
|
|
<script>
|