add prompt translating function for mobile midjourney page

This commit is contained in:
RockYang
2024-03-06 16:22:03 +08:00
parent 8cfe6bfc17
commit 636db4afcc
7 changed files with 110 additions and 43 deletions

View File

@@ -51,6 +51,10 @@
position: absolute;
right: 20px;
}
.mobile-mj .content .text-line .align-right {
display: flex;
justify-content: right;
}
.mobile-mj .content .running-job-list .van-grid .van-grid-item .van-grid-item__content {
padding: 0;
position: relative;

View File

@@ -67,6 +67,11 @@
right 20px
}
}
.align-right {
display flex
justify-content right
}
}
.running-job-list {