Skip to content

Commit cdd1bbc

Browse files
committed
🎨 style: 修复样式
1 parent eaf3a41 commit cdd1bbc

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

src/components/Player/LyricMenu.vue

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -173,9 +173,14 @@ const resetOffset = () => {
173173
opacity: 0.6;
174174
}
175175
:deep(.n-input) {
176+
--n-caret-color: rgb(var(--main-cover-color));
176177
--n-color: rgba(var(--main-cover-color), 0.1);
178+
--n-color-focus: rgba(var(--main-cover-color), 0.1);
177179
--n-text-color: rgb(var(--main-cover-color));
180+
--n-border-hover: 1px solid rgba(var(--main-cover-color), 0.28);
181+
--n-border-focus: 1px solid rgba(var(--main-cover-color), 0.28);
178182
--n-suffix-text-color: rgb(var(--main-cover-color));
183+
--n-box-shadow-focus: 0 0 8px 0 rgba(var(--main-cover-color), 0.3);
179184
.n-button {
180185
--n-text-color: rgb(var(--main-cover-color));
181186
}

0 commit comments

Comments
 (0)