将 license 存储到数据库

This commit is contained in:
RockYang
2025-03-02 21:49:34 +08:00
parent f98dcee7d4
commit 6b0d4e81bf
6 changed files with 35 additions and 8 deletions

View File

@@ -90,7 +90,7 @@
.song {
display flex
padding 10px
background-color #252020
background-color var(--el-bg-color)
border-radius 10px
margin-bottom 10px
font-size 14px
@@ -109,6 +109,7 @@
display flex
margin-left 10px
align-items center
color var(--el-color-primary)
}
.el-button--info {
@@ -347,7 +348,9 @@
.task {
height 100px
background-color #2A2525
background-color var(--el-bg-color)
border: 1px solid var(--el-border-color-light);
border-radius 5px
display flex
margin-bottom 10px
.left {
@@ -358,7 +361,7 @@
width 320px
.title {
font-size 14px
color #e1e1e1
color var(--el-text-color-primary)
white-space: nowrap; /* */
overflow: hidden; /* */
text-overflow: ellipsis; /* */