This commit is contained in:
2026-01-11 15:45:37 +00:00
parent abcad8247f
commit 77a7c3250e
2 changed files with 2 additions and 3 deletions

View File

@@ -28,8 +28,7 @@ const parentPath = computed(() => {
<style scoped>
.left {
width: 5vw;
position: sticky;
position: fixed;
top: 0;
left: 0;
}