故障诊断中的业务拨测展开的卡片圆圈大小调整为80px,上下边距调整为20px
Showing
1 changed file
with
1 additions
and
1 deletions
@@ -71,7 +71,7 @@ | @@ -71,7 +71,7 @@ | ||
71 | <div v-else v-for="item in cardData" style="width: 190px"> | 71 | <div v-else v-for="item in cardData" style="width: 190px"> |
72 | <div style="width: 190px;height: 190px;background: url(../src/style/img/fault/dialtest/disBiz.png) no-repeat;background-size: 100% 100%;padding-top: 10px;"> | 72 | <div style="width: 190px;height: 190px;background: url(../src/style/img/fault/dialtest/disBiz.png) no-repeat;background-size: 100% 100%;padding-top: 10px;"> |
73 | <div :style="{backgroundColor: item.color}" | 73 | <div :style="{backgroundColor: item.color}" |
74 | - style="width: 100px;height: 100px;border-radius: 100px;margin: 0px auto 10px;margin-top: 10px;color: white;line-height: 100px;text-align: center;"> | 74 | + style="width: 80px;height: 80px;border-radius: 80px;margin: 20px auto;color: white;line-height: 80px;text-align: center;"> |
75 | <span>{{item.shortName}}</span> | 75 | <span>{{item.shortName}}</span> |
76 | </div> | 76 | </div> |
77 | <div class="text-overflow-line2 align-center" style="padding: 0px 25px;"> | 77 | <div class="text-overflow-line2 align-center" style="padding: 0px 25px;"> |
-
Please register or login to post a comment