marymelisa 4 tahun lalu
induk
melakukan
811ae190c2

+ 2 - 1
src/views/information/spot-contract/list/checkpending/index.vue

@@ -12,7 +12,8 @@
                rowKey="key"
                :expandedRowKeys="expandedRowKeys"
                :customRow="Rowclick"
-               :data-source="tableList">
+               :data-source="tableList"
+               :scroll="{ x: 'calc(100% - 180px)', y: 'calc(100vh - 119px)' }">
         <!-- 额外的展开行 -->
         <template #expandedRowRender="{  }">
           <BtnList :btnList="forDataBtn" />

+ 2 - 1
src/views/information/spot-contract/list/finished/index.vue

@@ -12,7 +12,8 @@
                :expandedRowKeys="expandedRowKeys"
                :customRow="Rowclick"
                rowKey="key"
-               :data-source="tableList">
+               :data-source="tableList"
+               :scroll="{ x: 'calc(100% - 180px)', y: 'calc(100vh - 119px)' }">
         <!-- 额外的展开行 -->
         <template #expandedRowRender="{  }">
           <BtnList :btnList="forDataBtn" />

+ 2 - 1
src/views/information/spot-contract/list/performance/index.vue

@@ -12,7 +12,8 @@
                :expandedRowKeys="expandedRowKeys"
                :customRow="Rowclick"
                rowKey="key"
-               :data-source="tableList">
+               :data-source="tableList"
+               :scroll="{ x: 'calc(100% - 180px)', y: 'calc(100vh - 119px)' }">
         <!-- 额外的展开行 -->
         <template #expandedRowRender="{  }">
           <BtnList :btnList="forDataBtn" />