vzhled drobné úpravy - smazáno zbytečné summary
This commit is contained in:
parent
262aa65ffc
commit
7d21da0a8f
2 changed files with 1 additions and 9 deletions
|
@ -54,11 +54,5 @@ export default {
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
<style>
|
<style>
|
||||||
#app {
|
@import '../../mamweb/static/css/mamweb.css';
|
||||||
font-family: Avenir, Helvetica, Arial, sans-serif;
|
|
||||||
-webkit-font-smoothing: antialiased;
|
|
||||||
-moz-osx-font-smoothing: grayscale;
|
|
||||||
color: #2c3e50;
|
|
||||||
margin-top: 60px;
|
|
||||||
}
|
|
||||||
</style>
|
</style>
|
||||||
|
|
|
@ -1,10 +1,8 @@
|
||||||
<template>
|
<template>
|
||||||
<summary>
|
|
||||||
<div class="cislonode">
|
<div class="cislonode">
|
||||||
<!--pre>CisloNode {{item}} {{typeof(item)}}</pre-->
|
<!--pre>CisloNode {{item}} {{typeof(item)}}</pre-->
|
||||||
<h1>{{ item.node.cislo.poradi }}. číslo</h1>
|
<h1>{{ item.node.cislo.poradi }}. číslo</h1>
|
||||||
</div>
|
</div>
|
||||||
</summary>
|
|
||||||
</template>
|
</template>
|
||||||
|
|
||||||
<script>
|
<script>
|
||||||
|
|
Loading…
Reference in a new issue