style: 转视频首尾帧提示弹窗

This commit is contained in:
zhangyh
2025-11-21 13:25:12 +08:00
parent 61f1995ed3
commit 54b777f026
2 changed files with 12 additions and 5 deletions

View File

@@ -95,12 +95,13 @@ const handleClose = () => {
font-size: 2rem; font-size: 2rem;
font-weight: 400; font-weight: 400;
color: #000; color: #000;
margin-top: 2rem;
} }
} }
.diliver { .diliver {
height: 1px; height: 1px;
background: #dfdfdf; background: #dfdfdf;
margin: 4rem 0; // margin: 4rem 0;
} }
.content { .content {
display: flex; display: flex;
@@ -117,7 +118,7 @@ const handleClose = () => {
width: 21.3rem; width: 21.3rem;
height: 36.1rem; height: 36.1rem;
} }
.frame-name{ .frame-name {
margin-top: 1.2rem; margin-top: 1.2rem;
font-size: 2.6rem; font-size: 2.6rem;
font-weight: 400; font-weight: 400;
@@ -126,6 +127,12 @@ const handleClose = () => {
} }
} }
:deep(.generalModel .ant-modal-body) { :deep(.generalModel .ant-modal-body) {
padding: 4rem 11rem 4rem 14rem; padding: 0 11rem 4rem 14rem;
display: flex;
flex-direction: column;
justify-content: space-between;
}
:deep(.generalModel) {
height: calc(55rem * 1.2);
} }
</style> </style>

View File

@@ -355,8 +355,8 @@ export default {
FirstAndLastFrames: '首帧和尾帧', FirstAndLastFrames: '首帧和尾帧',
FirstFrameAndSkeleton: '首帧和骨架', FirstFrameAndSkeleton: '首帧和骨架',
Tips: '提示', Tips: '提示',
TipsStart: '你可以使用"', TipsStart: '你可以使用',
TipsEnd: '编辑产品图"来生成首帧或尾帧图片', TipsEnd: '编辑产品图来生成首帧或尾帧图片',
PormptPlaceholder: '输入你想描述的场景...', PormptPlaceholder: '输入你想描述的场景...',
firstAndLastFrameText1: '随着视频的进行,使用', firstAndLastFrameText1: '随着视频的进行,使用',
firstAndLastFramePlaceholder1: '相机运动', firstAndLastFramePlaceholder1: '相机运动',