Browse Source

Merge branch 'master' of http://47.101.159.18:3000/Muchinfo/MTP2.0_WEB

huangbin 4 năm trước cách đây
mục cha
commit
1620f41ff9

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

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

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

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

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

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

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

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