diff --git a/App.vue b/App.vue index aa0be63..389d020 100644 --- a/App.vue +++ b/App.vue @@ -191,4 +191,11 @@ .flex{ display: flex; } + .line36{ + line-height: 36rpx !important; + height: 36rpx !important; + } + .line40{ + line-height: 40rpx !important; + } diff --git a/pages.json b/pages.json index a8b565a..5514cb5 100644 --- a/pages.json +++ b/pages.json @@ -1,5 +1,13 @@ { - "pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages + "pages": [ + { + "path" : "pages/add_visitor/add_visitor", + "style" : + { + "navigationBarTitleText": "请选择就诊人", + "enablePullDownRefresh": false + } + }, { "path": "pages/index/index", "style": { diff --git a/pages/add_visitor/add_visitor.vue b/pages/add_visitor/add_visitor.vue new file mode 100644 index 0000000..53202e0 --- /dev/null +++ b/pages/add_visitor/add_visitor.vue @@ -0,0 +1,142 @@ + + + + + diff --git a/static/images/frontend/unuse/编组 31.svg b/static/images/frontend/add.svg similarity index 100% rename from static/images/frontend/unuse/编组 31.svg rename to static/images/frontend/add.svg diff --git a/static/images/frontend/visitor_list__bg.svg b/static/images/frontend/visitor_list__bg.svg new file mode 100644 index 0000000..a8cec48 --- /dev/null +++ b/static/images/frontend/visitor_list__bg.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/images/frontend/visitor_select_active.svg b/static/images/frontend/visitor_select_active.svg new file mode 100644 index 0000000..44fae09 --- /dev/null +++ b/static/images/frontend/visitor_select_active.svg @@ -0,0 +1 @@ + \ No newline at end of file