From 34fa851c183e82a045791d1a1957b2027162a9a6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=88=98=E5=BD=A6=E6=B3=BD?= Date: Tue, 7 Feb 2023 14:01:32 +0800 Subject: [PATCH 1/2] =?UTF-8?q?=E6=96=87=E6=A1=A3=E5=B7=A5=E5=85=B7-?= =?UTF-8?q?=E6=96=87=E6=A1=A3OCR=E8=AF=86=E5=88=AB-=E8=B0=83=E5=8F=96?= =?UTF-8?q?=E5=B7=B2=E5=85=A5=E5=BA=93=E6=96=87=E4=BB=B6-=E5=88=97?= =?UTF-8?q?=E5=AE=BD=E5=8F=AF=E6=8B=96=E6=8B=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- jero-web/src/components/OcrTable/DocTable.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jero-web/src/components/OcrTable/DocTable.vue b/jero-web/src/components/OcrTable/DocTable.vue index 0443aacec..f716702b6 100644 --- a/jero-web/src/components/OcrTable/DocTable.vue +++ b/jero-web/src/components/OcrTable/DocTable.vue @@ -7,7 +7,7 @@ :components="drag(columns,'columns')" :row-selection="{ selectedRowKeys: selectedRowKeys, onChange: onSelectChange }" :pagination="false" - :scroll="{x: true}" + :scroll="{x: '100%'}" :data-source="dataSource" :loading="loading" :columns="columns" From 20d9770ffab2757446b2e41fc3c447f924cd21af Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=88=98=E5=BD=A6=E6=B3=BD?= Date: Tue, 7 Feb 2023 14:28:59 +0800 Subject: [PATCH 2/2] =?UTF-8?q?=E5=BE=85=E5=8A=9E=E4=B8=AD=E5=BF=83-?= =?UTF-8?q?=E9=A1=B9=E7=9B=AE=E5=8F=82=E6=95=B0=E4=BB=BB=E5=8A=A1-?= =?UTF-8?q?=E5=88=97=E5=AE=BD=E5=8F=AF=E6=8B=96=E6=8B=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- jero-web/src/components/tableCollection/index.vue | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/jero-web/src/components/tableCollection/index.vue b/jero-web/src/components/tableCollection/index.vue index 93cdde5f7..dbe9957ae 100644 --- a/jero-web/src/components/tableCollection/index.vue +++ b/jero-web/src/components/tableCollection/index.vue @@ -1159,6 +1159,10 @@ text-justify: inter-ideograph; word-break: break-all } + + ::v-deep .ant-table-placeholder{ + margin-top: 8px !important; + }