mirror of
https://gitee.com/vant-contrib/vant.git
synced 2025-04-06 03:57:59 +08:00
fix(TextEllipsis): dots repeated (#12120)
* fix(TextEllipsis): dots repeated * feat(text-ellipsis): snapshot error
This commit is contained in:
parent
3326547cf1
commit
49e1e9f73e
@ -129,7 +129,6 @@ export default defineComponent({
|
|||||||
return (
|
return (
|
||||||
content.slice(0, leftPart[1]) +
|
content.slice(0, leftPart[1]) +
|
||||||
dots +
|
dots +
|
||||||
dots +
|
|
||||||
content.slice(rightPart[1], end)
|
content.slice(rightPart[1], end)
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
@ -35,7 +35,7 @@ exports[`should render demo and match snapshot 1`] = `
|
|||||||
</div>
|
</div>
|
||||||
<div>
|
<div>
|
||||||
<div class="van-text-ellipsis">
|
<div class="van-text-ellipsis">
|
||||||
......
|
...
|
||||||
<span class="van-text-ellipsis__action">
|
<span class="van-text-ellipsis__action">
|
||||||
expand
|
expand
|
||||||
</span>
|
</span>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user