mirror of
https://gitee.com/blackfox/geekai.git
synced 2025-12-08 09:48:25 +08:00
changed keling in the dark theme text color
This commit is contained in:
parent
54b5a78c0e
commit
cad1ce6943
@ -2,6 +2,10 @@
|
|||||||
display: flex;
|
display: flex;
|
||||||
min-height: 100vh;
|
min-height: 100vh;
|
||||||
|
|
||||||
|
:deep(.el-form-item__label) {
|
||||||
|
color: var(--text-theme-color);
|
||||||
|
}
|
||||||
|
|
||||||
.grid-content {
|
.grid-content {
|
||||||
// background-color #383838
|
// background-color #383838
|
||||||
background: var(--card-bg);
|
background: var(--card-bg);
|
||||||
@ -26,6 +30,7 @@
|
|||||||
.text {
|
.text {
|
||||||
margin-left: 5px;
|
margin-left: 5px;
|
||||||
margin-top: 2px;
|
margin-top: 2px;
|
||||||
|
color: var(--text-theme-color);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@ -595,76 +595,4 @@ onMounted(() => {
|
|||||||
<style lang="stylus" scoped>
|
<style lang="stylus" scoped>
|
||||||
@import "@/assets/css/image-keling.styl"
|
@import "@/assets/css/image-keling.styl"
|
||||||
@import "@/assets/css/custom-scroll.styl"
|
@import "@/assets/css/custom-scroll.styl"
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
// .param-panel
|
|
||||||
// width: 300px
|
|
||||||
// padding: 20px
|
|
||||||
// border-radius: 8px
|
|
||||||
|
|
||||||
// .main-content
|
|
||||||
// flex: 1
|
|
||||||
// background: #fff
|
|
||||||
// padding: 20px
|
|
||||||
// border-radius: 8px
|
|
||||||
|
|
||||||
// .generation-area
|
|
||||||
// margin-bottom: 30px
|
|
||||||
|
|
||||||
// .image-upload
|
|
||||||
// display: flex
|
|
||||||
// gap: 20px
|
|
||||||
// margin-bottom: 20px
|
|
||||||
|
|
||||||
// .upload-box
|
|
||||||
// flex: 1
|
|
||||||
|
|
||||||
// .uploader
|
|
||||||
// border: 1px dashed #d9d9d9
|
|
||||||
// border-radius: 6px
|
|
||||||
// cursor: pointer
|
|
||||||
// position: relative
|
|
||||||
// overflow: hidden
|
|
||||||
|
|
||||||
// .preview
|
|
||||||
// width: 100%
|
|
||||||
// height: 200px
|
|
||||||
// object-fit: cover
|
|
||||||
|
|
||||||
// .upload-icon
|
|
||||||
// font-size: 28px
|
|
||||||
// color: #8c939d
|
|
||||||
// width: 100%
|
|
||||||
// height: 200px
|
|
||||||
// text-align: center
|
|
||||||
// line-height: 200px
|
|
||||||
|
|
||||||
// .power-info
|
|
||||||
// margin: 20px 0
|
|
||||||
// display: flex
|
|
||||||
// justify-content: space-between
|
|
||||||
|
|
||||||
// .task-list
|
|
||||||
// .task-grid
|
|
||||||
// display: grid
|
|
||||||
// grid-template-columns: repeat(auto-fill, minmax(250px, 1fr))
|
|
||||||
// gap: 20px
|
|
||||||
// margin: 20px 0
|
|
||||||
|
|
||||||
// .task-card
|
|
||||||
// border: 1px solid #eee
|
|
||||||
// border-radius: 8px
|
|
||||||
// overflow: hidden
|
|
||||||
|
|
||||||
// .preview
|
|
||||||
// width: 100%
|
|
||||||
// height: 200px
|
|
||||||
// object-fit: cover
|
|
||||||
|
|
||||||
// .tools
|
|
||||||
// padding: 10px
|
|
||||||
// display: flex
|
|
||||||
// justify-content: space-around
|
|
||||||
</style>
|
</style>
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user