|
@@ -9,11 +9,11 @@
|
|
|
</el-col>
|
|
|
<el-col :span="24" class="dataShowInfo">
|
|
|
<el-col :span="8" class="left">
|
|
|
- <el-col :span="1" class="leftTit">
|
|
|
+ <!-- <el-col :span="1" class="leftTit">
|
|
|
<p>数据展示</p>
|
|
|
<p></p>
|
|
|
- </el-col>
|
|
|
- <el-col :span="23" class="leftInfo">
|
|
|
+ </el-col> -->
|
|
|
+ <el-col :span="24" class="leftInfo">
|
|
|
<userTwo></userTwo>
|
|
|
</el-col>
|
|
|
</el-col>
|
|
@@ -21,18 +21,18 @@
|
|
|
<maps></maps>
|
|
|
</el-col>
|
|
|
<el-col :span="8" class="right">
|
|
|
- <el-col :span="23" class="rightInfo">
|
|
|
+ <el-col :span="24" class="rightInfo">
|
|
|
<top-right></top-right>
|
|
|
</el-col>
|
|
|
- <el-col :span="1" class="rightTit">
|
|
|
+ <!-- <el-col :span="1" class="rightTit">
|
|
|
<p></p>
|
|
|
<p>数据展示</p>
|
|
|
- </el-col>
|
|
|
+ </el-col> -->
|
|
|
</el-col>
|
|
|
</el-col>
|
|
|
- <el-col :span="24" class="top down">
|
|
|
+ <!-- <el-col :span="24" class="top down">
|
|
|
<span></span>
|
|
|
- </el-col>
|
|
|
+ </el-col> -->
|
|
|
</el-col>
|
|
|
<el-col :span="24" class="dataImage">
|
|
|
<el-image :src="centerImage"></el-image>
|
|
@@ -127,6 +127,13 @@ export default {
|
|
|
width: 33%;
|
|
|
height: 670px;
|
|
|
}
|
|
|
+.dataShow .dataShowInfo .left .leftInfo {
|
|
|
+ width: 93%;
|
|
|
+ border-radius: 5px;
|
|
|
+ border: 3px transparent solid;
|
|
|
+ border-image: linear-gradient(to bottom right, #cdeeff, #0370af) 1 10;
|
|
|
+ padding: 10px;
|
|
|
+}
|
|
|
.dataShow .dataShowInfo .left p:first-child {
|
|
|
float: left;
|
|
|
width: 100%;
|