style: 文字换航处理
This commit is contained in:
@ -118,6 +118,7 @@ const COMPONENTS: AppRouteRecordRaw[] = [
|
||||
locale: '分享链接列表',
|
||||
requiresAuth: false,
|
||||
requireLogin: false,
|
||||
hideFooter: true,
|
||||
roles: ['*'],
|
||||
},
|
||||
component: () => import('@/views/creative-generation-workshop/explore/list/index.vue'),
|
||||
@ -129,6 +130,7 @@ const COMPONENTS: AppRouteRecordRaw[] = [
|
||||
locale: '分享链接详情',
|
||||
requiresAuth: false,
|
||||
requireLogin: false,
|
||||
hideFooter: true,
|
||||
roles: ['*'],
|
||||
},
|
||||
component: () => import('@/views/creative-generation-workshop/explore/detail/index.vue'),
|
||||
|
||||
@ -175,7 +175,7 @@ export default {
|
||||
}}
|
||||
/>
|
||||
|
||||
<div class="flex flex-col flex-1 overflow-hidden">
|
||||
<div class="flex flex-col flex-1 ">
|
||||
<div class="flex justify-between">
|
||||
<p class="mb-4px">
|
||||
<span class="cts !color-#211F24 mr-8px">{getCommentName(item)}</span>
|
||||
@ -201,7 +201,7 @@ export default {
|
||||
/>
|
||||
</div>
|
||||
)}
|
||||
<p class="cts !color-#211F24">{item.content}</p>
|
||||
<p class="cts !color-#211F24 break-all">{item.content}</p>
|
||||
</div>
|
||||
</div>
|
||||
))}
|
||||
|
||||
Reference in New Issue
Block a user