Merge remote-tracking branch 'origin/feature/v1.2灵机空间-内容上传审核_rxd' into test

This commit is contained in:
rd
2025-08-13 17:21:53 +08:00
3 changed files with 5 additions and 5 deletions

View File

@ -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>
{/* 仅图片类型显示图片列表 */} {/* 仅图片类型显示图片列表 */}

View File

@ -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';

View File

@ -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>
{/* 仅图片类型显示图片列表 */} {/* 仅图片类型显示图片列表 */}