style: format
This commit is contained in:
parent
da98aa1c7d
commit
8c665c727b
@ -18,11 +18,8 @@
|
|||||||
<n-layout bg="#f5f6fb" :style="`height: calc(100% - ${header.height ?? 60}px)`">
|
<n-layout bg="#f5f6fb" :style="`height: calc(100% - ${header.height ?? 60}px)`">
|
||||||
<AppTags v-if="tags.visible" :style="`height: ${tags.height ?? 50}px`" />
|
<AppTags v-if="tags.visible" :style="`height: ${tags.height ?? 50}px`" />
|
||||||
<AppMain
|
<AppMain
|
||||||
class="cus-scroll border-t bc-eee"
|
class="cus-scroll border-t bc-eee overflow-auto"
|
||||||
:style="{
|
:style="{ height: `calc(100% - ${tags.visible ? tags.height ?? 50 : 0}px)` }"
|
||||||
height: `calc(100% - ${tags.visible ? tags.height ?? 50 : 0}px)`,
|
|
||||||
overflow: 'auto',
|
|
||||||
}"
|
|
||||||
/>
|
/>
|
||||||
</n-layout>
|
</n-layout>
|
||||||
</n-layout>
|
</n-layout>
|
||||||
|
Loading…
Reference in New Issue
Block a user