Skip to content

Commit

Permalink
improve(ui): cusor style for DateRanger
Browse files Browse the repository at this point in the history
  • Loading branch information
dengfuping committed Dec 11, 2024
1 parent 28eb6b6 commit d4a6136
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions packages/design/src/card/demo/grid.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ const App: React.FC = () => (
<Card.Grid style={gridStyle}>Content</Card.Grid>
<Card.Grid style={gridStyle}>Content</Card.Grid>
<Card.Grid style={gridStyle}>Content</Card.Grid>
<Card.Grid style={gridStyle}>Content</Card.Grid>
</Card>
);

Expand Down
1 change: 1 addition & 0 deletions packages/ui/src/DateRanger/index.less
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
@prefix: ob-date-ranger;

.@{prefix} {
cursor: pointer;
.@{prefix}-wrapper {
border: 1px solid @colorBorder;
border-radius: 4px 0 0 4px;
Expand Down

0 comments on commit d4a6136

Please sign in to comment.