diff --git a/src/components/PlaceBlock.vue b/src/components/PlaceBlock.vue
new file mode 100644
index 0000000..9c95d86
--- /dev/null
+++ b/src/components/PlaceBlock.vue
@@ -0,0 +1,119 @@
+
+
+
+
+
+
{{ place.code }}
+
{{ place.name }}
+
{{ place.text }}
+
+
+
+
+
+
+
+
+
+
+
+ Добавить улику
+
+
+
+
+
+
+
+
+
+
+ Добавить действие
+
+
+
+
+
+
+
+
+ Добавить ключ
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Добавить ключ
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/src/components/ScenariosEditorPage.vue b/src/components/ScenariosEditorPage.vue
index 8006d1e..0c67ce2 100644
--- a/src/components/ScenariosEditorPage.vue
+++ b/src/components/ScenariosEditorPage.vue
@@ -1,14 +1,15 @@
@@ -105,7 +162,74 @@ function uint8ToBase64(uint8Array: Uint8Array) {
- {{ scenario.story }}
+
+
+
+
+
+
+
+
+ Щелкните или перетащите файл в эту область для загрузки
+
+
+
+
+
+
+
+ Добавить улику
+
+
+
+
+
+
+
+
+
+
+ Добавить действие
+
+
+
+
+
+
+
+
+ Добавить ключ
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Добавить ключ
+
+
+
+
+
+
+
+
+
+ Добавить место
+
+
+
+
+
+
+
@@ -199,9 +323,8 @@ function uint8ToBase64(uint8Array: Uint8Array) {
.places-container {
display: flex;
- flex-direction: row;
- flex-wrap: wrap;
- justify-content: center;
+ flex-direction: column;
+ flex-wrap: nowrap;
overflow-y: auto;
padding: 40px 0;
height: calc(100vh - 150px - 40px);