Skip to content

Commit

Permalink
fix: 修复[Table] ellipsisTitle优先级低于ellipsis的问题 (#1408)
Browse files Browse the repository at this point in the history
  • Loading branch information
Tomaolala authored Sep 5, 2022
1 parent 2aa42e7 commit 9b78408
Show file tree
Hide file tree
Showing 5 changed files with 1,549 additions and 457 deletions.
30 changes: 23 additions & 7 deletions src/config-provider/__tests__/__snapshots__/demo.test.js.snap
Original file line number Diff line number Diff line change
Expand Up @@ -3571,7 +3571,9 @@ exports[`ConfigProvider ConfigProvider tableVue demo works fine 1`] = `
<div
class="t-table__cell--title"
>
<div>
<div
class="t-table__ellipsis t-text-ellipsis"
>
Type
</div>
<div
Expand Down Expand Up @@ -3635,7 +3637,9 @@ exports[`ConfigProvider ConfigProvider tableVue demo works fine 1`] = `
<div
class="t-table__cell--title"
>
<div>
<div
class="t-table__ellipsis t-text-ellipsis"
>
Platform
</div>
<div
Expand Down Expand Up @@ -3676,7 +3680,9 @@ exports[`ConfigProvider ConfigProvider tableVue demo works fine 1`] = `
<div
class="t-table__cell--title"
>
<div>
<div
class="t-table__ellipsis t-text-ellipsis"
>
Property
</div>
<div
Expand Down Expand Up @@ -3807,7 +3813,11 @@ exports[`ConfigProvider ConfigProvider tableVue demo works fine 1`] = `
>
<div
class="t-table__th-cell-inner"
/>
>
<div
class="t-table__ellipsis t-text-ellipsis"
/>
</div>
</th>
<th
class="t-table__th-type"
Expand All @@ -3822,7 +3832,9 @@ exports[`ConfigProvider ConfigProvider tableVue demo works fine 1`] = `
<div
class="t-table__cell--title"
>
<div>
<div
class="t-table__ellipsis t-text-ellipsis"
>
Type
</div>
<div
Expand Down Expand Up @@ -3886,7 +3898,9 @@ exports[`ConfigProvider ConfigProvider tableVue demo works fine 1`] = `
<div
class="t-table__cell--title"
>
<div>
<div
class="t-table__ellipsis t-text-ellipsis"
>
Platform
</div>
<div
Expand Down Expand Up @@ -3927,7 +3941,9 @@ exports[`ConfigProvider ConfigProvider tableVue demo works fine 1`] = `
<div
class="t-table__cell--title"
>
<div>
<div
class="t-table__ellipsis t-text-ellipsis"
>
Property
</div>
<div
Expand Down
Loading

0 comments on commit 9b78408

Please sign in to comment.