From 74557d5fdb0a94dfe8a653dae763468e0c5d6ba1 Mon Sep 17 00:00:00 2001 From: renpy Date: Mon, 28 Aug 2023 20:36:36 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A4=84=E7=90=86.File=20List=20=E5=88=97?= =?UTF-8?q?=E8=A1=A8=E9=87=8D=E6=96=B0=E6=89=93=E5=BC=80=E7=9A=84=E6=97=B6?= =?UTF-8?q?=E5=80=99=E6=B2=A1=E6=9C=89=E6=B8=85=E7=A9=BA=E5=8E=86=E5=8F=B2?= =?UTF-8?q?=E8=AE=B0=E5=BD=95=E7=9A=84=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../components/Modals/LoadFromFileModal.vue | 21 +++++++++++++++++-- 1 file changed, 19 insertions(+), 2 deletions(-) diff --git a/src/views/spectrumAnalysis/components/Modals/LoadFromFileModal.vue b/src/views/spectrumAnalysis/components/Modals/LoadFromFileModal.vue index d8acb25..3a91f17 100644 --- a/src/views/spectrumAnalysis/components/Modals/LoadFromFileModal.vue +++ b/src/views/spectrumAnalysis/components/Modals/LoadFromFileModal.vue @@ -42,7 +42,7 @@ - +
-
+ + @@ -219,6 +225,10 @@ export default { console.log('selectedRowKeys changed: ', selectedRowKeys); this.selectedRowKeys = selectedRowKeys; }, + cancelFileModale() { + this.visible_file = false + this.list_file=[] + }, beforeUpload(file,fileList) { this.fileList = fileList }, @@ -352,4 +362,11 @@ export default { height: 32px; margin-right: 10px; } +.operators { + width: 100%; + justify-content: center; + .ant-btn { + width: 92px; + } +}