update css

This commit is contained in:
2026-07-30 02:10:12 +07:00
parent c51cfe0620
commit f88818dbf9
16 changed files with 126 additions and 168 deletions
+2 -6
View File
@@ -37,7 +37,7 @@ getScenario(Number(scenarioId))
<template>
<div class="center-block-custom">
<div class="scenario-container">
<div class="width700">
<div class="scenario-title">
{{ scenario.name }}
</div>
@@ -47,7 +47,7 @@ getScenario(Number(scenarioId))
</div>
<div class="scenario-author">
<n-tag :bordered="false" type="success" class="status-block">Автор: {{ scenario.author?.username
}}</n-tag>
}}</n-tag>
</div>
</div>
</div>
@@ -56,10 +56,6 @@ getScenario(Number(scenarioId))
</template>
<style scoped>
.scenario-container {
padding: 20px;
}
.scenario-title {
font-size: 24px;
margin-bottom: 10px;