Skip to content

Commit

Permalink
fix: 样式问题处理
Browse files Browse the repository at this point in the history
  • Loading branch information
yxh01132861 committed Jan 9, 2024
1 parent c9e4a31 commit 08fcd76
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,7 @@ const useStyle = () => {
`,

popoverHeaderTitle: css`
margin-bottom: 5px;
padding: 2px 12px;
padding: 2px 12px 5px;
font-size: 13px;
border-bottom: ${colorBorder} solid 1px;
`,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -55,8 +55,7 @@ const useStyle = () => {
`,

popoverHeaderTitle: css`
margin-bottom: 5px;
padding: 2px 12px;
padding: 2px 12px 5px;
font-size: 13px;
border-bottom: ${colorBorder} solid 1px;
`,
Expand Down

0 comments on commit 08fcd76

Please sign in to comment.