mirror of
https://github.com/yangjian102621/geekai.git
synced 2025-11-12 20:23:46 +08:00
feat: mj advance drawing page function is ready, use better task scheduling argorithm
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user