Skip to content

Commit

Permalink
feat: update
Browse files Browse the repository at this point in the history
  • Loading branch information
supersonictw committed Nov 14, 2024
1 parent d140108 commit 9baaf28
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 9 deletions.
4 changes: 2 additions & 2 deletions src/views/RoomCreateView.vue
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
<input
v-model="roomData.pageUrl"
placeholder="https://line.me/ti/g2/J7bTfoHgmfgc42C9baJNs2gwH00kAMd9QfJDsQ"
class="w-full border-none bg-transparent px-4 py-1 text-gray-900 outline-none focus:outline-none text-gray-500"
class="h-12 w-full border-none bg-transparent px-4 py-1 text-gray-900 outline-none focus:outline-none text-gray-500"
type="text"
>
</div>
Expand Down Expand Up @@ -85,7 +85,7 @@
<div class="w-full my-8 text-gray-600 flex rounded bg-white shadow-md">
<textarea
:value="verifyMessage"
class="w-full border-none bg-transparent px-4 py-1 text-gray-900 outline-none focus:outline-none text-gray-500 resize-none"
class="h-12 w-full border-none bg-transparent px-4 py-1 text-gray-900 outline-none focus:outline-none text-gray-500 resize-none"
readonly
/>
<button
Expand Down
13 changes: 8 additions & 5 deletions src/views/RoomManageView.vue
Original file line number Diff line number Diff line change
Expand Up @@ -20,17 +20,20 @@
<p class="mt-6 text-gray-600">
成員人數:{{ roomData.members }}
</p>
<p
class="mt-6 text-gray-600"
v-html="descriptionHtml"
/>
<div class="mt-6 text-gray-600">
簡介:
<p
class="my-2 mx-1 text-gray-800 text-sm"
v-html="descriptionHtml"
/>
</div>
<p class="mt-4 text-gray-600">
社群邀請網址:
</p>
<div class="w-full mb-4 text-gray-600 flex rounded bg-white shadow-md">
<input
:value="inviteUrl"
class="w-full border-none bg-transparent px-4 py-1 text-gray-900 outline-none focus:outline-none text-gray-500"
class="h-12 w-full border-none bg-transparent px-4 py-1 text-gray-900 outline-none focus:outline-none text-gray-500"
type="text"
readonly
>
Expand Down
2 changes: 1 addition & 1 deletion src/views/RoomSubmissionView.vue
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
<input
v-model="submissionCode"
placeholder="pmShBo2Bg"
class="w-full border-none bg-transparent px-4 py-1 text-gray-900 outline-none focus:outline-none text-gray-500"
class="h-12 w-full border-none bg-transparent px-4 py-1 text-gray-900 outline-none focus:outline-none text-gray-500"
type="text"
>
<button
Expand Down
2 changes: 1 addition & 1 deletion src/views/TicketView.vue
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<div class="w-full my-4 text-gray-600 flex rounded bg-white shadow-md">
<input
:value="submissionCode"
class="w-full border-none bg-transparent px-4 py-1 text-gray-900 outline-none focus:outline-none text-gray-500"
class="h-12 w-full border-none bg-transparent px-4 py-1 text-gray-900 outline-none focus:outline-none text-gray-500"
type="text"
readonly
>
Expand Down

0 comments on commit 9baaf28

Please sign in to comment.