| | |
| | | <img v-else src="@/assets/image/assets-center/out.png" class="w-44 h-44 mr-20" /> --> |
| | | <div> |
| | | <div class="font-32 textColor">{{ category[item.category] }}</div> |
| | | <div class="text-grey font-26 mt-6">{{ item.createTime }}</div> |
| | | <div class="text-grey font-26 mt-6">{{ item.createTime }}(UTC+2)</div> |
| | | <div class="text-grey font-26 mt-6">{{ orderTypes[item.content_type] }}</div> |
| | | </div> |
| | | </div> |
| | |
| | | box-sizing: border-box; |
| | | |
| | | :deep(.van-tab--active .van-tab__text) { |
| | | color: $text_color; |
| | | @include themify() { |
| | | color: themed("text_color"); |
| | | } |
| | | } |
| | | |
| | | :deep(.van-tab__text) { |