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 @@