feat: midjourney page task and image list component is ready

This commit is contained in:
RockYang
2023-09-15 17:40:39 +08:00
parent 638b399b31
commit 4112426848
15 changed files with 458 additions and 56 deletions

View File

@@ -182,17 +182,68 @@
}
}
/* */
::-webkit-scrollbar {
width: 10px; /* */
}
/* */
::-webkit-scrollbar-track {
background-color: #282C34;
}
/* */
::-webkit-scrollbar-thumb {
background-color: #444444;
border-radius 10px
}
/* */
::-webkit-scrollbar-thumb:hover {
background-color: #666666;
}
.task-list-box {
width 100%
padding 10px
color #ffffff
overflow-x hidden
overflow-y auto
.running-job-list {
.job-item {
//border: 1px solid #454545;
width: 100%;
padding 2px
background-color #555555
.el-image {
width 100%
height 100%
.image-slot {
display flex
flex-flow column
justify-content center
align-items center
height 100%
color #ffffff
.iconfont {
font-size 50px
margin-bottom 10px
}
}
}
}
}
.task-list-inner {
.grid-content {
.job-item {
margin-bottom 20px
.opt {
@@ -231,4 +282,13 @@
}
}
}
.mj-list-item-prompt {
.el-icon {
margin-left 10px
cursor pointer
position relative
top 2px
}
}