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-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);
}
</style>