From 54b777f02638030e3ccd231bebc8ddf9c73bc4c8 Mon Sep 17 00:00:00 2001 From: zhangyh Date: Fri, 21 Nov 2025 13:25:12 +0800 Subject: [PATCH] =?UTF-8?q?style:=20=E8=BD=AC=E8=A7=86=E9=A2=91=E9=A6=96?= =?UTF-8?q?=E5=B0=BE=E5=B8=A7=E6=8F=90=E7=A4=BA=E5=BC=B9=E7=AA=97?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/component/home/tools/poseTransfer/Tips.vue | 13 ++++++++++--- src/lang/cn.ts | 4 ++-- 2 files changed, 12 insertions(+), 5 deletions(-) diff --git a/src/component/home/tools/poseTransfer/Tips.vue b/src/component/home/tools/poseTransfer/Tips.vue index deec6e6c..ef3018b4 100644 --- a/src/component/home/tools/poseTransfer/Tips.vue +++ b/src/component/home/tools/poseTransfer/Tips.vue @@ -95,12 +95,13 @@ const handleClose = () => { font-size: 2rem; font-weight: 400; color: #000; + margin-top: 2rem; } } .diliver { height: 1px; background: #dfdfdf; - margin: 4rem 0; + // margin: 4rem 0; } .content { display: flex; @@ -117,7 +118,7 @@ const handleClose = () => { width: 21.3rem; height: 36.1rem; } - .frame-name{ + .frame-name { margin-top: 1.2rem; font-size: 2.6rem; font-weight: 400; @@ -126,6 +127,12 @@ const handleClose = () => { } } :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); } diff --git a/src/lang/cn.ts b/src/lang/cn.ts index 67e62c33..4584f5ce 100644 --- a/src/lang/cn.ts +++ b/src/lang/cn.ts @@ -355,8 +355,8 @@ export default { FirstAndLastFrames: '首帧和尾帧', FirstFrameAndSkeleton: '首帧和骨架', Tips: '提示', - TipsStart: '你可以使用"', - TipsEnd: '编辑产品图"来生成首帧或尾帧图片', + TipsStart: '你可以使用“', + TipsEnd: '编辑产品图”来生成首帧或尾帧图片', PormptPlaceholder: '输入你想描述的场景...', firstAndLastFrameText1: '随着视频的进行,使用', firstAndLastFramePlaceholder1: '相机运动',