This commit is contained in:
2024-05-09 18:55:22 +08:00
parent 1ad42cf661
commit 57b8f94d3e
10 changed files with 21 additions and 10 deletions

View File

@@ -67,7 +67,7 @@ export default defineComponent({
</script>
<style lang="scss" scoped>
$prefix-cls: #{$namespace}-layout;
$prefix-cls: v-layout;
.#{$prefix-cls} {
background-color: var(--app-content-bg-color);