|
@@ -227,7 +227,7 @@
|
|
|
{{ currentDetail.description }}
|
|
{{ currentDetail.description }}
|
|
|
</p>
|
|
</p>
|
|
|
<span
|
|
<span
|
|
|
- v-if="currentDetail.description && currentDetail.description.length > 100"
|
|
|
|
|
|
|
+ v-if="currentDetail.description && currentDetail.description.length > 50"
|
|
|
class="expand-btn"
|
|
class="expand-btn"
|
|
|
@click="toggleDescription"
|
|
@click="toggleDescription"
|
|
|
>
|
|
>
|