Merge branch 'master-v32-lushangqing' into 'master'
业务导航字数过多换行修改,大屏的业务性能指标折线图右y轴的单位换成个 See merge request !96
Showing
4 changed files
with
10 additions
and
5 deletions
@@ -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%; |
@@ -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> |
-
Please register or login to post a comment