opt: add sessionId for mj task

This commit is contained in:
RockYang
2023-09-19 18:15:08 +08:00
parent 5034a20345
commit f307b8ba7a
8 changed files with 234 additions and 82 deletions

View File

@@ -185,31 +185,15 @@
display: flex;
justify-content: center;
align-items: center;
background-color: rgba(0,0,0,0.5);
}
.page-mj .inner .task-list-box .running-job-list .job-item .job-item-inner .progress span {
font-size: 20px;
color: #fff;
}
.page-mj .inner .task-list-box .running-job-list .job-item .el-image {
.page-mj .inner .task-list-box .finish-job-list .job-item {
width: 100%;
height: 100%;
}
.page-mj .inner .task-list-box .running-job-list .job-item .el-image .image-slot {
display: flex;
flex-flow: column;
justify-content: center;
align-items: center;
height: 100%;
color: #fff;
}
.page-mj .inner .task-list-box .running-job-list .job-item .el-image .image-slot .iconfont {
font-size: 50px;
margin-bottom: 10px;
}
.page-mj .inner .task-list-box .finish-job-list .job-item {
margin-bottom: 20px;
}
.page-mj .inner .task-list-box .finish-job-list .job-item .opt .opt-line {
margin: 6px 0;
}
@@ -233,6 +217,37 @@
.page-mj .inner .task-list-box .finish-job-list .job-item .opt .opt-line ul li a:hover {
background-color: #6d6f78;
}
.page-mj .inner .task-list-box .el-image {
width: 100%;
height: 100%;
max-height: 240px;
}
.page-mj .inner .task-list-box .el-image img {
height: 240px;
}
.page-mj .inner .task-list-box .el-image .el-image-viewer__wrapper img {
width: auto;
height: auto;
}
.page-mj .inner .task-list-box .el-image .image-slot {
display: flex;
flex-flow: column;
justify-content: center;
align-items: center;
height: 100%;
min-height: 200px;
color: #fff;
}
.page-mj .inner .task-list-box .el-image .image-slot .iconfont {
font-size: 50px;
margin-bottom: 10px;
}
.page-mj .inner .task-list-box .el-image.upscale {
max-height: 304px;
}
.page-mj .inner .task-list-box .el-image.upscale img {
height: 304px;
}
.mj-list-item-prompt .el-icon {
margin-left: 10px;
cursor: pointer;

View File

@@ -247,7 +247,6 @@
.finish-job-list {
.job-item {
margin-bottom 20px
width 100%
height 100%
@@ -316,6 +315,14 @@
}
}
}
.el-image.upscale {
max-height 304px
img {
height 304px
}
}
}
}