feat(ui): 页面标题区分能源BI与资产BI,资产页增加OneOS迁移提示滚动条
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful

This commit is contained in:
kkfluous
2026-06-11 15:30:21 +08:00
parent 6962c4ff1c
commit c13f341d5e
5 changed files with 58 additions and 7 deletions

View File

@@ -14,3 +14,12 @@ body {
overflow: auto;
height: 100%;
}
@keyframes marquee {
from { transform: translateX(0); }
to { transform: translateX(-50%); }
}
@utility animate-marquee {
animation: marquee 30s linear infinite;
}