mirror of
https://gitee.com/blackfox/geekai.git
synced 2025-12-08 01:38:23 +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;
|
||||
min-height: 100vh;
|
||||
|
||||
:deep(.el-form-item__label) {
|
||||
color: var(--text-theme-color);
|
||||
}
|
||||
|
||||
.grid-content {
|
||||
// background-color #383838
|
||||
background: var(--card-bg);
|
||||
@ -26,6 +30,7 @@
|
||||
.text {
|
||||
margin-left: 5px;
|
||||
margin-top: 2px;
|
||||
color: var(--text-theme-color);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
@ -595,76 +595,4 @@ onMounted(() => {
|
||||
<style lang="stylus" scoped>
|
||||
@import "@/assets/css/image-keling.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>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user