diff --git a/app.wxss b/app.wxss index 223cc35..fd6e2ee 100644 --- a/app.wxss +++ b/app.wxss @@ -6,12 +6,12 @@ page{ .box{ background: -webkit-linear-gradient(top,#27adb0,#ebf7f7,#f1f1f1); min-height: 1400rpx; - padding: 5rpx; + padding: 20rpx; font-size: 28rpx; } .back{ padding: 10rpx; - border-radius: 5rpx; + border-radius: 15rpx; background-color: #fff; } diff --git a/pages/index/index.json b/pages/index/index.json index 6aaec87..398b71a 100644 --- a/pages/index/index.json +++ b/pages/index/index.json @@ -2,5 +2,5 @@ "usingComponents": { "ec-canvas":"../../components/echarts/ec-canvas" }, - "navigationBarTitleText": "物流管理系统" + "navigationBarTitleText": "三力物流管理系统" } \ No newline at end of file diff --git a/pages/meLogistics/meLogistics.json b/pages/meLogistics/meLogistics.json index 59d9f03..b848ee4 100644 --- a/pages/meLogistics/meLogistics.json +++ b/pages/meLogistics/meLogistics.json @@ -1,4 +1,4 @@ { "usingComponents": {}, - "navigationBarTitleText": "物流签收" + "navigationBarTitleText": "三力自建物流" } \ No newline at end of file