|
@@ -7,16 +7,16 @@
|
|
|
class="w-full h-full shrink-0 object-cover"
|
|
|
/>
|
|
|
</div>
|
|
|
- <div class="flex w-0 w-152 justify-between">
|
|
|
+ <div class="flex w-152 justify-between">
|
|
|
<div class="">
|
|
|
<div
|
|
|
- class="mt-15 line-clamp-2 whitespace-normal break-words overflow-hidden truncate text-xl font-semibold text-black-3"
|
|
|
+ class="mt-15 w-152 line-clamp-2 whitespace-normal break-words truncate text-xl font-semibold text-black-3"
|
|
|
>
|
|
|
{{ data?.projectTitle || '未命名草稿' }}
|
|
|
</div>
|
|
|
|
|
|
<div
|
|
|
- class="line-clamp-2 text-sm whitespace-normal break-words overflow-hidden truncate text-red-600"
|
|
|
+ class="w-152 line-clamp-2 text-sm whitespace-normal break-words truncate text-red-600"
|
|
|
>
|
|
|
审核未通过:{{ data?.reason || '内容审核未通过' }}
|
|
|
</div>
|