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