Ver Fonte

展开收起功能

zhuli há 2 meses atrás
pai
commit
f74a0a2fc9
1 ficheiros alterados com 1 adições e 1 exclusões
  1. 1 1
      src/views/dynamicManagement/myDynamic.vue

+ 1 - 1
src/views/dynamicManagement/myDynamic.vue

@@ -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"
               >
               >