Browse Source

中医挂号前端

master
kuaileWu 1 year ago
parent
commit
b206a7a6f2
  1. 12
      pages.json
  2. 2
      pages/book_detail/book_detail.vue

12
pages.json

@ -1,5 +1,11 @@
{ {
"pages": [ "pages": [
{
"path": "pages/index/index",
"style": {
"navigationBarTitleText": ""
}
},
{ {
"path" : "pages/book_detail/book_detail", "path" : "pages/book_detail/book_detail",
"style" : "style" :
@ -8,12 +14,6 @@
"enablePullDownRefresh": false "enablePullDownRefresh": false
} }
}, },
{
"path": "pages/index/index",
"style": {
"navigationBarTitleText": ""
}
},
{ {
"path" : "pages/prebook_list/prebook_list", "path" : "pages/prebook_list/prebook_list",
"style" : "style" :

2
pages/book_detail/book_detail.vue

@ -67,7 +67,7 @@
.list-box,.bot-con{ .list-box,.bot-con{
width: calc(100% - 34rpx); width: calc(100% - 34rpx);
height: auto; height: auto;
margin: 0 auto; margin: 17rpx auto 0;
overflow: hidden; overflow: hidden;
border-radius: 0 0 8rpx 8rpx; border-radius: 0 0 8rpx 8rpx;
} }

Loading…
Cancel
Save