feat: mj advance drawing page function is ready, use better task scheduling argorithm

This commit is contained in:
RockYang
2023-09-17 18:03:45 +08:00
parent c37b3d3df5
commit 2a71c2b0e7
8 changed files with 234 additions and 109 deletions

View File

@@ -234,7 +234,6 @@
display flex
justify-content center
align-items center
background-color: rgba(0, 0, 0, 0.5)
span {
font-size 20px
@@ -249,6 +248,8 @@
.finish-job-list {
.job-item {
margin-bottom 20px
width 100%
height 100%
.opt {
.opt-line {
@@ -289,12 +290,24 @@
height 100%
max-height 240px
img {
height 240px
}
.el-image-viewer__wrapper {
img {
width auto
height auto
}
}
.image-slot {
display flex
flex-flow column
justify-content center
align-items center
height 100%
min-height 200px
color #ffffff
.iconfont {