...
|
...
|
@@ -71,8 +71,8 @@ |
|
|
<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: 80px;height: 80px;border-radius: 80px;margin: 20px auto;color: white;line-height: 80px;text-align: center;">
|
|
|
<span>{{item.shortName}}</span>
|
|
|
style="width: 80px;height: 80px;border-radius: 80px;margin: 20px auto;color: white;font-size:18px;display:flex;align-items:center;justify-content:center;text-align: center;">
|
|
|
<span :style="item.shortName?(item.shortName.length>4?'padding:10px;':'padding:15px;'):''">{{item.shortName}}</span>
|
|
|
</div>
|
|
|
<div class="text-overflow-line2 align-center" style="padding: 0px 25px;">
|
|
|
<el-tooltip :content="item.taskName" placement="top" effect="light" :disabled="item.isShowTooltip == undefined || item.isShowTooltip == false">
|
...
|
...
|
|