🎨
This commit is contained in:
parent
8ee4b180f9
commit
72b616a990
4 changed files with 4 additions and 3 deletions
|
|
@ -362,7 +362,7 @@ export default defineComponent({
|
|||
}
|
||||
|
||||
> .toggleActive,
|
||||
> .action > *,
|
||||
> .action > ::v-deep(*),
|
||||
> .menu {
|
||||
z-index: 1;
|
||||
width: var(--deckColumnHeaderHeight);
|
||||
|
|
|
|||
|
|
@ -2,6 +2,7 @@
|
|||
<XColumn v-if="deckStore.state.alwaysShowMainColumn || $route.name !== 'index'" :column="column" :is-stacked="isStacked">
|
||||
<template #header>
|
||||
<template v-if="pageInfo">
|
||||
<i :class="pageInfo.icon"></i>
|
||||
{{ pageInfo.title }}
|
||||
</template>
|
||||
</template>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue