generated from VLADIMIR/template_frontend
fix
This commit is contained in:
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
Vendored
+2
-2
@@ -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>
|
||||||
|
|||||||
@@ -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; */
|
||||||
|
|||||||
Reference in New Issue
Block a user