From de47c7937b6d8dff9aeb97f1584557e2c9259843 Mon Sep 17 00:00:00 2001 From: fengchenchen Date: Mon, 17 Jul 2023 18:32:05 +0800 Subject: [PATCH] =?UTF-8?q?[update]-=E4=BC=81=E4=B8=9A=E7=AB=AF=E8=B4=B9?= =?UTF-8?q?=E7=94=A8=E5=8A=9E=E7=90=86=20=E6=A8=A1=E5=9D=97=E5=8A=9F?= =?UTF-8?q?=E8=83=BD=E7=9A=84=E5=BC=80=E5=8F=91?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../feehandle/FeeHandle.vue | 471 ++++++++++++++++-- .../feehandle/FeeHandleLast.vue | 108 ++++ 2 files changed, 536 insertions(+), 43 deletions(-) create mode 100644 src/views/standardsAssociation/feehandle/FeeHandleLast.vue diff --git a/src/views/standardsAssociation/feehandle/FeeHandle.vue b/src/views/standardsAssociation/feehandle/FeeHandle.vue index 1383a23..1fa75d3 100644 --- a/src/views/standardsAssociation/feehandle/FeeHandle.vue +++ b/src/views/standardsAssociation/feehandle/FeeHandle.vue @@ -1,61 +1,317 @@ @@ -97,11 +474,19 @@ export default { color: #219AFF; cursor: pointer; font-size: 14px; - padding: 20px; - - position: absolute; + padding: 0 20px 20px; + float: right; + //position: absolute; right: 0; top: 0; } +.table-page-search-wrapper { + clear: both; +} + +/*列表td的padding设置 可以控制列表大小*/ +.standard-table .ant-table-tbody .ant-table-row td .action-span-cell a{ + padding: 0 10px; +} diff --git a/src/views/standardsAssociation/feehandle/FeeHandleLast.vue b/src/views/standardsAssociation/feehandle/FeeHandleLast.vue new file mode 100644 index 0000000..793aba2 --- /dev/null +++ b/src/views/standardsAssociation/feehandle/FeeHandleLast.vue @@ -0,0 +1,108 @@ + + + + + +