cfel-base-components 2.5.7 → 2.5.8

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "cfel-base-components",
3
- "version": "2.5.7",
3
+ "version": "2.5.8",
4
4
  "description": "cfel-base-components",
5
5
  "main": "/src/index.tsx",
6
6
  "types": "src/index.d.ts",
@@ -14,6 +14,12 @@
14
14
  align-items: center;
15
15
  margin: 10px 0px;
16
16
  }
17
+ .paginBoxNot {
18
+ display: flex;
19
+ justify-content: space-between;
20
+ align-items: center;
21
+ margin: 0px;
22
+ }
17
23
  .deviceTopTitle {
18
24
  display: flex;
19
25
  align-items: center;
@@ -547,7 +547,7 @@ export default function RoleInfo({
547
547
  ]
548
548
  }}
549
549
  />
550
- <div className='paginBox'>
550
+ <div className='paginBoxNot'>
551
551
  <span></span>
552
552
  <Pagination
553
553
  {...pagination}
@@ -702,7 +702,7 @@ export default function RoleInfo({
702
702
  }
703
703
  }}
704
704
  />
705
- <div className='paginBox'>
705
+ <div className='paginBoxNot'>
706
706
  <span></span>
707
707
  <Pagination {...policy?.pagination} />
708
708
  </div>