1
0
mirror of https://github.com/chatopera/cosin.git synced 2025-08-01 16:38:02 +08:00

fix: sidebar collapse trigger style

Signed-off-by: Kaifuny <superbiger.github@gmail.com>
This commit is contained in:
Kaifuny 2023-07-21 17:32:37 +08:00
parent b153d22b04
commit 029ff8bef5

View File

@ -3,7 +3,7 @@ import { NLayout, NLayoutContent, NLayoutSider } from 'naive-ui'
</script> </script>
<template> <template>
<n-layout has-sider class="h-full"> <n-layout has-sider class="h-full">
<n-layout-sider bordered> <n-layout-sider bordered show-trigger="bar" collapse-mode="transform">
<slot></slot> <slot></slot>
</n-layout-sider> </n-layout-sider>
<n-layout-content content-style="padding: 10px"> <n-layout-content content-style="padding: 10px">