From 8e88c21e9457e50188aa21388480458c0866f3f8 Mon Sep 17 00:00:00 2001 From: weipengfei <2187978347@qq.com> Date: Tue, 8 Aug 2023 11:31:49 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96=E7=AE=97=E6=B3=95=E9=80=BB?= =?UTF-8?q?=E8=BE=91,=E6=8F=90=E5=8D=87=E6=80=A7=E8=83=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- components/company/company.vue | 8 ++- static/server/archives.js | 13 +++++ subpkg/archivesDetail/archivesDetail.vue | 63 ++++++++------------- subpkg/topUp/topUp.vue | 5 +- subpkg/updateArchives/updateArchives.vue | 64 +++++++++++++++------- subpkg/withdrawDeposit/withdrawDeposit.vue | 3 +- 6 files changed, 91 insertions(+), 65 deletions(-) create mode 100644 static/server/archives.js diff --git a/components/company/company.vue b/components/company/company.vue index f86dae4..90824d4 100644 --- a/components/company/company.vue +++ b/components/company/company.vue @@ -17,7 +17,7 @@ - + 区域: {{company.address}} @@ -317,16 +317,18 @@ .bottom { display: flex; - align-items: flex-start; + align-items: center; color: #666666FF; margin-top: 32rpx; .left { display: flex; align-items: center; + flex-shrink: 0; .location { - margin-left: 8rpx; + margin-left: 5rpx; + margin-right: 5rpx; } } diff --git a/static/server/archives.js b/static/server/archives.js new file mode 100644 index 0000000..54bf388 --- /dev/null +++ b/static/server/archives.js @@ -0,0 +1,13 @@ +export const comonentList = [{ + id: 7, + name: 'plant' + }, + { + id: 8, + name: 'store' + }, + { + id: 32, + name: 'breeding' + } +] \ No newline at end of file diff --git a/subpkg/archivesDetail/archivesDetail.vue b/subpkg/archivesDetail/archivesDetail.vue index 28c3f05..fabb0f1 100644 --- a/subpkg/archivesDetail/archivesDetail.vue +++ b/subpkg/archivesDetail/archivesDetail.vue @@ -78,33 +78,9 @@ 更新时间:{{item.update_time}} - - - - - - - - - - - - - - - - - - - - - - - - - + - + @@ -113,6 +89,7 @@