Small fixes

This commit is contained in:
Natsumi
2021-12-07 01:35:15 +13:00
parent 33740475b4
commit a83f33fed4
4 changed files with 15 additions and 9 deletions

View File

@@ -99,7 +99,9 @@ html
|  
el-tooltip(placement="bottom")
template(#content)
span Photon Bot Id's: {{ photonLobbyBots.toString() }}
span Photon Bots:
div(v-for="id in photonLobbyBots" :key="id" placement="top")
span.x-link(v-text="getDisplayNameFromPhotonId(id)" @click="showUserFromPhotonId(id)" style="margin-right:5px")
span(v-text="photonLobbyBots.length" style="color:red")
//- el-tag(type="info" effect="plain" size="mini" v-text="worldDialog.fileSize" style="margin-right:5px;margin-top:5px")
div(style="margin-top:5px")