style: 文本换行兼容
This commit is contained in:
@ -165,7 +165,7 @@ export default {
|
|||||||
|
|
||||||
{renderMainImg()}
|
{renderMainImg()}
|
||||||
<div class="w-full">
|
<div class="w-full">
|
||||||
<p class="cts !color-#211F24 ">{dataSource.value.content}</p>
|
<p class="cts !color-#211F24 whitespace-pre-line">{dataSource.value.content}</p>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
{/* 仅图片类型显示图片列表 */}
|
{/* 仅图片类型显示图片列表 */}
|
||||||
|
|||||||
@ -1,13 +1,13 @@
|
|||||||
<script lang="jsx">
|
<script lang="jsx">
|
||||||
import axios from 'axios';
|
import axios from 'axios';
|
||||||
import { Form, FormItem, Input, Textarea, Upload, Message as AMessage, Button } from '@arco-design/web-vue';
|
import { Form, FormItem, Input, Textarea, Upload, Message as AMessage, Button } from '@arco-design/web-vue';
|
||||||
import CommonSelect from '@/components/common-select';
|
// import CommonSelect from '@/components/common-select';
|
||||||
import { VueDraggable } from 'vue-draggable-plus';
|
// import { VueDraggable } from 'vue-draggable-plus';
|
||||||
import TextOverTips from '@/components/text-over-tips';
|
import TextOverTips from '@/components/text-over-tips';
|
||||||
import ImgBox from './img-box';
|
import ImgBox from './img-box';
|
||||||
|
|
||||||
import { formatFileSize, getVideoInfo, formatDuration, formatUploadSpeed } from '@/utils/tools';
|
import { formatFileSize, getVideoInfo, formatDuration, formatUploadSpeed } from '@/utils/tools';
|
||||||
import { getProjectList } from '@/api/all/propertyMarketing';
|
// import { getProjectList } from '@/api/all/propertyMarketing';
|
||||||
import { EnumManuscriptType } from '@/views/creative-generation-workshop/manuscript/list/constants.ts';
|
import { EnumManuscriptType } from '@/views/creative-generation-workshop/manuscript/list/constants.ts';
|
||||||
import { getImagePreSignedUrl, getVideoPreSignedUrl } from '@/api/all/common';
|
import { getImagePreSignedUrl, getVideoPreSignedUrl } from '@/api/all/common';
|
||||||
|
|
||||||
|
|||||||
@ -164,7 +164,7 @@ export default {
|
|||||||
|
|
||||||
{renderMainImg()}
|
{renderMainImg()}
|
||||||
<div class="w-full">
|
<div class="w-full">
|
||||||
<p class="cts !color-#211F24 ">{dataSource.value.content}</p>
|
<p class="cts !color-#211F24 whitespace-pre-line">{dataSource.value.content}</p>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
{/* 仅图片类型显示图片列表 */}
|
{/* 仅图片类型显示图片列表 */}
|
||||||
|
|||||||
Reference in New Issue
Block a user