optimze the style for stable diffusion image dialog

This commit is contained in:
RockYang
2023-10-08 11:39:55 +08:00
parent 083155413d
commit 96c62619e6
3 changed files with 239 additions and 140 deletions

View File

@@ -233,52 +233,73 @@
display flex
height 100%
.img-container {
display flex
justify-content center
.el-row {
width 100%
}
.task-info {
max-width 320px
min-width 320px
background-color #25262b
padding 10px 15px
.img-container {
display flex
justify-content center
}
.info-line {
width 100%
.task-info {
background-color #25262b
padding 1rem 1.5rem
.prompt {
background-color #35363b
padding 10px
color #999999
overflow auto
max-height 100px
min-height 50px
}
.info-line {
width 100%
.wrapper {
margin-top 10px
display flex
label {
display flex
width 100px
color #a5a5a5
}
.item-value {
display flex
width 100%
.prompt {
background-color #35363b
padding 2px 5px
border-radius 5px
color #F5F5F5
padding 10px
color #999999
overflow auto
max-height 100px
min-height 50px
position relative
.el-icon {
position absolute
right 10px
bottom 10px
cursor pointer
}
}
.wrapper {
margin-top 10px
display flex
label {
display flex
width 100px
color #a5a5a5
}
.item-value {
display flex
width 100%
background-color #35363b
padding 2px 5px
border-radius 5px
color #F5F5F5
}
}
}
.copy-params {
padding 20px 0 10px 0
.el-button {
width 100%
}
}
}
}
// end el-row
}
}
}