style: Misspelling
This commit is contained in:
@@ -70,7 +70,7 @@ export default defineComponent({
|
||||
@prefix-cls: ~'@{namespace}-layout';
|
||||
|
||||
.@{prefix-cls} {
|
||||
background-color: var(--app-contnet-bg-color);
|
||||
background-color: var(--app-content-bg-color);
|
||||
:deep(.@{elNamespace}-scrollbar__view) {
|
||||
height: 100% !important;
|
||||
}
|
||||
|
||||
@@ -22,7 +22,7 @@ const getCaches = computed((): string[] => {
|
||||
<template>
|
||||
<section
|
||||
:class="[
|
||||
'p-[var(--app-content-padding)] w-[100%] bg-[var(--app-contnet-bg-color)] dark:bg-[var(--el-bg-color)]',
|
||||
'p-[var(--app-content-padding)] w-[100%] bg-[var(--app-content-bg-color)] dark:bg-[var(--el-bg-color)]',
|
||||
{
|
||||
'!min-h-[calc(100%-var(--app-footer-height))]':
|
||||
fixedHeader && (layout === 'classic' || layout === 'topLeft') && footer,
|
||||
|
||||
Reference in New Issue
Block a user