This commit is contained in:
yangsy
2025-08-15 11:13:24 +08:00
parent 3230536899
commit ed30a71fea

View File

@@ -107,7 +107,7 @@ const selectDropdownOption = (key: string, option: DropdownOption) => {
</NFlex> </NFlex>
</NFlex> </NFlex>
</NLayoutHeader> </NLayoutHeader>
<NLayoutContent class="app-layout-content" :native-scrollbar="false" :content-style="{ padding: '8px' }"> <NLayoutContent class="app-layout-content" :content-style="{ padding: '8px' }">
<RouterView /> <RouterView />
</NLayoutContent> </NLayoutContent>
<NLayoutFooter bordered class="app-layout-footer" /> <NLayoutFooter bordered class="app-layout-footer" />