18 lines
288 B
Vue
18 lines
288 B
Vue
<style scoped>
|
|
|
|
.indexblock {
|
|
|
|
display: flex; flex-direction: column; gap: 1.2rem;
|
|
|
|
}
|
|
|
|
</style>
|
|
|
|
<template>
|
|
<div class="indexblock">
|
|
<IndexTitleblock />
|
|
<IndexCalblock />
|
|
<IndexCycleblock />
|
|
<IndexQuestionblock />
|
|
</div>
|
|
</template> |