From 6db196066ded8fc40ce76853d70e793a1ef69929 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=94=D0=BC=D0=B8=D1=82=D1=80=D0=B8=D0=B9=20=D0=A1=D0=BE?= =?UTF-8?q?=D0=BB=D0=BE=D0=B2=D1=8C=D0=B5=D0=B2?= Date: Mon, 15 Jun 2026 11:43:00 +0300 Subject: [PATCH] =?UTF-8?q?style(design):=20FINDING-001=20=E2=80=94=20?= =?UTF-8?q?=D1=87=D0=B8=D1=81=D0=BB=D0=BE=D0=B2=D1=8B=D0=B5=20=D0=BA=D0=BE?= =?UTF-8?q?=D0=BB=D0=BE=D0=BD=D0=BA=D0=B8=20=D1=81=D0=BB=D0=BE=D1=82=D0=BE?= =?UTF-8?q?=D0=B2=20(=D0=94=D0=BB=D0=B8=D1=82./=D0=9A=D1=80=D0=B5=D0=BD)?= =?UTF-8?q?=20=D0=BF=D0=BE=20=D0=BF=D1=80=D0=B0=D0=B2=D0=BE=D0=BC=D1=83=20?= =?UTF-8?q?=D0=BA=D1=80=D0=B0=D1=8E=20+=20tabular-nums?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../pcp-tgu-ui-service/src/styles/tgu-planning.css | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/services/pcp-tgu-ui-service/src/styles/tgu-planning.css b/services/pcp-tgu-ui-service/src/styles/tgu-planning.css index 10f26c9..54defa2 100644 --- a/services/pcp-tgu-ui-service/src/styles/tgu-planning.css +++ b/services/pcp-tgu-ui-service/src/styles/tgu-planning.css @@ -1099,6 +1099,8 @@ width: 100%; border-collapse: collapse; font-size: 0.78rem; + /* Моноширинные цифры — чтобы время, длительность и крен выравнивались по разрядам. */ + font-variant-numeric: tabular-nums; } .tgu-slots-table th, @@ -1109,6 +1111,14 @@ border-bottom: 1px solid var(--line); } +/* Числовые колонки (Длит., Крен) — по правому краю, чтобы значения сравнивались взглядом. */ +.tgu-slots-table th:nth-child(5), +.tgu-slots-table td:nth-child(5), +.tgu-slots-table th:nth-child(6), +.tgu-slots-table td:nth-child(6) { + text-align: right; +} + .tgu-slots-table thead th { position: sticky; top: 0;