فهرست منبع

🐛 修复在不同纬度下tooltip的可见性

WanGxC 1 سال پیش
والد
کامیت
bedf7245c4

+ 1 - 1
src/views/adManage/sp/components/PopoverFilter.vue

@@ -104,7 +104,7 @@ onBeforeUnmount(() => {
                       <span class="text-gray-300 mx-1">|</span>
                       <span>{{ item.quantity }}</span>
                     </div>
-                    <el-tooltip offset="0" :show-arrow="false" effect="dark" :content="item.sku" placement="top-end">
+                    <el-tooltip offset="0" :show-arrow="false" effect="dark" :disabled="!item.sku" :content="item.sku" placement="top-end">
                       <div class="display-line">
                         ASIN:<span class="text-black">{{ item.asin }}</span>
                         <el-link

+ 1 - 1
src/views/adManage/sp/components/PopoverFilterTable.vue

@@ -363,7 +363,7 @@ onBeforeUnmount(() => {
               <span class="text-gray-300 mx-1">|</span>
               <span>{{ row.quantity }}</span>
             </div>
-            <el-tooltip offset="0" :show-arrow="false" effect="dark" :content="row.sku" placement="top-end">
+            <el-tooltip offset="0" :show-arrow="false" effect="dark" :disabled="!row.sku" :content="row.sku" placement="top-end">
               <div class="display-line">
                 ASIN:<span class="text-black">{{ row.asin }}</span>
                 <el-link