|
@@ -1,7 +1,7 @@
|
|
<template>
|
|
<template>
|
|
<el-column>
|
|
<el-column>
|
|
<!-- <el-row :gutter="20" type="flex" justify="space-around"> -->
|
|
<!-- <el-row :gutter="20" type="flex" justify="space-around"> -->
|
|
- <el-row :gutter="20">
|
|
|
|
|
|
+ <el-row :gutter="20" style="height: 40%;">
|
|
<el-col :span="12">
|
|
<el-col :span="12">
|
|
<el-card class="box-card" style="width: 100%">
|
|
<el-card class="box-card" style="width: 100%">
|
|
<div slot="header" class="clearfix">
|
|
<div slot="header" class="clearfix">
|
|
@@ -75,7 +75,7 @@
|
|
</el-card>
|
|
</el-card>
|
|
</el-col>
|
|
</el-col>
|
|
</el-row>
|
|
</el-row>
|
|
- <el-row>
|
|
|
|
|
|
+ <el-row style="height: 50%;">
|
|
<el-card class="box-card" style="width: 100%">
|
|
<el-card class="box-card" style="width: 100%">
|
|
<div slot="header" class="clearfix">
|
|
<div slot="header" class="clearfix">
|
|
<span>融合识别结果</span>
|
|
<span>融合识别结果</span>
|