style: add layout background color
This commit is contained in:
parent
b0603199a5
commit
9b614fe892
|
@ -67,7 +67,12 @@ export default defineComponent({
|
|||
</script>
|
||||
|
||||
<style lang="less" scoped>
|
||||
:deep(.@{elNamespace}-scrollbar__view) {
|
||||
height: 100% !important;
|
||||
@prefix-cls: ~'@{namespace}-layout';
|
||||
|
||||
.@{prefix-cls} {
|
||||
background-color: var(--app-contnet-bg-color);
|
||||
:deep(.@{elNamespace}-scrollbar__view) {
|
||||
height: 100% !important;
|
||||
}
|
||||
}
|
||||
</style>
|
||||
|
|
Loading…
Reference in New Issue