|
@@ -210,8 +210,11 @@
|
|
|
</div>
|
|
</div>
|
|
|
|
|
|
|
|
<div :class="'d-flex flex-column' + (listview ? ' flex-grow-1' : '')">
|
|
<div :class="'d-flex flex-column' + (listview ? ' flex-grow-1' : '')">
|
|
|
|
|
+
|
|
|
<v-card-title class="title">
|
|
<v-card-title class="title">
|
|
|
- {{ structure.name }}
|
|
|
|
|
|
|
+ <nuxt-link :to="{path: '/structures/' + structure.id, query: { parent: parent, view: view, theme: theme }}">
|
|
|
|
|
+ {{ structure.name }}
|
|
|
|
|
+ </nuxt-link>
|
|
|
</v-card-title>
|
|
</v-card-title>
|
|
|
|
|
|
|
|
<v-card-text class="infos">
|
|
<v-card-text class="infos">
|
|
@@ -282,7 +285,7 @@
|
|
|
v-model="page"
|
|
v-model="page"
|
|
|
:length="pageCount"
|
|
:length="pageCount"
|
|
|
total-visible="9"
|
|
total-visible="9"
|
|
|
- color="#e4611b"
|
|
|
|
|
|
|
+ color="primary"
|
|
|
/>
|
|
/>
|
|
|
</template>
|
|
</template>
|
|
|
</v-data-iterator>
|
|
</v-data-iterator>
|
|
@@ -584,6 +587,10 @@ export default Vue.extend({
|
|
|
line-height: 1.6rem;
|
|
line-height: 1.6rem;
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
|
|
+ .title a {
|
|
|
|
|
+ text-decoration: none;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
.icon {
|
|
.icon {
|
|
|
color: var(--v-primary-base);
|
|
color: var(--v-primary-base);
|
|
|
}
|
|
}
|