|
@@ -136,7 +136,7 @@ onBeforeUnmount(() => {
|
|
|
<div class="list-content">
|
|
|
<img :src="item.Image" class="list-item-image" />
|
|
|
<div>
|
|
|
- <el-tooltip effect="dark" :content="item.Title" placement="top-start">
|
|
|
+ <el-tooltip effect="dark" :content="item.Title" placement="top-start" :show-after="300">
|
|
|
<span class="list-item-title">{{ item.Title }}</span>
|
|
|
</el-tooltip>
|
|
|
<div>
|
|
@@ -174,7 +174,7 @@ onBeforeUnmount(() => {
|
|
|
<div class="list-content">
|
|
|
<img :src="item.Image" class="asin-list-item-image" />
|
|
|
<div>
|
|
|
- <el-tooltip effect="dark" :content="item.Title" placement="top-start">
|
|
|
+ <el-tooltip effect="dark" :content="item.Title" placement="top-start" :show-after="300">
|
|
|
<span class="list-item-title">{{ item.Title }}</span>
|
|
|
</el-tooltip>
|
|
|
<div>
|