Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
phsl
/
admin
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Members
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Unverified
Commit
7e715dd0
authored
Jan 15, 2025
by
芋道源码
Committed by
GitHub
Jan 15, 2025
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #119 from edgexie/patch-1
fix: Update useRenderLayout.tsx add tagsView.value when rendertop
parents
49fc9b54
d896996f
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
+1
-1
src/layout/components/useRenderLayout.tsx
+1
-1
No files found.
src/layout/components/useRenderLayout.tsx
View file @
7e715dd0
...
@@ -197,7 +197,7 @@ export const useRenderLayout = () => {
...
@@ -197,7 +197,7 @@ export const useRenderLayout = () => {
`${prefixCls}-content-scrollbar`
,
`${prefixCls}-content-scrollbar`
,
{
{
'!h-[calc(100%-var(--tags-view-height))] mt-[calc(var(--tags-view-height))]'
:
'!h-[calc(100%-var(--tags-view-height))] mt-[calc(var(--tags-view-height))]'
:
fixedHeader
.
value
fixedHeader
.
value
&&
tagsView
.
value
}
}
]
}
]
}
>
>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment