Skip to content

Commit

Permalink
fix: 卷帘、图例控件样式问题 (#119)
Browse files Browse the repository at this point in the history
* fix: 样式问题处理

* style: 样式调整

---------

Co-authored-by: yxh01132861 <[email protected]>
Co-authored-by: yunji <[email protected]>
  • Loading branch information
3 people authored Jan 9, 2024
1 parent c9e4a31 commit 72c2de1
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 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: 0 12px 5px;
font-size: 13px;
border-bottom: ${colorBorder} solid 1px;
`,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,10 @@ const useStyle = () => {

return {
l7swipe: css`
color: #fff;
.l7-control-swipe__button {
color: ${colorText};
color: #fff;
background-color: ${colorPrimary};
border: #fff solid 2px;
border-radius: ${borderRadius}px;
Expand Down Expand Up @@ -55,8 +57,8 @@ const useStyle = () => {
`,

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

0 comments on commit 72c2de1

Please sign in to comment.