generated from VLADIMIR/template_frontend
fix
This commit is contained in:
@@ -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; */
|
||||
|
||||
Reference in New Issue
Block a user