This commit is contained in:
2026-07-23 01:55:35 +07:00
parent e9e0d4e739
commit 9bcfe42683
4 changed files with 7 additions and 6 deletions
+3 -2
View File
@@ -200,7 +200,7 @@ async function deletePlace(place: Place) {
</script>
<template>
<div class="center-block-custom-big content-block">
<div class="center-block-custom-big">
<div class="places-container">
<div class="settings-block">
Точек: {{ scenario.story?.places?.length }}
@@ -309,7 +309,8 @@ async function deletePlace(place: Place) {
display: flex;
flex-flow: column nowrap;
overflow-y: auto;
padding: 20px 0;
margin-top: 70px;
padding: 20px;
height: calc(100vh - 150px);
/* border: 1px solid red; */