generated from VLADIMIR/template_frontend
add places count
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">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<title>Вечерний детектив</title>
|
||||
<script type="module" crossorigin src="/assets/index-DdLPyQww.js"></script>
|
||||
<link rel="stylesheet" crossorigin href="/assets/index-B2qwQWfN.css">
|
||||
<script type="module" crossorigin src="/assets/index-fNO4MVHN.js"></script>
|
||||
<link rel="stylesheet" crossorigin href="/assets/index-DYOtYLNc.css">
|
||||
</head>
|
||||
<body>
|
||||
<div id="app"></div>
|
||||
|
||||
@@ -195,7 +195,7 @@ function onCreateKey(): Key {
|
||||
<style scoped>
|
||||
.place-block-hover,
|
||||
.place-block {
|
||||
margin: 10px 5px;
|
||||
margin: 10px 0;
|
||||
padding: 20px;
|
||||
border-radius: 10px;
|
||||
border: 1px solid #444;
|
||||
|
||||
@@ -196,6 +196,7 @@ async function deletePlace(place: Place) {
|
||||
<div class="center-block-custom-big content-block">
|
||||
<div class="places-container">
|
||||
<div class="settings-block">
|
||||
Точек: {{ scenario.story?.places?.length }}
|
||||
<n-button quaternary @click="showSettingsScenarioModal = true" class="settings-button">
|
||||
<Icon class="settings-icon">
|
||||
<Settings />
|
||||
|
||||
Reference in New Issue
Block a user