1
All checks were successful
Docker Build & Deploy / Build Docker Image (push) Successful in 20s
Docker Build & Deploy / Deploy to Production (push) Successful in 11s
Docker Build & Deploy / Cleanup Dangling Images (push) Successful in 2s
Docker Build & Deploy / WeChat Notification (push) Successful in 2s

This commit is contained in:
孙诚
2026-01-14 15:59:18 +08:00
parent 0ccfa57d7b
commit 4444f2b808
2 changed files with 12 additions and 0 deletions

1
.gitignore vendored
View File

@@ -404,3 +404,4 @@ FodyWeavers.xsd
Web/dist
# ESLint
.eslintcache
.aider*

View File

@@ -141,6 +141,17 @@ const formatMoney = (val) => {
background-color: rgba(0, 0, 0, 0.02);
}
.nav-arrow.disabled {
color: #c8c9cc;
cursor: not-allowed;
opacity: 0.35;
pointer-events: none;
}
.nav-arrow.disabled:active {
background-color: transparent;
}
.nav-arrow.left {
left: 0;
}