generated from VLADIMIR/template_frontend
add places count
This commit is contained in:
@@ -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