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