mirror of
https://github.com/MrUnknownDE/VRCX.git
synced 2026-05-07 14:56:06 +02:00
fix
This commit is contained in:
@@ -80,7 +80,7 @@ mixin playerListTab
|
|||||||
effect='plain'
|
effect='plain'
|
||||||
size='mini'
|
size='mini'
|
||||||
style='margin-right: 5px')
|
style='margin-right: 5px')
|
||||||
span(v-text='currentInstanceWorld.cacheSize') {{ $t('dialog.world.tags.cache') }}
|
span {{ currentInstanceWorld.cacheSize }} {{ $t('dialog.world.tags.cache') }}
|
||||||
div(style='margin-top: 5px')
|
div(style='margin-top: 5px')
|
||||||
location-world(
|
location-world(
|
||||||
:locationobject='currentInstanceLocation'
|
:locationobject='currentInstanceLocation'
|
||||||
@@ -168,8 +168,10 @@ mixin playerListTab
|
|||||||
span(v-if='!scope.row.inCache' style='color: #aaa') #[i.el-icon-download]
|
span(v-if='!scope.row.inCache' style='color: #aaa') #[i.el-icon-download]
|
||||||
span.avatar-info-public(v-if='scope.row.avatar.releaseStatus === "public"') {{ $t('dialog.avatar.labels.public') }}
|
span.avatar-info-public(v-if='scope.row.avatar.releaseStatus === "public"') {{ $t('dialog.avatar.labels.public') }}
|
||||||
span.avatar-info-own(v-else-if='scope.row.avatar.releaseStatus === "private"') {{ $t('dialog.avatar.labels.private') }}
|
span.avatar-info-own(v-else-if='scope.row.avatar.releaseStatus === "private"') {{ $t('dialog.avatar.labels.private') }}
|
||||||
template(
|
ttemplate(
|
||||||
v-if='scope.row.avatar.description && scope.row.avatar.name !== scope.row.avatar.description') {{ scope.row.avatar.description }}
|
v-if='scope.row.avatar.description && scope.row.avatar.name !== scope.row.avatar.description')
|
||||||
|
|
|
||||||
|
| - {{ scope.row.avatar.description }}
|
||||||
template(v-else-if='scope.row.type === "ChangeStatus"')
|
template(v-else-if='scope.row.type === "ChangeStatus"')
|
||||||
template(v-if='scope.row.status !== scope.row.previousStatus')
|
template(v-if='scope.row.status !== scope.row.previousStatus')
|
||||||
el-tooltip(placement='top')
|
el-tooltip(placement='top')
|
||||||
@@ -279,7 +281,9 @@ mixin playerListTab
|
|||||||
span.avatar-info-public(v-if='scope.row.avatar.releaseStatus === "public"') {{ $t('dialog.avatar.labels.public') }}
|
span.avatar-info-public(v-if='scope.row.avatar.releaseStatus === "public"') {{ $t('dialog.avatar.labels.public') }}
|
||||||
span.avatar-info-own(v-else-if='scope.row.avatar.releaseStatus === "private"') {{ $t('dialog.avatar.labels.private') }}
|
span.avatar-info-own(v-else-if='scope.row.avatar.releaseStatus === "private"') {{ $t('dialog.avatar.labels.private') }}
|
||||||
template(
|
template(
|
||||||
v-if='scope.row.avatar.description && scope.row.avatar.name !== scope.row.avatar.description') {{ scope.row.avatar.description }}
|
v-if='scope.row.avatar.description && scope.row.avatar.name !== scope.row.avatar.description')
|
||||||
|
|
|
||||||
|
| - {{ scope.row.avatar.description }}
|
||||||
template(v-else-if='scope.row.type === "ChangeStatus"')
|
template(v-else-if='scope.row.type === "ChangeStatus"')
|
||||||
template(v-if='scope.row.status !== scope.row.previousStatus')
|
template(v-if='scope.row.status !== scope.row.previousStatus')
|
||||||
el-tooltip(placement='top')
|
el-tooltip(placement='top')
|
||||||
|
|||||||
Reference in New Issue
Block a user