huangbin 4 vuotta sitten
vanhempi
commit
897c8108a1

+ 2 - 1
src/views/platinum/platinum_document_query/list/order/index.vue

@@ -4,7 +4,8 @@
     <Filter @search="search" />
     <contextMenu :contextMenuList="firstBtn">
       <a-table :columns="columns"
-               class="topTable"
+               class="srcollYTable"
+               :scroll="{ x: '100%', y: 'calc(100vh - 163px)' }"
                :pagination="false"
                :expandedRowKeys="expandedRowKeys"
                :customRow="Rowclick"

+ 2 - 1
src/views/platinum/platinum_document_query/list/position/index.vue

@@ -4,7 +4,8 @@
     <Filter @search="search" />
     <contextMenu :contextMenuList="firstBtn">
       <a-table :columns="columns"
-               class="topTable"
+               class="srcollYTable"
+               :scroll="{ x: '100%', y: 'calc(100vh - 163px)' }"
                :pagination="false"
                :expandedRowKeys="expandedRowKeys"
                :customRow="Rowclick"

+ 2 - 1
src/views/platinum/platinum_document_query/list/success/index.vue

@@ -4,7 +4,8 @@
     <Filter @search="search" />
     <contextMenu :contextMenuList="firstBtn">
       <a-table :columns="columns"
-               class="topTable"
+               class="srcollYTable"
+               :scroll="{ x: '100%', y: 'calc(100vh - 163px)' }"
                :pagination="false"
                :expandedRowKeys="expandedRowKeys"
                :customRow="Rowclick"

+ 2 - 1
src/views/platinum/platinum_document_query/list/waiting/index.vue

@@ -4,7 +4,8 @@
     <Filter @search="search" />
     <contextMenu :contextMenuList="firstBtn">
       <a-table :columns="columns"
-               class="topTable"
+               class="srcollYTable"
+               :scroll="{ x: '100%', y: 'calc(100vh - 163px)' }"
                :pagination="false"
                :expandedRowKeys="expandedRowKeys"
                :customRow="Rowclick"

+ 13 - 2
src/views/platinum/platinum_pick_query/list/tab/compoments/detail/index.vue

@@ -6,7 +6,7 @@
            v-model:visible="visible"
            :maskClosable="false"
            @cancel="cancel"
-           width="890px">
+           width="1000px">
     <template #footer>
       <a-button key="submit"
                 type="primary"
@@ -21,7 +21,7 @@ import { defineComponent, PropType, ref } from 'vue';
 import { closeModal } from '@/common/setup/modal/index';
 import { QueryCustomInfoType } from '@/services/go/ermcp/customInfo/interface';
 import CommomDetail from '../common-detail/index.vue';
-import {QhjTradeGoodsPickup} from "@/services/go/ermcp/qhj/interface";
+import { QhjTradeGoodsPickup } from '@/services/go/ermcp/qhj/interface';
 
 export default defineComponent({
     name: 'platinum_withdrawal_review_detail-desc',
@@ -43,3 +43,14 @@ export default defineComponent({
     },
 });
 </script>
+
+<style lang="less">
+.commom-des {
+    .ant-descriptions-item-label {
+        width: 156px;
+    }
+    .ant-descriptions-item-content {
+        width: calc(100% - 156px);
+    }
+}
+</style>

+ 1 - 1
src/views/platinum/platinum_pick_query/list/tab/index.vue

@@ -4,7 +4,7 @@
     <Filter @search="updateColumn" />
     <contextMenu :contextMenuList="btnList">
       <a-table :columns="columns"
-               class="topOrderTable"
+               class="srcollYTable"
                :scroll="{ x: '100%', y: 'calc(100vh - 163px)' }"
                :pagination="false"
                :expandedRowKeys="expandedRowKeys"

+ 1 - 1
src/views/platinum/platinum_recharge_withdrawal_review/list/recharge/index.vue

@@ -4,7 +4,7 @@
     <Filter @search="search" />
     <contextMenu :contextMenuList="getBtnListAction()">
       <a-table :columns="columns"
-               class="topOrderTable"
+               class="srcollYTable"
                :scroll="{ x: '100%', y: 'calc(100vh - 163px)' }"
                :pagination="false"
                :expandedRowKeys="expandedRowKeys"

+ 2 - 1
src/views/platinum/platinum_recharge_withdrawal_review/list/withdrawal/index.vue

@@ -4,7 +4,8 @@
     <Filter @search="search" />
     <contextMenu :contextMenuList="getBtnListAction()">
       <a-table :columns="columns"
-               class="topTable"
+               class="srcollYTable"
+               :scroll="{ x: '100%', y: 'calc(100vh - 163px)' }"
                :pagination="false"
                :expandedRowKeys="expandedRowKeys"
                :customRow="Rowclick"