src/components/makepager/TableCommonView.vue
@@ -66,7 +66,7 @@ >{{ timeAgo(scope.row[item.prop]) }}</span > <div v-else-if="item.conversion"> <span>{{ item.getStatus(scope.row[item.prop]) }}</span> <p class="exceed_width">{{ item.getStatus(scope.row[item.prop]) }}</p> </div> <span v-else-if="item.isClick && scope.row[item.prop]" @@ -348,6 +348,12 @@ border-top-left-radius: 12px; border-top-right-radius: 12px; overflow: auto; .exceed_width{ width: 100%; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; } } }