Compare commits

..

No commits in common. "bbdca29337a871d373f1353aa5e5b83b06ac7acc" and "c14c041daadbe34c547d2a1322be8575c40694ef" have entirely different histories.

1 changed files with 7 additions and 24 deletions

View File

@ -79,9 +79,6 @@
<th class="text-center">
가격
</th>
<th class="text-center">
한정판
</th>
<th class="text-center">
19
</th>
@ -110,8 +107,8 @@
<td>{{ item.audioContentId }}</td>
<td align="center">
<v-img
max-width="70"
max-height="70"
max-width="100"
max-height="100"
:src="item.coverImageUrl"
class="rounded-circle"
/>
@ -120,16 +117,11 @@
:href="item.coverImageUrl"
class="v-btn v-btn--outlined"
>
다운로드
Download Image
</a>
</td>
<td>
<vue-show-more-text
:text="item.title"
:lines="3"
/>
</td>
<td style="max-width: 200px !important; word-break:break-all; height: auto;">
<td>{{ item.title }}</td>
<td style="max-width: 350px !important; word-break:break-all; height: auto;">
<vue-show-more-text
:text="item.detail"
:lines="3"
@ -138,27 +130,18 @@
<td>{{ item.curationTitle || '없음' }}</td>
<td>{{ item.creatorNickname }}</td>
<td>{{ item.theme }}</td>
<td style="max-width: 100px !important; word-break:break-all; height: auto;">
<td style="max-width: 200px !important; word-break:break-all; height: auto;">
<vue-show-more-text
:text="item.tags"
:lines="3"
/>
</td>
<td v-if="item.price > 0">
{{ item.price }}
{{ item.price }} 코인
</td>
<td v-else>
무료
</td>
<td
v-if="item.totalContentCount > 0"
style="min-width: 100px !important; word-break:break-all; height: auto;"
>
{{ item.remainingContentCount }} / {{ item.totalContentCount }}
</td>
<td v-else>
X
</td>
<td>
<div v-if="item.isAdult">
O