|
|
@ -1,5 +1,6 @@
|
|
|
|
<template>
|
|
|
|
<template>
|
|
|
|
<div>
|
|
|
|
<div>
|
|
|
|
|
|
|
|
<el-card>
|
|
|
|
<el-row :gutter="20" class="el-row" type="flex" align="middle">
|
|
|
|
<el-row :gutter="20" class="el-row" type="flex" align="middle">
|
|
|
|
<el-col :span="10" class="el-col">
|
|
|
|
<el-col :span="10" class="el-col">
|
|
|
|
<div class="text item">
|
|
|
|
<div class="text item">
|
|
|
@ -71,6 +72,9 @@
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</el-col>
|
|
|
|
</el-col>
|
|
|
|
</el-row>
|
|
|
|
</el-row>
|
|
|
|
|
|
|
|
</el-card>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<el-card>
|
|
|
|
<el-row :gutter="20" class="el-row" type="flex">
|
|
|
|
<el-row :gutter="20" class="el-row" type="flex">
|
|
|
|
<el-col :span="18" class="el-col">
|
|
|
|
<el-col :span="18" class="el-col">
|
|
|
|
<div class="text item">
|
|
|
|
<div class="text item">
|
|
|
@ -89,6 +93,7 @@
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</el-col>
|
|
|
|
</el-col>
|
|
|
|
</el-row>
|
|
|
|
</el-row>
|
|
|
|
|
|
|
|
|
|
|
|
<!--<el-row :gutter="20" class="el-row" type="flex">
|
|
|
|
<!--<el-row :gutter="20" class="el-row" type="flex">
|
|
|
|
<el-col :span="18" class="el-col">
|
|
|
|
<el-col :span="18" class="el-col">
|
|
|
|
<div class="text item">
|
|
|
|
<div class="text item">
|
|
|
@ -122,6 +127,7 @@
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</el-col>
|
|
|
|
</el-col>
|
|
|
|
</el-row>
|
|
|
|
</el-row>
|
|
|
|
|
|
|
|
|
|
|
|
<el-row :gutter="20" class="el-row" type="flex">
|
|
|
|
<el-row :gutter="20" class="el-row" type="flex">
|
|
|
|
<el-col :span="18" class="el-col" style="margin-left: 60px;">
|
|
|
|
<el-col :span="18" class="el-col" style="margin-left: 60px;">
|
|
|
|
<div class="text item">
|
|
|
|
<div class="text item">
|
|
|
@ -143,6 +149,9 @@
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</el-col>
|
|
|
|
</el-col>
|
|
|
|
</el-row>
|
|
|
|
</el-row>
|
|
|
|
|
|
|
|
</el-card>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<el-card>
|
|
|
|
<el-row :gutter="20" class="el-row" type="flex">
|
|
|
|
<el-row :gutter="20" class="el-row" type="flex">
|
|
|
|
<el-col :span="24" class="el-col">
|
|
|
|
<el-col :span="24" class="el-col">
|
|
|
|
<div class="text item">
|
|
|
|
<div class="text item">
|
|
|
@ -163,6 +172,7 @@
|
|
|
|
</el-col>
|
|
|
|
</el-col>
|
|
|
|
|
|
|
|
|
|
|
|
</el-row>
|
|
|
|
</el-row>
|
|
|
|
|
|
|
|
</el-card>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</template>
|
|
|
|
</template>
|
|
|
|
|
|
|
|
|
|
|
|