feat: 修改prompt顺序

This commit is contained in:
zhangyh
2025-11-12 13:24:30 +08:00
parent 841416f2d0
commit ec61db9029
2 changed files with 4 additions and 5 deletions

View File

@@ -1099,7 +1099,7 @@ export default defineComponent({
if (!isFromDesignPage) {
// 如果不是从design来的返回两个提示词
return [t('poseTransfer.UploadWithModel'), t('poseTransfer.UploadWithoutModel')]
return [t('poseTransfer.UploadWithoutModel'), t('poseTransfer.UploadWithModel')]
} else {
// 如果是从design来的
if (isSingleDesign) {
@@ -1540,7 +1540,6 @@ export default defineComponent({
margin-right: 4rem;
}
.upload_file_item {
:deep(.ant-upload-picture-card-wrapper) {
.ant-upload-list-picture-card {