|
|
@@ -3,7 +3,7 @@
|
|
|
<div class="topTableHeight">
|
|
|
<a-table
|
|
|
:columns="columns"
|
|
|
- :class="['srcollYTable', isBottom ? 'secondTabTable' : 'secondTabTableNoBottom']"
|
|
|
+ :class="['srcollYTable', isBottom ? 'secondTabTable' : 'secondTabTableNoBottom', getQuoteList().length ? 'noPlaceHolder' : 'hasPlaceHolder']"
|
|
|
:scroll="{ x: '100%', y: isBottom ? 'calc(100vh- 407px)' : 'calc(100vh - 167px)' }"
|
|
|
:pagination="false"
|
|
|
:loading="loading"
|
|
|
@@ -120,4 +120,7 @@ export default defineComponent({
|
|
|
});
|
|
|
</script>
|
|
|
<style lang="less">
|
|
|
+.noData {
|
|
|
+ .position(absolute, 28px, 0, 0, 0);
|
|
|
+}
|
|
|
</style>
|