mirror of
https://github.com/yangjian102621/geekai.git
synced 2025-11-16 06:03:42 +08:00
feat(Luma): 加上传前后帧调换功能
This commit is contained in:
@@ -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%;
|
||||
|
||||
Reference in New Issue
Block a user