Authored by 王涛

Merge branch 'master-v32-lushangqing' into 'master'

业务导航字数过多换行修改,大屏的业务性能指标折线图右y轴的单位换成个



See merge request !96
@@ -52,8 +52,12 @@ @@ -52,8 +52,12 @@
52 background-color: #112a72; 52 background-color: #112a72;
53 } 53 }
54 .nullDiv{ 54 .nullDiv{
55 - width:20%;  
56 - padding: 0px 8px; 55 + padding:0px 53px;
  56 + font-size: 16px;
  57 + box-sizing: border-box;
  58 + height: 40px;
  59 + align-items: center;
  60 + display: flex;
57 } 61 }
58 .navTabs-card .el-carousel__item--card{ 62 .navTabs-card .el-carousel__item--card{
59 width:20%; 63 width:20%;
@@ -258,7 +258,7 @@ export default { @@ -258,7 +258,7 @@ export default {
258 interval:(100-0)/5 258 interval:(100-0)/5
259 }, 259 },
260 { 260 {
261 - name: '单位:', 261 + name: '单位:',
262 type: 'value', 262 type: 'value',
263 axisLabel: { 263 axisLabel: {
264 show: true, 264 show: true,
@@ -13,8 +13,9 @@ @@ -13,8 +13,9 @@
13 <el-carousel-item v-for="(item,index) in listItem" :key="item" > 13 <el-carousel-item v-for="(item,index) in listItem" :key="item" >
14 <div class="tabContaier"> 14 <div class="tabContaier">
15 <div @click="clickTabs(itemData.busId)" v-if="listArray" v-for="(itemData,index) in dataShow" :class="['tabItem', {'active':checkId==itemData.busId,'borderColorGood':itemData.healthStatus==2,'borderColorMi':itemData.healthStatus==1}]">{{itemData.busTypeName}}</div> 15 <div @click="clickTabs(itemData.busId)" v-if="listArray" v-for="(itemData,index) in dataShow" :class="['tabItem', {'active':checkId==itemData.busId,'borderColorGood':itemData.healthStatus==2,'borderColorMi':itemData.healthStatus==1}]">{{itemData.busTypeName}}</div>
  16 + <div v-for="i in isDiv" class="nullDiv" ></div>
16 </div> 17 </div>
17 - <div v-for="i in isDiv" class="nullDiv" ></div> 18 +
18 19
19 20
20 </el-carousel-item> 21 </el-carousel-item>
@@ -260,7 +260,7 @@ export default { @@ -260,7 +260,7 @@ export default {
260 interval:(100-0)/10 260 interval:(100-0)/10
261 }, 261 },
262 { 262 {
263 - name: '单位:', 263 + name: '单位:',
264 type: 'value', 264 type: 'value',
265 axisLabel: { 265 axisLabel: {
266 show: true, 266 show: true,