From 9a42d8d8e055c7525ae58c290c2b9190b8519c10 Mon Sep 17 00:00:00 2001 From: dingtalk_umvbsp Date: Mon, 23 Sep 2024 10:51:49 +0800 Subject: [PATCH] =?UTF-8?q?=E5=BA=94=E7=94=A8=E7=AE=A1=E7=90=86=E9=A1=B5?= =?UTF-8?q?=E9=9D=A2=20=E4=BF=AE=E6=94=B9=E9=A1=B5=E9=9D=A2=E6=A0=B7?= =?UTF-8?q?=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/home/app.vue | 4 ++++ router/warehouse.js | 18 +++++++++--------- uni.scss | 2 +- 3 files changed, 14 insertions(+), 10 deletions(-) diff --git a/pages/home/app.vue b/pages/home/app.vue index 7d41145..b2a6949 100644 --- a/pages/home/app.vue +++ b/pages/home/app.vue @@ -23,6 +23,7 @@ margin-top:25rpx; display: flex; flex-wrap: wrap; + align-content: flex-start; margin-right:-70rpx; min-height: 700rpx; &>view{ @@ -30,6 +31,9 @@ flex-direction: column; align-items: center; margin-right:70rpx; + &:nth-child(n+5){ + margin-top:20rpx; + } image{ width:72rpx; height:72rpx; diff --git a/router/warehouse.js b/router/warehouse.js index c880530..7e24d47 100644 --- a/router/warehouse.js +++ b/router/warehouse.js @@ -1,17 +1,17 @@ module.exports=[ { - "path":"pages/warehouse/mana", - "style":{ - "navigationBarTitleText":"仓库管理", + path:"pages/warehouse/mana", + style:{ + navigationBarTitleText:"仓库管理", "app-plus":{ "titleNView":false } } }, { - "path":"pages/warehouse/info", - "style":{ - "navigationBarTitleText":"仓库基本信息", + path:"pages/warehouse/info", + style:{ + navigationBarTitleText:"仓库基本信息", "navigationBarBackgroundColor":"#10C176", "navigationBarTextStyle":"white", "app-plus":{ @@ -20,9 +20,9 @@ module.exports=[ } }, { - "path":"pages/warehouse/detail", - "style":{ - "navigationBarTitleText":"仓库详情", + path:"pages/warehouse/detail", + style:{ + navigationBarTitleText:"仓库详情", "navigationBarBackgroundColor":"#10C176", "navigationBarTextStyle":"white", "app-plus":{ diff --git a/uni.scss b/uni.scss index e9df8e6..d75395c 100644 --- a/uni.scss +++ b/uni.scss @@ -85,7 +85,7 @@ $uni-font-size-paragraph:15px; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; } -@import url('https://at.alicdn.com/t/c/font_4432735_8j85lsm6nhc.css'); +@import url('https://at.alicdn.com/t/c/font_4432735_cz0ye7zqh4.css'); [class*=PA-]{ font-family: "plantApp" !important; font-size: 16px;