changed keling in the dark theme text color

This commit is contained in:
lqins
2025-02-22 22:40:14 +08:00
parent 54b5a78c0e
commit cad1ce6943
2 changed files with 5 additions and 72 deletions

View File

@@ -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>