Commit 31abf912 authored by 黄奎's avatar 黄奎

Merge branch 'master' of http://gitlab.oytour.com/viitto/million

parents 6fe7bed0 d14ddb2d
......@@ -9,7 +9,6 @@
background-color: rgba(255, 255, 255, .95);
border-top: 1px solid #eee;
box-shadow: 0 2px 6px 0 rgba(0, 0, 0, .03);
user-select: none;
}
.SearchContent {
......@@ -719,12 +718,12 @@
</div>
<div class="range-text">
<div class="min">
<q-input class="full_price" style="width:80%" v-model="qMsg.minPrice" @input="changeData" filled
<q-input class="full_price" style="width:80%" placeholder="最低价" v-model="qMsg.minPrice" @input="changeData" filled
autogrow />
</div>
<div class="max">
<q-input class="full_price" style="width:80%" v-model="qMsg.maxPrice" @input="changeData" filled
<q-input class="full_price" style="width:80%" placeholder="最高价" v-model="qMsg.maxPrice" @input="changeData" filled
autogrow />
</div>
</div>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment