Browse Source

调整样式

feature
战立标 2 years ago
parent
commit
879a205e0c
  1. 2
      src/views/dataBoard/overview/components/MapDialog/DifficultyCharts.vue
  2. 2
      src/views/dataBoard/overview/components/MapDialog/Njjwtqk.vue
  3. 24
      src/views/dataBoard/overview/components/MapDialog/index.vue
  4. 2
      src/views/dataBoard/overview/components/wtqd.vue

2
src/views/dataBoard/overview/components/MapDialog/DifficultyCharts.vue

@ -188,7 +188,7 @@ export default {
{ {
name: '', name: '',
type: 'bar', type: 'bar',
barWidth: 50, barWidth: 100,
barGap: '-60%', barGap: '-60%',
data: barArray, data: barArray,
itemStyle: { itemStyle: {

2
src/views/dataBoard/overview/components/MapDialog/Njjwtqk.vue

@ -11,7 +11,7 @@
<el-table-column label="联系人" prop="name" width="120"/> <el-table-column label="联系人" prop="name" width="120"/>
<el-table-column label="联系电话" prop="mobile" width="120"/> <el-table-column label="联系电话" prop="mobile" width="120"/>
<el-table-column label="状态" prop="statusName" width="120"/> <el-table-column label="状态" prop="statusName" width="120"/>
<el-table-column label="操作" prop="op" width="250"> <el-table-column label="操作" prop="op" width="200">
<template slot-scope="scope"> <template slot-scope="scope">
<CallPhone text="拨打电话"/> <CallPhone text="拨打电话"/>
<span class="handle" @click="handleDispatch(scope.row)">处理</span> <span class="handle" @click="handleDispatch(scope.row)">处理</span>

24
src/views/dataBoard/overview/components/MapDialog/index.vue

@ -20,8 +20,7 @@
</div> </div>
<div class="contents"> <div class="contents">
<el-row :gutter="30"> <div class="map-dialog-con">
<el-col :span="5">
<div class="tree"> <div class="tree">
<el-tree <el-tree
ref="tree" ref="tree"
@ -39,8 +38,7 @@
</span> </span>
</el-tree> </el-tree>
</div> </div>
</el-col> <div class="right-con">
<el-col :span="19">
<template v-if="type === 'njjwtqk'"> <template v-if="type === 'njjwtqk'">
<div class="eventDetails"> <div class="eventDetails">
<img <img
@ -83,8 +81,9 @@
</div> </div>
<DemandList :categoryCode="catVal" :currentLevelData="currentLevelData"/> <DemandList :categoryCode="catVal" :currentLevelData="currentLevelData"/>
</template> </template>
</el-col>
</el-row> </div>
</div>
</div> </div>
</div> </div>
</el-dialog> </el-dialog>
@ -288,6 +287,17 @@ export default {
} }
.tree { .tree {
height: 700px; height: 855px;
}
.map-dialog-con {
display: flex;
justify-content: space-between;
}
.tree {
flex: 0 0 180px;
}
.right-con {
width: calc(100% - 200px);
flex: 0 0 calc(100% - 200px);
} }
</style> </style>

2
src/views/dataBoard/overview/components/wtqd.vue

@ -339,6 +339,8 @@ export default {
justify-content: center; justify-content: center;
opacity: .6; opacity: .6;
color: #fff; color: #fff;
margin-top: 10px;
margin-bottom: 16px;
} }
.t-list { .t-list {

Loading…
Cancel
Save