Commit bd4dc05d authored by zhengke's avatar zhengke

修改

parent 5b6a03b2
...@@ -583,6 +583,12 @@ ...@@ -583,6 +583,12 @@
color: #999; color: #999;
display: inline-block; display: inline-block;
} }
.full-height .q-textarea .q-field__control{
min-height:25px!important;
}
.full_price .q-placeholder{
min-height:25px!important;
}
</style> </style>
<template> <template>
<div class="SearchMain"> <div class="SearchMain">
...@@ -765,10 +771,10 @@ ...@@ -765,10 +771,10 @@
<q-dialog v-model="fullHeight" full-height> <q-dialog v-model="fullHeight" full-height>
<q-card class="column full-height" style="width: 500px"> <q-card class="column full-height" style="width: 500px">
<div class="moreTiaojiao">更多篩選條件</div> <div class="moreTiaojiao">更多篩選條件</div>
<div class="full_listDiv" style="padding-bottom:0"> <div class="full_listDiv" style="padding-bottom:20px">
<span>價格:</span> <span>價格:</span>
<q-input class="full_price" v-model="qMsg.minPrice" @input="changeData" filled autogrow /> <q-input class="full_price" style="width:30%;height:45px;" v-model="qMsg.minPrice" @input="changeData" filled autogrow />
<q-input class="full_price" v-model="qMsg.maxPrice" @input="changeData" filled autogrow /> <q-input class="full_price" style="width:30%;height:45px;" v-model="qMsg.maxPrice" @input="changeData" filled autogrow />
</div> </div>
<div class="full_listDiv"> <div class="full_listDiv">
<div class="full_title">天數</div> <div class="full_title">天數</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