Skip to content

Commit

Permalink
Opt: join room title
Browse files Browse the repository at this point in the history
  • Loading branch information
LazyCreeper committed Oct 31, 2023
1 parent 00ee429 commit 7089a88
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/components/RoomList.vue
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,7 @@ onMounted(() => {
<el-dialog v-model="JoinRoomDialog" class="rounded-lg dark:bg-zinc-800 w-[443px] max-sm:w-[90%]">
<template #title>
<div class="overflow-hidden text-ellipsis">
<span class="truncate">加入房间 {{ formData.roomId }}</span>
<span class="truncate">加入房间</span>
</div>
</template>
<JoinRoom :item="formData" />
Expand Down
2 changes: 1 addition & 1 deletion src/views/JoinRoom.vue
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ const JoinRoom = async () => {
<div class="text-sm">
<b>注意:</b>所有输入框最大只可输入32个字符
<br />
如果你是该房间所有者,无需输入密码
如果你是该房间所有者,则无需输入密码
</div>
</form>
</div>
Expand Down
2 changes: 1 addition & 1 deletion src/views/SearchPage.vue
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ const getRoomList = async (showMsg = false) => {
<el-dialog v-model="JoinRoomDialog" class="rounded-lg dark:bg-zinc-800 w-[443px] max-sm:w-[90%]">
<template #title>
<div class="overflow-hidden text-ellipsis">
<span class="truncate">加入房间 {{ formData.roomId }}</span>
<span class="truncate">加入房间</span>
</div>
</template>
<JoinRoom :item="formData" />
Expand Down

0 comments on commit 7089a88

Please sign in to comment.