Убрал rollupOptions из vite.config. Убрал equipments. Скорректировал route. Декомпозировал EdgeDetailPage.

This commit is contained in:
Первов Артем
2026-06-21 03:08:35 +03:00
parent 31add10e56
commit 61ab9eb37a
17 changed files with 238 additions and 317 deletions

View File

@@ -146,23 +146,12 @@
}
.workspace--archive,
.workspace--equipment,
.workspace--electrical {
display: flex;
flex-direction: column;
overflow: auto;
}
.workspace--equipment {
overflow: hidden;
padding: 14px;
}
.workspace--equipment .topbar {
flex: 0 0 auto;
margin-bottom: 12px;
}
.topbar {
display: flex;
justify-content: space-between;