From 03f7b08f254f6b5006b3abdfd7c3db01b6e8d528 Mon Sep 17 00:00:00 2001 From: Michael Chus Date: Wed, 21 Jan 2026 22:15:30 +0300 Subject: [PATCH] =?UTF-8?q?=D0=A3=D0=BF=D1=80=D0=BE=D1=81=D1=82=D0=B8?= =?UTF-8?q?=D0=BB=20=D0=BA=D0=BE=D0=B4,=20=D1=83=D0=B1=D1=80=D0=B0=D0=B2?= =?UTF-8?q?=20=D0=BB=D0=B8=D1=88=D0=BD=D0=B8=D0=B5=20=D0=BF=D1=80=D0=B0?= =?UTF-8?q?=D0=B2=D0=B8=D0=BB=D0=B0,=20=D0=BA=D0=BE=D1=82=D0=BE=D1=80?= =?UTF-8?q?=D1=8B=D0=B5=20=D0=BB=D0=BE=D0=BC=D0=B0=D0=BB=D0=B8=20=D0=BC?= =?UTF-8?q?=D0=B0=D0=BA=D0=B5=D1=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- public/index.html | 27 ++------------------------- 1 file changed, 2 insertions(+), 25 deletions(-) diff --git a/public/index.html b/public/index.html index d5b5b5e..b6085d4 100644 --- a/public/index.html +++ b/public/index.html @@ -247,7 +247,6 @@ } /* ✅ ИСКЛЮЧЕНИЕ: столбец с чекбоксами - фиксированная ширина */ - /* Таргетируем все возможные варианты селектора для rowSelection */ .tabulator-col.tabulator-row-handle, .tabulator-col[tabulator-field=""] { width: 40px !important; @@ -255,17 +254,13 @@ max-width: 40px !important; } - /* ✅ Заголовок столбца с чекбоксами - более специфичные селекторы */ + /* ✅ Заголовок столбца с чекбоксами */ .tabulator-header .tabulator-col.tabulator-row-handle, .tabulator-header .tabulator-col[tabulator-field=""] { width: 40px !important; min-width: 40px !important; max-width: 40px !important; flex: 0 0 40px !important; - padding: 4px !important; - box-sizing: border-box !important; - height: auto !important; - line-height: normal !important; } /* ✅ Ячейки заголовка столбца с чекбоксами */ @@ -276,33 +271,15 @@ max-width: 40px !important; padding: 4px !important; box-sizing: border-box !important; - height: auto !important; - line-height: normal !important; - display: flex !important; - align-items: center !important; - justify-content: center !important; - } - - /* ✅ Контент внутри ячейки заголовка (чекбокс) */ - .tabulator-header .tabulator-cell.tabulator-row-handle > *, - .tabulator-header .tabulator-cell[tabulator-field=""] > * { - margin: 0 !important; - padding: 0 !important; } /* ✅ Ячейки столбца с чекбоксами */ - .tabulator-cell[tabulator-field=""], - .tabulator-row .tabulator-cell:first-child { + .tabulator-cell[tabulator-field=""] { width: 40px !important; min-width: 40px !important; max-width: 40px !important; padding: 4px !important; box-sizing: border-box !important; - height: auto !important; - line-height: normal !important; - display: flex !important; - align-items: center !important; - justify-content: center !important; } /* ✅ Чекбокс внутри ячейки */