Skip to content

Commit

Permalink
Merge pull request #883 from oceanbase/dengfuping-dev
Browse files Browse the repository at this point in the history
improve(ui): cusor style for DateRanger
dengfuping authored Dec 11, 2024
2 parents b0dbdd2 + d4a6136 commit 2d12011
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
@@ -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>
);

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

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

0 comments on commit 2d12011

Please sign in to comment.