fix: 修复价格页面样式

This commit is contained in:
spylecym 2024-02-23 09:13:00 +08:00
parent 6e5124fe22
commit 3a0473a74f

View File

@ -261,7 +261,7 @@
.price-ceiling {
position: sticky;
top: 80px;
background-color: #fff;
background-color: var(--bg-color);
border-bottom: 1px solid var(--border-color);
z-index: 9999;
}