Skip to content

Commit

Permalink
feat(Tooltip): change tooltip arrow position
Browse files Browse the repository at this point in the history
close #230
  • Loading branch information
ZxBing0066 committed Jul 7, 2020
1 parent 759c4e9 commit eadeaec
Show file tree
Hide file tree
Showing 5 changed files with 162 additions and 49 deletions.
Expand Up @@ -99,7 +99,7 @@ exports[`LocaleProvider Slider 1`] = `
/>
</span>
<div
class="style__ContentWrap-sc-1vhz6mi-0 bzUuNw"
class="style__ContentWrap-sc-1vhz6mi-0 hUzzLg"
>
当前生效值为0,输入值为0
</div>
Expand Down Expand Up @@ -202,7 +202,7 @@ exports[`LocaleProvider Slider 2`] = `
/>
</span>
<div
class="style__ContentWrap-sc-1vhz6mi-0 bzUuNw"
class="style__ContentWrap-sc-1vhz6mi-0 hUzzLg"
>
当前生效值为0,输入值为0,输入合法
</div>
Expand Down Expand Up @@ -305,7 +305,7 @@ exports[`LocaleProvider Slider 3`] = `
/>
</span>
<div
class="style__ContentWrap-sc-1vhz6mi-0 bzUuNw"
class="style__ContentWrap-sc-1vhz6mi-0 hUzzLg"
>
current value is 0, input value is 0
</div>
Expand Down Expand Up @@ -408,7 +408,7 @@ exports[`LocaleProvider Slider 4`] = `
/>
</span>
<div
class="style__ContentWrap-sc-1vhz6mi-0 bzUuNw"
class="style__ContentWrap-sc-1vhz6mi-0 hUzzLg"
>
current value is 0, input value is 0, input is valid
</div>
Expand Down
10 changes: 5 additions & 5 deletions src/components/Slider/__tests__/__snapshots__/index.test.js.snap
Expand Up @@ -306,7 +306,7 @@ exports[`Slider numberInputTipFormatter 2`] = `
/>
</span>
<div
class="style__ContentWrap-sc-1vhz6mi-0 bzUuNw"
class="style__ContentWrap-sc-1vhz6mi-0 hUzzLg"
>
当前生效值为10,输入值为10
</div>
Expand Down Expand Up @@ -409,7 +409,7 @@ exports[`Slider numberInputTipFormatter 3`] = `
/>
</span>
<div
class="style__ContentWrap-sc-1vhz6mi-0 bzUuNw"
class="style__ContentWrap-sc-1vhz6mi-0 hUzzLg"
>
当前生效值为10,输入值为10
</div>
Expand Down Expand Up @@ -512,7 +512,7 @@ exports[`Slider numberInputTipFormatter 4`] = `
/>
</span>
<div
class="style__ContentWrap-sc-1vhz6mi-0 bzUuNw"
class="style__ContentWrap-sc-1vhz6mi-0 hUzzLg"
>
<span>
currentValue:
Expand Down Expand Up @@ -623,7 +623,7 @@ exports[`Slider numberInputTipFormatter 5`] = `
/>
</span>
<div
class="style__ContentWrap-sc-1vhz6mi-0 bzUuNw"
class="style__ContentWrap-sc-1vhz6mi-0 hUzzLg"
>
<span>
currentValue:
Expand Down Expand Up @@ -734,7 +734,7 @@ exports[`Slider numberInputTipFormatter 6`] = `
/>
</span>
<div
class="style__ContentWrap-sc-1vhz6mi-0 bzUuNw"
class="style__ContentWrap-sc-1vhz6mi-0 hUzzLg"
>
<span>
currentValue:
Expand Down

0 comments on commit eadeaec

Please sign in to comment.