Browse Source

Fix btns (#19564)

tags/1.4.0
GuanMu 5 months ago
parent
commit
a8b82d2b67
No account linked to committer's email address
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      web/app/(commonLayout)/datasets/Container.tsx

+ 1
- 1
web/app/(commonLayout)/datasets/Container.tsx View File

@@ -85,7 +85,7 @@ const Container = () => {

return (
<div ref={containerRef} className='scroll-container relative flex grow flex-col overflow-y-auto bg-background-body'>
<div className='sticky top-0 z-10 flex flex-wrap justify-between gap-y-2 bg-background-body px-12 pb-2 pt-4 leading-[56px]'>
<div className='sticky top-0 z-10 flex flex-wrap items-center justify-between gap-y-2 bg-background-body px-12 pb-2 pt-4 leading-[56px]'>
<TabSliderNew
value={activeTab}
onChange={newActiveTab => setActiveTab(newActiveTab)}

Loading…
Cancel
Save