|
@@ -9,7 +9,7 @@
|
|
|
<menuDoor @menuSelect="menuSelect" />
|
|
|
</div>
|
|
|
</div>
|
|
|
- <div class="my_menu"></div>
|
|
|
+ <div class="my_menu" />
|
|
|
<div class="my_menu2">
|
|
|
<div style="width: 80%;">
|
|
|
<el-row :gutter="8" style="margin-right:0px">
|
|
@@ -61,31 +61,31 @@
|
|
|
</div>
|
|
|
<div style="margin-left: 5px;width:20%;">
|
|
|
<el-row :gutter="8">
|
|
|
- <!-- <el-col-->
|
|
|
- <!-- :lg="{ span: 24 }"-->
|
|
|
- <!-- :md="{ span: 24 }"-->
|
|
|
- <!-- :sm="{ span: 24 }"-->
|
|
|
- <!-- :span="24"-->
|
|
|
- <!-- :xl="{ span: 24 }"-->
|
|
|
- <!-- :xs="{ span: 24 }"-->
|
|
|
- <!-- class="panel-right"-->
|
|
|
- <!-- style="padding-left: 4px"-->
|
|
|
- <!-- >-->
|
|
|
- <!-- <div-->
|
|
|
- <!-- style="height: 358px; background: white;margin-bottom: 10px;border-radius: 4px 4px 4px 4px;"-->
|
|
|
- <!-- >-->
|
|
|
- <!-- <tianqi/>-->
|
|
|
- <!-- </div>-->
|
|
|
- <!-- </el-col>-->
|
|
|
<el-col
|
|
|
:lg="{ span: 24 }"
|
|
|
:md="{ span: 24 }"
|
|
|
:sm="{ span: 24 }"
|
|
|
+ :span="24"
|
|
|
:xl="{ span: 24 }"
|
|
|
:xs="{ span: 24 }"
|
|
|
class="panel-right"
|
|
|
+ style="padding-left: 4px"
|
|
|
>
|
|
|
- <div style="height: 785px; width: 100%;">
|
|
|
+ <div
|
|
|
+ style="height: 375px; background: white;margin-bottom: 10px;border-radius: 4px 4px 4px 4px;"
|
|
|
+ >
|
|
|
+ <tianqi />
|
|
|
+ </div>
|
|
|
+ </el-col>
|
|
|
+ <el-col
|
|
|
+ :lg="{ span: 24 }"
|
|
|
+ :md="{ span: 24 }"
|
|
|
+ :sm="{ span: 24 }"
|
|
|
+ :xl="{ span: 24 }"
|
|
|
+ :xs="{ span: 24 }"
|
|
|
+ class="panel-right"
|
|
|
+ >
|
|
|
+ <div style="height: 375px; width: 100%;">
|
|
|
<myMenu />
|
|
|
</div>
|
|
|
</el-col>
|
|
@@ -356,8 +356,6 @@ export default {
|
|
|
/*background-color: rgb(240, 242, 245);*/
|
|
|
position: relative;
|
|
|
|
|
|
-
|
|
|
-
|
|
|
.link {
|
|
|
background-color: rgba(255, 255, 255, 1);
|
|
|
cursor: pointer;
|