Feature: удаление строки табличной части по кнопке-крестику (сразу, без чекбокса)

Made-with: Cursor
This commit is contained in:
2026-02-26 12:56:24 +00:00
parent 817fe38e87
commit 7b596a4dc2
4 changed files with 88 additions and 22 deletions

View File

@@ -132,11 +132,25 @@
width: 5%;
}
.ws-table-items label.ws-delete-row-label {
.ws-table-items .ws-btn-remove-row {
display: inline-flex;
align-items: center;
justify-content: center;
width: 24px;
height: 24px;
padding: 0;
border: none;
border-radius: 4px;
background: transparent;
color: #c62828;
font-size: 18px;
line-height: 1;
cursor: pointer;
font-size: 13px;
color: var(--ws-text-muted);
white-space: nowrap;
}
.ws-table-items .ws-btn-remove-row:hover {
background: rgba(198, 40, 40, 0.12);
color: #b71c1c;
}
.ws-table-items .ws-col-product select {