...
|
...
|
@@ -71,7 +71,7 @@ |
|
|
<div v-else v-for="item in cardData" style="width: 190px">
|
|
|
<div style="width: 190px;height: 190px;background: url(../src/style/img/fault/dialtest/disBiz.png) no-repeat;background-size: 100% 100%;padding-top: 10px;">
|
|
|
<div :style="{backgroundColor: item.color}"
|
|
|
style="width: 100px;height: 100px;border-radius: 100px;margin: 0px auto 10px;margin-top: 10px;color: white;line-height: 100px;text-align: center;">
|
|
|
style="width: 80px;height: 80px;border-radius: 80px;margin: 20px auto;color: white;line-height: 80px;text-align: center;">
|
|
|
<span>{{item.shortName}}</span>
|
|
|
</div>
|
|
|
<div class="text-overflow-line2 align-center" style="padding: 0px 25px;">
|
...
|
...
|
|