This commit is contained in:
gaofeng
2026-05-13 11:28:39 +08:00
parent 72c70dfb7e
commit 75f1a67eda
2 changed files with 22 additions and 0 deletions

View File

@@ -101,9 +101,15 @@
color: var(--main-color);
cursor: pointer;
font-weight: 800;
white-space: nowrap;
user-select: none;
}
.invoice-action i {
flex: 0 0 auto;
line-height: 1;
}
.invoice-action.is-danger {
color: #951e14;
}