style: 鼠标选中文字不再下沉

This commit is contained in:
Ad-closeNN
2026-03-01 16:56:21 +08:00
parent 96d323cda5
commit 1374061945
+4
View File
@@ -26,6 +26,10 @@
td, td,
strong { strong {
@apply transition; @apply transition;
&::selection {
transition: none;
}
} }
.card-shadow { .card-shadow {