Skip to content

Commit

Permalink
[Optimization] Optimizing the background color of table data labels i…
Browse files Browse the repository at this point in the history
…n data development (#3093)
  • Loading branch information
yangzehan authored Jan 30, 2024
1 parent c1f96f0 commit 3243e9d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion dinky-web/src/pages/DataStudio/BottomContainer/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -300,7 +300,6 @@ const BottomContainer: React.FC<BottomContainerProps> = (props: any) => {
zIndex: 999,
height: height,
marginTop: 0,
backgroundColor: '#fff',
position: 'fixed',
bottom: VIEW.footerHeight
}}
Expand Down

0 comments on commit 3243e9d

Please sign in to comment.