lsw před 7 měsíci
rodič
revize
4ad24b32c8

+ 1 - 1
app/common/common.scss

@@ -61,7 +61,7 @@
 }
 .msilde {
 	.search {
-		padding: 0px 15px 10px 15px;
+		padding: 7px 15px 10px 15px;
 	}
 	.top {
 		padding: 10px;

+ 1 - 1
app/pages/department/search.vue

@@ -1,7 +1,7 @@
 <template>
 	<view class="main">
 		<view class="search">
-			<u-search placeholder="搜索工作" :focus="true" bgColor="white" v-model="deptName" :showAction="false" @search="search()" @clear="refresh()"></u-search>
+			<u-search placeholder="搜索科室" :focus="true" bgColor="white" v-model="deptName" :showAction="false" @search="search()" @clear="refresh()"></u-search>
 		</view>
 		<view class="search_list">
 			<view class="history" v-if="!focus">

+ 1 - 1
app/pages/doctor/search.vue

@@ -1,7 +1,7 @@
 <template>
 	<view class="main">
 		<view class="search">
-			<u-search placeholder="搜索工作" :focus="true" bgColor="white" v-model="nickName" :showAction="false" @search="search()" @clear="refresh()"></u-search>
+			<u-search placeholder="搜索医生" :focus="true" bgColor="white" v-model="nickName" :showAction="false" @search="search()" @clear="refresh()"></u-search>
 		</view>
 		<view class="search_list">
 			<view class="history" v-if="!focus">