From 7d0e7ef9fe4c23539caf38cd63e77832cd8b96ac Mon Sep 17 00:00:00 2001 From: Fedorov Vladimir Date: Tue, 27 Jan 2026 00:19:43 +0700 Subject: [PATCH] fixes --- src/components/EditorWindow.vue | 75 ++++++++++++++++++--------------- 1 file changed, 41 insertions(+), 34 deletions(-) diff --git a/src/components/EditorWindow.vue b/src/components/EditorWindow.vue index d840663..26ac432 100644 --- a/src/components/EditorWindow.vue +++ b/src/components/EditorWindow.vue @@ -282,45 +282,47 @@ function showGraph(show: boolean) {
-

Редактирование точки

-
- - -
-
- -
-
-

Приложения: {{ selectedNode.applications.length }} - -

-
- - +
+

Редактирование точки

+
+ -
-
-
-

Ссылки: {{ selectedNode.links.length }}

-
-
- - {{ nodeHeader(node) }} +
+ +
+
+

Приложения: {{ selectedNode.applications.length }} + +

+
+ +
-
-
-
- +

Ссылки: {{ selectedNode.links.length }}

+
+
+ - {{ nodeHeader(node) }} +
+
-
- - -
-
-
- +
+
+ +
+
+
+ + +
+
+
+ +
@@ -422,7 +424,12 @@ function showGraph(show: boolean) { max-height: calc(100vh - 200px); } -.scroll-y::-webkit-scrollbar { +.scroll-y-right { + overflow-y: auto; + max-height: calc(100vh - 70px); +} + +.scroll-y::-webkit-scrollbar, .scroll-y-right::-webkit-scrollbar { display: none; }