feat: refactor midjourney image creating page

This commit is contained in:
RockYang
2023-12-06 18:54:30 +08:00
parent aa65f49190
commit 149765764e
25 changed files with 895 additions and 726 deletions

View File

@@ -54,7 +54,7 @@
background-color #585858
}
.icon{
.icon {
width 20px
height 20px
margin-bottom 5px
@@ -162,17 +162,20 @@
.form-item-inner {
display flex
align-items: center
.el-select {
--el-select-input-focus-border-color: #47FFF1;
--el-input-focus-border-color: #47FFF1;
}
.el-input__wrapper {
background: #383838;
}
.el-input__inner {
color: #fff
}
.el-icon {
margin-left 10px
}
@@ -211,19 +214,6 @@
padding-bottom 5px
}
}
.submit-btn {
padding 10px 15px 0 15px
text-align center
.el-button {
width 100%
span {
color #2D3A4B
}
}
}
}
.el-form {