style: 移除所有组件的backdrop-blur和半透明背景效果

统一调整多处UI元素的样式,去掉不必要的backdrop-blur滤镜以及bg的透明度后缀,让界面视觉风格更简洁统一
This commit is contained in:
2026-07-13 18:31:14 +08:00
parent 2bafa66004
commit bfa959ca1d
6 changed files with 9 additions and 9 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
<template>
<div
class="fixed inset-x-4 bottom-4 z-40 rounded-3xl border border-slate-200/70 bg-white/95 shadow-2xl backdrop-blur dark:border-slate-800/70 dark:bg-slate-900/90 sm:left-auto sm:right-6 sm:w-96"
class="fixed inset-x-4 bottom-4 z-40 rounded-3xl border border-slate-200/70 bg-white shadow-2xl dark:border-slate-800/70 dark:bg-slate-900 sm:left-auto sm:right-6 sm:w-96"
>
<div
class="flex items-center justify-between px-5 py-4"