Skip to content

Commit aa1b7ed

Browse files
committed
🎨 style: CSS伟大无需多言
1 parent cdd1bbc commit aa1b7ed

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

src/components/Player/LyricMenu.vue

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -181,6 +181,12 @@ const resetOffset = () => {
181181
--n-border-focus: 1px solid rgba(var(--main-cover-color), 0.28);
182182
--n-suffix-text-color: rgb(var(--main-cover-color));
183183
--n-box-shadow-focus: 0 0 8px 0 rgba(var(--main-cover-color), 0.3);
184+
// 文本选中颜色
185+
input {
186+
&::selection {
187+
background-color: rgba(var(--main-cover-color));
188+
}
189+
}
184190
.n-button {
185191
--n-text-color: rgb(var(--main-cover-color));
186192
}

0 commit comments

Comments
 (0)