mirror of
https://github.com/yangjian102621/geekai.git
synced 2025-11-15 21:53:44 +08:00
feat: image preview for stable-diffusion task is ready
This commit is contained in:
@@ -182,6 +182,11 @@
|
||||
.page-mj .inner .el-form .el-slider {
|
||||
width: 180px;
|
||||
}
|
||||
.page-mj .inner .el-form .uploader-icon {
|
||||
font-size: 24px;
|
||||
position: relative;
|
||||
top: 3px;
|
||||
}
|
||||
.page-mj .inner .task-list-box {
|
||||
width: 100%;
|
||||
padding: 10px;
|
||||
|
||||
@@ -225,6 +225,12 @@
|
||||
.el-input, .el-slider {
|
||||
width 180px
|
||||
}
|
||||
|
||||
.uploader-icon {
|
||||
font-size 24px
|
||||
position relative
|
||||
top 3px
|
||||
}
|
||||
}
|
||||
|
||||
@import "task-list.styl"
|
||||
|
||||
Reference in New Issue
Block a user