Skip to content

Commit

Permalink
fix(pointcloud): Update attr list style
Browse files Browse the repository at this point in the history
  • Loading branch information
lijingchi committed Mar 22, 2023
1 parent 7d4d28d commit d26691e
Show file tree
Hide file tree
Showing 5 changed files with 32 additions and 27 deletions.

This file was deleted.

Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
8 changes: 5 additions & 3 deletions packages/lb-components/src/index.scss
Original file line number Diff line number Diff line change
Expand Up @@ -763,7 +763,7 @@ $hotkey-container-padding: 7px;
.svg {
width: 80px;
height: 100%;
color: #cccccc;
color: white;
display: flex;
justify-content: center;
align-items: center;
Expand Down Expand Up @@ -1283,7 +1283,8 @@ $hotkey-container-padding: 7px;
cursor: pointer;
}
.anticon-eye,
.anticon-caret-down {
.anticon-caret-down,
.anticon-eye-invisible {
margin-right: 8px;
}

Expand Down Expand Up @@ -1590,7 +1591,8 @@ $headerHeight: 40px;

&__followTop {
margin: 16px 0 0 0;
background-image: url('./assets/annotation/pointCloudTool/followTop.svg');
background-size: 36px;
background-image: url('./assets/annotation/pointCloudTool/followTopView.png');
}

&__top,
Expand Down
Loading

0 comments on commit d26691e

Please sign in to comment.