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
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
+2 -2
View File
@@ -5,8 +5,8 @@
<link rel="icon" href="/favicon.ico"> <link rel="icon" href="/favicon.ico">
<meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Вечерний детектив</title> <title>Вечерний детектив</title>
<script type="module" crossorigin src="/assets/index-D_LAYSBQ.js"></script> <script type="module" crossorigin src="/assets/index-BWJYHkKx.js"></script>
<link rel="stylesheet" crossorigin href="/assets/index-CuDfXOXi.css"> <link rel="stylesheet" crossorigin href="/assets/index-DEZbkC4o.css">
</head> </head>
<body> <body>
<div id="app"></div> <div id="app"></div>
+3 -2
View File
@@ -200,7 +200,7 @@ async function deletePlace(place: Place) {
</script> </script>
<template> <template>
<div class="center-block-custom-big content-block"> <div class="center-block-custom-big">
<div class="places-container"> <div class="places-container">
<div class="settings-block"> <div class="settings-block">
Точек: {{ scenario.story?.places?.length }} Точек: {{ scenario.story?.places?.length }}
@@ -309,7 +309,8 @@ async function deletePlace(place: Place) {
display: flex; display: flex;
flex-flow: column nowrap; flex-flow: column nowrap;
overflow-y: auto; overflow-y: auto;
padding: 20px 0; margin-top: 70px;
padding: 20px;
height: calc(100vh - 150px); height: calc(100vh - 150px);
/* border: 1px solid red; */ /* border: 1px solid red; */