修改租户id

This commit is contained in:
rain
2026-06-09 14:00:38 +08:00
parent 7f7fd61ec0
commit 0bf2f573ed
9 changed files with 133 additions and 13 deletions
+21
View File
@@ -713,6 +713,27 @@
color: var(--orange);
}
.purchase-action-box {
display: inline-flex;
align-items: center;
gap: 10px;
white-space: nowrap;
}
.purchase-delete-btn {
border: 0;
background: transparent;
color: var(--red);
font-size: 13px;
line-height: 1.5;
cursor: pointer;
padding: 0;
}
.purchase-delete-btn:hover {
color: var(--orange);
}
/* Empty state row */
.uc-table td[colspan] {
text-align: center;