style: 修复背景色显示不完整的问题

This commit is contained in:
2025-12-08 17:00:28 +08:00
parent 0bbb9f5ce0
commit f0b160f018
6 changed files with 46 additions and 25 deletions

View File

@@ -248,7 +248,7 @@
background: linear-gradient(
90deg,
rgba(255, 255, 255, 0.8) 0%,
#fff 100%
#fafafa 100%
);
z-index: 999;
padding: 3px 4px 3px 4px;