@@ -421,10 +421,13 @@ export default {
}
.progress-bar {
height: .8rem;
- line-height: .8rem;
+ line-height: 0.44rem;
background: #fff;
color: #aaa;
margin-bottom:.4rem;
+.title{
+ height: 100%;
+}
span{
display: inline-block;
font-size: .26rem;
@@ -18,10 +18,10 @@
<span @click="search">取消</span>
</div>
<div class="searchList">
- <p
+ <!--<p
class="waring"
v-if="!searchVal&&!hasMore&&searchLis.length==0"
- >请输入搜索内容</p>
+ >请输入搜索内容</p>-->
<p
v-if="hasMore&&searchVal"
@@ -190,8 +190,11 @@ export default {
width: 100%;
background-color: #fff;
.waring {
- padding-left: 0.5rem;
- margin-top: 0.2rem;
+ width: 100%;
+ text-align: center;
+ margin-top: 1.6rem;
+ font-size: .26rem;
+ color: #aaa;
ul {
padding: 0.2rem 0.2rem 0;
@@ -16,6 +16,9 @@ const router = new Router({
{
path:'/',
name:'Login',
+ meta:{
+ title:'智能预问诊'
+ },
component:Login
},
@@ -28,8 +31,12 @@ const router = new Router({
path:'/tab',
+ name:'MainPage',
component:MainPage,
- children:[
+ /*children:[
name:'symptom',
@@ -47,7 +54,7 @@ const router = new Router({
name:'add',
component:AddContent
- ]
+ ]*/
path:'/department',