fix: solution彩色竖条撑满容器全高度
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
yiqiu
2026-03-18 23:49:10 +08:00
parent cfb25d1282
commit 6bcb98477f

View File

@@ -4477,8 +4477,8 @@ html {
content: '';
position: absolute;
left: 0;
top: 20%;
height: 60%;
top: 0;
height: 100%;
width: 3px;
background: linear-gradient(180deg, transparent, #38BDF8, #6366F1, #EC4899, #38BDF8, transparent);
background-size: 100% 300%;