diff --git a/pages.json b/pages.json index 9e81ac8..8129427 100644 --- a/pages.json +++ b/pages.json @@ -3,13 +3,13 @@ { "path": "pages/index/index", "style": { - "navigationBarTitleText": "uni-app" + "navigationBarTitleText": "大美非遗" } }, { "path": "pages/user/user", "style": { - "navigationBarTitleText": "uni-app" + "navigationBarTitleText": "大美非遗" } } ], diff --git a/pages/index/index.vue b/pages/index/index.vue index 77f1cd1..579d4cb 100644 --- a/pages/index/index.vue +++ b/pages/index/index.vue @@ -20,11 +20,10 @@ } - diff --git a/static/css/base.css b/static/css/base.css index 409c04a..83ecd6b 100644 --- a/static/css/base.css +++ b/static/css/base.css @@ -12,6 +12,10 @@ input { border: none; } +view { + box-sizing: border-box; +} + .flex-between { display: flex; justify-content: space-between;