Skip to content

Commit

Permalink
fix: 格式化代码
Browse files Browse the repository at this point in the history
  • Loading branch information
syb01094648 committed Nov 27, 2023
1 parent e823452 commit d0d967a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -246,7 +246,7 @@ export function OfficialLayerControl() {
>
<CaretRightOutlined
style={{
transform: hideOfficeLayer ? 'rotate(180deg)' : undefined,
transform: hideOfficeLayer ? 'rotate(-180deg)' : undefined,
}}
/>
</div>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@ const useStyle = () => {
justify-content: center;
background: ${colorBgElevated};
border-radius: 4px;
// border-bottom-left-radius: 4px;
cursor: pointer;
font-size: 16px;
z-index: 2;
Expand Down

0 comments on commit d0d967a

Please sign in to comment.