Skip to content

Commit

Permalink
chore(pagination): 规范代码结构(#3047)
Browse files Browse the repository at this point in the history
  • Loading branch information
wanjinping committed Nov 18, 2024
1 parent dc6ff81 commit 2dc4a43
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .changeset/brown-clouds-deny.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
"@hi-ui/pagination": patch
"@hi-ui/hiui": patch
"@hi-ui/pagination": minor
"@hi-ui/hiui": minor
---

feat(pagination): 设置尺寸(#3047)
2 changes: 0 additions & 2 deletions packages/ui/pagination/src/styles/pagination.scss
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ $prefix: '#{$component-prefix}-pagination' !default;
.#{$prefix},
.#{$prefix}-mini {
display: flex;
// font-size: use-text-size("normal");
align-items: center;
color: use-color('gray', 600);
user-select: none;
Expand Down Expand Up @@ -153,7 +152,6 @@ $input-pagination-prefix: '#{$component-prefix}-pagination-mini' !default;
height: auto;
min-height: 24px;
box-sizing: border-box;
// font-size: use-text-size("normal");
outline: none;

$this: &;
Expand Down

0 comments on commit 2dc4a43

Please sign in to comment.