6.9.2: Фикс стилей чекбоксов закупки
All checks were successful
Build and Push Docker Image / build-and-push (push) Successful in 2m5s

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
poignatov
2026-03-10 23:31:25 +03:00
parent fb1ccd7831
commit 4b28d90d68
3 changed files with 15 additions and 8 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "play-life-web",
"version": "6.9.1",
"version": "6.9.2",
"type": "module",
"scripts": {
"dev": "vite",

View File

@@ -500,20 +500,27 @@
.test-dictionaries-list {
display: flex;
flex-direction: column;
gap: 0.5rem;
gap: 0;
max-height: 200px;
overflow-y: auto;
padding: 0.5rem;
padding: 0.5rem 0.25rem;
background: white;
border: 1px solid #d1d5db;
border-radius: 0.375rem;
}
.test-dictionary-item {
.test-dictionaries-list > div {
margin: 0;
padding: 0;
}
label.test-dictionary-item,
.form-group label.test-dictionary-item {
display: flex;
align-items: center;
gap: 0.5rem;
padding: 0.25rem 0.5rem;
gap: 0.25rem;
padding: 0.4rem 0.5rem;
margin-bottom: 0;
border-radius: 0.25rem;
cursor: pointer;
transition: background-color 0.2s;
@@ -532,9 +539,9 @@
}
.test-dictionary-name {
flex: 1;
font-weight: 500;
color: #374151;
line-height: 18px;
}
.test-dictionary-count {