marymelisa 4 anni fa
parent
commit
5117741af4

+ 2 - 2
src/assets/styles/mixin.less

@@ -2066,7 +2066,7 @@ input:-internal-autofill-selected {
     .secondTabTable {
         .ant-table {
             .ant-table-body {
-                min-height: calc(100vh - 405px);
+                min-height: calc(100vh - 407px);
                 background: @m-black2;
             }
         }
@@ -2074,7 +2074,7 @@ input:-internal-autofill-selected {
     .secondTabTableNoBottom {
         .ant-table {
             .ant-table-body {
-                min-height: calc(100vh - 166px);
+                min-height: calc(100vh - 167px);
                 background: @m-black2;
             }
         }

+ 1 - 1
src/views/market/spot_trade/spot_trade_order_transaction/spot_trade_order_transaction_basis_difference/index.vue

@@ -4,7 +4,7 @@
         <a-table
             :columns="columns"
             :class="['srcollYTable', isBottom ? 'secondTabTable' : 'secondTabTableNoBottom']"
-            :scroll="{ x: '100%', y: isBottom ? 'calc(100vh- 405px)' : 'calc(100vh - 166px)' }"
+            :scroll="{ x: '100%', y: isBottom ? 'calc(100vh- 407px)' : 'calc(100vh - 167px)' }"
             :pagination="false"
             :loading="loading"
             :expandedRowKeys="expandedRowKeys"

+ 1 - 1
src/views/market/spot_trade/spot_trade_order_transaction/spot_trade_order_transaction_listing_transfer/index.vue

@@ -4,7 +4,7 @@
         <a-table
             :columns="columns"
             :class="['srcollYTable', isBottom ? 'secondTabTable' : 'secondTabTableNoBottom']"
-            :scroll="{ x: '100%', y: isBottom ? 'calc(100vh- 405px)' : 'calc(100vh - 166px)' }"
+            :scroll="{ x: '100%', y: isBottom ? 'calc(100vh- 407px)' : 'calc(100vh - 167px)' }"
             :pagination="false"
             :loading="loading"
             :expandedRowKeys="expandedRowKeys"