From 7cbc851cc599341cbdf427255fbad34364cd5a78 Mon Sep 17 00:00:00 2001 From: asd <374367073@qq.com> Date: Mon, 26 Oct 2020 16:37:25 +0800 Subject: [PATCH] =?UTF-8?q?=E6=8C=89=E9=92=AE=E9=A2=9C=E8=89=B2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/mine/Archives.vue | 7 +++++++ src/views/mine/Liststatistic.vue | 25 +++++++++++++++++++++---- 2 files changed, 28 insertions(+), 4 deletions(-) diff --git a/src/views/mine/Archives.vue b/src/views/mine/Archives.vue index 515d01f..09f912c 100644 --- a/src/views/mine/Archives.vue +++ b/src/views/mine/Archives.vue @@ -905,6 +905,10 @@ export default defineComponent({ line-height: 22px; padding: 0 17px; } + + .confirm-btn:hover{ + background:#ccc; + } } .password-container { .title { @@ -978,6 +982,9 @@ export default defineComponent({ cursor: pointer; user-select: none; } + .submit-btn:hover{ + background: #ccc; + } } ::v-deep(.ant-upload-list) { display: none; diff --git a/src/views/mine/Liststatistic.vue b/src/views/mine/Liststatistic.vue index 8d0e107..2c49e0c 100644 --- a/src/views/mine/Liststatistic.vue +++ b/src/views/mine/Liststatistic.vue @@ -1,7 +1,7 @@