Feature: общая сумма над блоком Товары; открытие документа по клику на строку списка

Made-with: Cursor
This commit is contained in:
2026-02-26 16:28:23 +00:00
parent 27fa4b94ba
commit 465bdffafc
7 changed files with 42 additions and 6 deletions

View File

@@ -8,7 +8,7 @@
.ws-form-compact .ws-order-total-row {
margin-top: 0.75rem;
margin-bottom: 0;
margin-bottom: 0.5rem;
font-size: 14px;
}

View File

@@ -229,6 +229,10 @@ body {
background: var(--ws-bg-hover);
}
.ws-table tbody tr.ws-row-clickable {
cursor: pointer;
}
.ws-table tbody tr:last-child td {
border-bottom: none;
}