idux icon indicating copy to clipboard operation
idux copied to clipboard

feat(comp:tooltip,comp:tree,comp:tree-select): add offset prop

Open liuzaijiang opened this issue 3 years ago • 3 comments

PR Checklist

Please check if your PR fulfills the following requirements:

  • [ ] The commit message follows our guidelines
  • [ ] Tests for the changes have been added/updated or not needed
  • [ ] Docs and demo have been added/updated or not needed

What is the current behavior?

What is the new behavior?

Other information

liuzaijiang avatar Aug 06 '22 03:08 liuzaijiang

This preview will be available after the AzureCI is passed.

idux-bot[bot] avatar Aug 06 '22 03:08 idux-bot[bot]

Codecov Report

Merging #1060 (235c29f) into main (dc40ed9) will increase coverage by 0.00%. The diff coverage is 100.00%.

:exclamation: Current head 235c29f differs from pull request most recent head 4ffc028. Consider uploading reports for the commit 4ffc028 to get more accurate results

@@           Coverage Diff           @@
##             main    #1060   +/-   ##
=======================================
  Coverage   93.64%   93.64%           
=======================================
  Files         314      314           
  Lines       30220    30228    +8     
  Branches     3547     3547           
=======================================
+ Hits        28299    28307    +8     
  Misses       1921     1921           
Impacted Files Coverage Δ
packages/components/_private/overlay/src/types.ts 100.00% <100.00%> (ø)
packages/components/config/src/defaultConfig.ts 100.00% <100.00%> (ø)
packages/components/config/src/types.ts 100.00% <100.00%> (ø)
packages/components/select/src/Select.tsx 89.27% <100.00%> (-0.10%) :arrow_down:
packages/components/select/src/types.ts 100.00% <100.00%> (ø)
packages/components/tooltip/src/types.ts 100.00% <100.00%> (ø)
...ckages/components/tooltip/src/useTooltipOverlay.ts 100.00% <100.00%> (ø)
packages/components/tree-select/src/TreeSelect.tsx 95.56% <100.00%> (-0.05%) :arrow_down:
packages/components/tree-select/src/types.ts 99.42% <100.00%> (+0.01%) :arrow_up:

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

codecov[bot] avatar Aug 06 '22 03:08 codecov[bot]

不带箭头的 0,4 带箭头的 0,8

danranVm avatar Aug 08 '22 02:08 danranVm