|
@@ -18,9 +18,6 @@ const props = defineProps({
|
|
|
});
|
|
|
const { rowData, title } = props;
|
|
|
|
|
|
-const heightObj = { topBar: 50, cardMargin: 8, cardPadding: 20 };
|
|
|
-const { tableHeight } = useTableHeight(heightObj);
|
|
|
-
|
|
|
|
|
|
</script>
|
|
|
|
|
@@ -34,7 +31,7 @@ const { tableHeight } = useTableHeight(heightObj);
|
|
|
direction="btt"
|
|
|
size="85%"
|
|
|
style="background-color:#F3F4FB;">
|
|
|
- <div class="sticky top-0" style="background-color:#F3F4FB; min-height: 20px; z-index: 999"></div>
|
|
|
+ <div class="sticky top-0" style="background-color:#F3F4FB; min-height: 20px; z-index: 99"></div>
|
|
|
<div class="px-5">
|
|
|
<PriceChart :asin="rowData.asin" :country="rowData.country_code" />
|
|
|
<DataTable :asin="rowData.asin" :country="rowData.country_code" />
|