Skip to content

Commit

Permalink
修改样式阻止选中文本
Browse files Browse the repository at this point in the history
  • Loading branch information
wosiwq committed Apr 11, 2024
1 parent 61854cb commit 0e0f924
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/views/BaseViews.vue
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ onUnmounted(() => {
align-items: center;
}
.dark-mode-icon {
@apply absolute bottom-4 left-4 z-1 h-8 w-8 flex items-center justify-center border-rd text-xl hover:cursor-pointer;
@apply absolute bottom-4 left-4 z-1 h-8 w-8 flex items-center justify-center border-rd text-xl hover:cursor-pointer select-none;
@apply dark:hover:bg-[#454545] dark:bg-[#2A2A2A];
@apply hover:bg-[#EAEAEA] bg-[#F5F5F5];
}
Expand Down

0 comments on commit 0e0f924

Please # to comment.