diff --git a/App.vue b/App.vue index fb7023a..9e08f4d 100644 --- a/App.vue +++ b/App.vue @@ -29,4 +29,20 @@ /deep/.superwei-combox { background-color: #fff; } + + /deep/.uni-pagination__num-tag { + width: 30px !important; + } + + /deep/uni-button:after { + border: none; + } + + /deep/.uni-numbox__minus { + border-right: 1px solid #ccc; + } + + /deep/.uni-numbox__plus { + border-left: 1px solid #ccc; + } \ No newline at end of file diff --git a/components/head-view/head-view.vue b/components/head-view/head-view.vue index d1fce18..08aa1cf 100644 --- a/components/head-view/head-view.vue +++ b/components/head-view/head-view.vue @@ -1,8 +1,8 @@ @@ -13,12 +13,15 @@ title: { type: String }, + type: { + type: Boolean, + default: () => false + } }, methods: { toBack() { uni.navigateBack('-1') } - } } @@ -28,16 +31,21 @@ position: relative; background-color: #fff; border-bottom: 1px solid #999999; - height: 40px; - line-height: 40px; - font-size: 18px; + height: 68px; + line-height: 68px; + font-size: 20px; + color: #23262E; text-align: center; + font-weight: bold; + box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.10); .icon { position: absolute; - top: 3px; left: 10px; } + .bottom { + margin-left: 6px; + } } \ No newline at end of file diff --git a/pages.json b/pages.json index 6c1901b..f979cd3 100644 --- a/pages.json +++ b/pages.json @@ -230,8 +230,11 @@ "van-uploader": "/wxcomponents/vant/dist/uploader/index", "van-progress": "/wxcomponents/vant/dist/progress/index", "van-stepper": "/wxcomponents/vant/dist/stepper/index" + }, + "navigationStyle": "custom", + "app-plus": { + "titleNView": false } - }, "uniIdRouter": {}, "condition": { //模式配置,仅开发期间生效 diff --git a/pages/login/index.vue b/pages/login/index.vue index 1c07569..020e2a2 100644 --- a/pages/login/index.vue +++ b/pages/login/index.vue @@ -102,7 +102,7 @@ \ No newline at end of file + } + \ No newline at end of file diff --git a/pages/shipWork/shiftAdd.vue b/pages/shipWork/shiftAdd.vue index 91b529e..d211cdf 100644 --- a/pages/shipWork/shiftAdd.vue +++ b/pages/shipWork/shiftAdd.vue @@ -1,5 +1,6 @@