From 64f71899637c62c233643c2ec65c7bda32cbec9e Mon Sep 17 00:00:00 2001 From: THK3121 Date: Mon, 21 Aug 2023 11:35:12 +0800 Subject: [PATCH] =?UTF-8?q?=E9=A1=B5=E9=9D=A2=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- components/company/company.vue | 2 +- .../logistiCard/logistiBriefCard.vue | 13 +- .../logistiCard/logistiCard.vue | 2 +- components/task/taskItem.vue | 15 +- pages/logistics/deliveryDetil.vue | 2 + pages/logistics/logisticDetil.vue | 2 +- pages/oaHome/oaHome.vue | 34 +- pages/oaLogin/oaLogin.vue | 587 +++---- pages/oaMy/oaMy.vue | 10 +- static/img/company/DAGL.png | Bin 0 -> 2780 bytes static/img/company/合同 (2)@2x.png | Bin 0 -> 780 bytes static/img/contract/FQHT.png | Bin 0 -> 398 bytes static/img/home/DAGL.png | Bin 0 -> 2496 bytes static/img/home/DAGL2.png | Bin 0 -> 5926 bytes static/img/home/GRCW (2).png | Bin 0 -> 1496 bytes static/img/home/GRCW.png | Bin 0 -> 3129 bytes static/img/home/GSXX (2).png | Bin 0 -> 1323 bytes static/img/home/GSXX.png | Bin 0 -> 3045 bytes static/img/home/HTGL (2).png | Bin 0 -> 1156 bytes static/img/home/HTGL.png | Bin 0 -> 2377 bytes static/img/home/RWGL (2).png | Bin 0 -> 4478 bytes static/img/home/RWGL.png | Bin 0 -> 1918 bytes static/img/home/RYGL (2).png | Bin 0 -> 3760 bytes static/img/home/RYGL.png | Bin 0 -> 1626 bytes subpkg/archives/archives.vue | 59 +- subpkg/archivesDetail/archivesDetail.vue | 2 +- subpkg/captain/captain.vue | 2 +- subpkg/companySign/companySign.vue | 667 ++++---- subpkg/companyUnsign/companyUnsign.vue | 2 +- subpkg/contract/contract.vue | 32 +- subpkg/finance/finance.vue | 14 +- subpkg/personnel/personnel.vue | 4 +- subpkg/personnelDetails/personnelDetails.vue | 1498 ++++++++--------- test.vue | 192 +-- 34 files changed, 1506 insertions(+), 1633 deletions(-) create mode 100644 static/img/company/DAGL.png create mode 100644 static/img/company/合同 (2)@2x.png create mode 100644 static/img/contract/FQHT.png create mode 100644 static/img/home/DAGL.png create mode 100644 static/img/home/DAGL2.png create mode 100644 static/img/home/GRCW (2).png create mode 100644 static/img/home/GRCW.png create mode 100644 static/img/home/GSXX (2).png create mode 100644 static/img/home/GSXX.png create mode 100644 static/img/home/HTGL (2).png create mode 100644 static/img/home/HTGL.png create mode 100644 static/img/home/RWGL (2).png create mode 100644 static/img/home/RWGL.png create mode 100644 static/img/home/RYGL (2).png create mode 100644 static/img/home/RYGL.png diff --git a/components/company/company.vue b/components/company/company.vue index bdaf462..07e06e5 100644 --- a/components/company/company.vue +++ b/components/company/company.vue @@ -480,7 +480,7 @@ border-radius: 30rpx; opacity: 1; overflow: hidden; - box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.6); + // box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.6); .cards_head { padding: 28rpx; diff --git a/components/logistiComptent/logistiCard/logistiBriefCard.vue b/components/logistiComptent/logistiCard/logistiBriefCard.vue index d3fd858..e78e278 100644 --- a/components/logistiComptent/logistiCard/logistiBriefCard.vue +++ b/components/logistiComptent/logistiCard/logistiBriefCard.vue @@ -1,10 +1,13 @@