Skip to content

Commit

Permalink
feat: px → PX
Browse files Browse the repository at this point in the history
  • Loading branch information
xiexiejie authored and NeverEllipsis committed Nov 14, 2024
1 parent 8953789 commit 98a10f4
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions packages/bui-core/src/Popover/index.en-US.md
Original file line number Diff line number Diff line change
Expand Up @@ -250,8 +250,8 @@ export default () => {

| attribute | explain | Default value | global variable |
| -------------------- | ------------------------------ | ------------- | -------------------------------- |
| --arrow-size | ARROW size | 8px | --bui-popover-arrow-size |
| --localtion-position | Arrow Position | 5px | --bui-popover-localtion-position |
| --arrow-size | ARROW size | 8PX | --bui-popover-arrow-size |
| --localtion-position | Arrow Position | 8PX | --bui-popover-localtion-position |
| --max-width | Maximum width | 350px | --bui-popover-max-width |
| --content-min-width | Minimum width of content area | 30px | --bui-popover-content-min-width |
| --content-min-height | Minimum height of content area | 32px | --bui-popover-content-min-height |
Expand Down
4 changes: 2 additions & 2 deletions packages/bui-core/src/Popover/index.zh-CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -250,8 +250,8 @@ export default () => {

| 属性 | 说明 | 默认值 | 全局变量 |
| -------------------- | ---------------- | ------- | -------------------------------- |
| --arrow-size | 箭头大小 | 8px | --bui-popover-arrow-size |
| --localtion-position | 箭头位置 | 5px | --bui-popover-localtion-position |
| --arrow-size | 箭头大小 | 8PX | --bui-popover-arrow-size |
| --localtion-position | 箭头位置 | 8PX | --bui-popover-localtion-position |
| --max-width | 最大宽度 | 350px | --bui-popover-max-width |
| --content-min-width | 内容区域最小宽度 | 30px | --bui-popover-content-min-width |
| --content-min-height | 内容区域最小高度 | 32px | --bui-popover-content-min-height |
Expand Down
4 changes: 2 additions & 2 deletions packages/bui-core/src/Tooltip/index.en-US.md
Original file line number Diff line number Diff line change
Expand Up @@ -231,8 +231,8 @@ export default () => {

| attribute | explain | Default value | global variable |
| -------------------- | ------------------------------ | ------------- | -------------------------------- |
| --arrow-size | ARROW size | 8px | --bui-tooltip-arrow-size |
| --localtion-position | Arrow Position | 8px | --bui-tooltip-localtion-position |
| --arrow-size | ARROW size | 8PX | --bui-tooltip-arrow-size |
| --localtion-position | Arrow Position | 8PX | --bui-tooltip-localtion-position |
| --max-width | Maximum width | 350px | --bui-tooltip-max-width |
| --content-min-width | Minimum width of content area | 30px | --bui-tooltip-content-min-width |
| --content-min-height | Minimum height of content area | 32px | --bui-tooltip-content-min-height |
Expand Down
4 changes: 2 additions & 2 deletions packages/bui-core/src/Tooltip/index.zh-CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -231,8 +231,8 @@ export default () => {

| 属性 | 说明 | 默认值 | 全局变量 |
| -------------------- | ---------------- | ------- | -------------------------------- |
| --arrow-size | 箭头大小 | 8px | --bui-tooltip-arrow-size |
| --localtion-position | 箭头位置 | 8px | --bui-tooltip-localtion-position |
| --arrow-size | 箭头大小 | 8PX | --bui-tooltip-arrow-size |
| --localtion-position | 箭头位置 | 8PX | --bui-tooltip-localtion-position |
| --max-width | 最大宽度 | 350px | --bui-tooltip-max-width |
| --content-min-width | 内容区域最小宽度 | 30px | --bui-tooltip-content-min-width |
| --content-min-height | 内容区域最小高度 | 32px | --bui-tooltip-content-min-height |
Expand Down

0 comments on commit 98a10f4

Please sign in to comment.