6.9.2: Фикс стилей чекбоксов закупки
All checks were successful
Build and Push Docker Image / build-and-push (push) Successful in 2m5s
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:
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "play-life-web",
|
||||
"version": "6.9.1",
|
||||
"version": "6.9.2",
|
||||
"type": "module",
|
||||
"scripts": {
|
||||
"dev": "vite",
|
||||
|
||||
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user