feat: add task type params for add new mj task

This commit is contained in:
RockYang
2023-09-16 14:01:53 +08:00
parent ae135b89d6
commit c37b3d3df5
7 changed files with 56 additions and 56 deletions

View File

@@ -242,25 +242,6 @@
}
}
}
.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
}
}
}
}
}
@@ -302,6 +283,26 @@
}
}
.el-image {
width 100%
height 100%
max-height 240px
.image-slot {
display flex
flex-flow column
justify-content center
align-items center
height 100%
color #ffffff
.iconfont {
font-size 50px
margin-bottom 10px
}
}
}
}
}