feat(Luma): 加上传前后帧调换功能

This commit is contained in:
胡双明
2024-09-02 17:33:03 +08:00
parent 561b82027a
commit 8fc8fd6cba
2 changed files with 26 additions and 6 deletions

View File

@@ -21,6 +21,7 @@
flex-flow row
padding-bottom 10px
justify-content center
align-items center
.item {
position relative
@@ -45,8 +46,16 @@
}
}
}
.btn-swap {
margin-right 10px
.icon{
fill #fff
}
}
}
.prompt-container {
width: 100%;
.input-container {
@@ -131,6 +140,7 @@
.video-box {
width 100%
aspect-ratio: 16/9;
border-radius 10px
video,img {
width: 100%;