以房找人
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
<div class="grid-input">
|
||||
<img src="./img/search-icon.png" alt="" class="search-icon">
|
||||
<!-- <img src="./img/back-icon.png" alt="" class="back-icon"> -->
|
||||
<input type="text" class="input" placeholder="请输入姓名、房屋信息" v-model="name" maxlength="10" />
|
||||
<input type="text" class="input" placeholder="请输入姓名、房屋信息" v-model="name" maxlength="10" confirm-type="search" @confirm="search" />
|
||||
<div class="clear-btn">
|
||||
<img src="./img/del-icon.png" alt="" class="del-icon" v-if="name" @click="clear">
|
||||
</div>
|
||||
@@ -313,7 +313,7 @@ export default {
|
||||
height: 100vh;
|
||||
|
||||
.grid-input {
|
||||
width: 720px;
|
||||
width: calc(100% - 64px);
|
||||
height: 88px;
|
||||
background: #FFF;
|
||||
box-shadow: 0 4px 8px 0 rgba(192, 185, 185, 0.5);
|
||||
@@ -336,7 +336,7 @@ export default {
|
||||
padding: 8px 0;
|
||||
height: 32px;
|
||||
line-height: 32px;
|
||||
width: 460px;
|
||||
width: calc(100% - 220px);
|
||||
font-size: 28px;
|
||||
font-family: MicrosoftYaHei;
|
||||
color: #666;
|
||||
|
||||
Reference in New Issue
Block a user