From 7d32361eed3257f3563baeaaca025c859d61c5b1 Mon Sep 17 00:00:00 2001 From: xuhuajiao <13476289682@163.com> Date: Wed, 15 May 2024 17:13:56 +0800 Subject: [PATCH] =?UTF-8?q?=E6=A1=A3=E6=A1=88=E9=97=A8=E7=B1=BB=E6=A0=91?= =?UTF-8?q?=E4=BF=AE=E6=94=B9/=E6=94=B6=E9=9B=86=E5=BA=93=E8=A3=85?= =?UTF-8?q?=E7=9B=92?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/assets/styles/yxk-admin.scss | 10 +- .../managementLibrary/index.vue | 233 +++++---- .../managementLibrary/mixins/index.js | 12 +- .../module/collectHeader.vue | 8 +- .../module/packingBox/index.vue | 4 +- .../collectionLibrary/index.vue | 230 ++++++--- .../module/collectHeader.vue | 61 ++- .../module/packingBox/index.vue | 457 ++++++++++++++++++ .../components/archivesListModule/index.vue | 2 +- src/views/system/groupManage/index.vue | 87 +++- src/views/system/user/index.vue | 46 +- 11 files changed, 925 insertions(+), 225 deletions(-) create mode 100644 src/views/collectReorganizi/collectionLibrary/module/packingBox/index.vue diff --git a/src/assets/styles/yxk-admin.scss b/src/assets/styles/yxk-admin.scss index 66e9bb9..3c3d102 100644 --- a/src/assets/styles/yxk-admin.scss +++ b/src/assets/styles/yxk-admin.scss @@ -1338,19 +1338,21 @@ input[type ='number'] { .iconFolder{ display: inline-block; - width: 17px; + // width: 17px; height: 17px; padding-left: 22px; background: url('~@/assets/images/icon/tree-01.png') no-repeat left center; - background-size: contain; + background-size: 17px 17px; + // background-size: contain; } .iconArch{ display: inline-block; - width: 20px; + // width: 20px; height: 20px; padding-left: 22px; background: url('~@/assets/images/icon/tree-02.png') no-repeat left center; - background-size: cover; + background-size: 20px 20px; + // background-size: cover; } .iconFile{ diff --git a/src/views/archivesManage/managementLibrary/index.vue b/src/views/archivesManage/managementLibrary/index.vue index fd95632..489a4fc 100644 --- a/src/views/archivesManage/managementLibrary/index.vue +++ b/src/views/archivesManage/managementLibrary/index.vue @@ -10,19 +10,18 @@
数据来源:文件{{ selections.length }}条数据
+ +数据来源:案卷{{ selections.length }}条数据 卷内{{ totalSumAll }}条数据
+