|
|
|
@ -121,6 +121,7 @@ |
|
|
|
<template #default="scope"> |
|
|
|
<span :class="{ |
|
|
|
'text-red': scope.row.type === '用户总数', |
|
|
|
'text-black-bold': ['会员总数', '非会员总数'].includes(scope.row.type), |
|
|
|
'sub-item-text': ['新非网总数', '老非网总数'].includes(scope.row.type) |
|
|
|
}">{{ scope.row.type }}</span> |
|
|
|
</template> |
|
|
|
@ -828,6 +829,7 @@ onMounted(() => { |
|
|
|
|
|
|
|
.text-red { color: #ff4d4f; font-weight: bold; } |
|
|
|
.text-green { color: #52c41a; font-weight: bold; } |
|
|
|
.text-black-bold { color: #333; font-weight: bold; } |
|
|
|
|
|
|
|
.sub-item-text { |
|
|
|
font-size: 12px; |
|
|
|
|