From 795f3699472af8a107ef363e41fea3db12ed24a5 Mon Sep 17 00:00:00 2001 From: DCCONSTRUCTIONS Date: Fri, 8 May 2026 17:55:42 +0300 Subject: [PATCH] =?UTF-8?q?UI=20-=20=D0=9C=D0=95=D0=96=D0=9F=D0=A0=D0=9E?= =?UTF-8?q?=D0=95=D0=9A=D0=A2=D0=9D=D0=90=D0=AF=20=D0=9A=D0=9E=D0=9C=D0=9C?= =?UTF-8?q?=D0=A3=D0=9D=D0=98=D0=9A=D0=90=D0=A6=D0=98=D0=AF:=20=D0=90?= =?UTF-8?q?=D0=94=D0=9C=D0=98=D0=9D=D0=9A=D0=90=20=D0=9B=D0=90=D0=A3=D0=9D?= =?UTF-8?q?=D0=A7=D0=95=D0=A0=D0=90?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/styles/globals.css | 46 +++++++++++-- src/widgets/admin-overlay/AdminOverlay.tsx | 80 ++++++++-------------- 2 files changed, 68 insertions(+), 58 deletions(-) diff --git a/src/styles/globals.css b/src/styles/globals.css index 4214062..c0d0593 100644 --- a/src/styles/globals.css +++ b/src/styles/globals.css @@ -2238,11 +2238,11 @@ code { } .services-admin-table th:nth-child(1) { - width: 24%; + width: 23%; } .services-admin-table th:nth-child(2) { - width: 13%; + width: 12%; } .services-admin-table th:nth-child(3) { @@ -2250,7 +2250,7 @@ code { } .services-admin-table th:nth-child(4) { - width: 25%; + width: 27%; } .services-admin-table th:nth-child(5) { @@ -2303,6 +2303,9 @@ code { padding: 0.18rem 0.35rem; font-size: 0.78rem; font-weight: 600; + overflow: hidden; + text-overflow: ellipsis; + white-space: nowrap; } .admin-table-input:hover, @@ -2633,13 +2636,44 @@ code { text-align: right; } +.services-admin-table th:nth-child(4), +.services-admin-table td.services-admin-table__launch { + padding-left: 1.35rem; +} + .services-admin-table__edit { - width: 2.35rem; - min-width: 2.35rem; - height: 2.35rem; + width: 1.9rem; + min-width: 1.9rem; + height: 1.9rem; margin-left: auto; } +.admin-icon-action { + border: 0; + background: transparent !important; + color: rgba(255, 255, 255, 0.62); + box-shadow: none; +} + +.admin-icon-action:hover, +.admin-icon-action:focus-visible { + border: 0; + background: transparent !important; + color: var(--text-primary); + outline: none; +} + +.admin-icon-action svg { + width: 80%; + height: 80%; +} + +.invite-icon-action { + width: 1.9rem; + min-width: 1.9rem; + height: 1.9rem; +} + .services-admin-table__drag-cell { text-align: right; } diff --git a/src/widgets/admin-overlay/AdminOverlay.tsx b/src/widgets/admin-overlay/AdminOverlay.tsx index 0fd85b8..1d62205 100644 --- a/src/widgets/admin-overlay/AdminOverlay.tsx +++ b/src/widgets/admin-overlay/AdminOverlay.tsx @@ -1230,10 +1230,10 @@ function ServicesSection({ function ServiceTableColGroup() { return ( - - + - + + @@ -1316,7 +1316,7 @@ function ServiceTableCells({ onChange={(status) => onUpdateService(service.id, { status })} /> - + - - + + @@ -1865,10 +1870,6 @@ function ClientEditorModal({ Email update("contactEmail", event.target.value || null)} /> -
- Демо до - update("demoEndsAt", value)} /> -
Договор с Оплачено до update("paidUntil", value)} />
+
+ Демо до + update("demoEndsAt", value)} /> +