This commit is contained in:
parent
b832d59819
commit
cd2600329a
|
@ -37,7 +37,7 @@
|
|||
</div>
|
||||
<van-sticky style="background-color: #fff; z-index: 99">
|
||||
<van-search
|
||||
v-model="value"
|
||||
v-model="dropdown.sesh"
|
||||
shape="round"
|
||||
background="#4fc08d00"
|
||||
placeholder=""
|
||||
|
@ -115,6 +115,7 @@ var control = null;
|
|||
var T = window.T;
|
||||
|
||||
const dropdown = reactive({
|
||||
sesh:'',
|
||||
value1: 0,
|
||||
hinegh: 256,
|
||||
value1: 0,
|
||||
|
@ -299,7 +300,6 @@ const mousedown = (event) => {
|
|||
document.body.clientHeight - event.touches[0].clientY <=
|
||||
document.body.clientHeight
|
||||
) {
|
||||
console.log(event.touches[0].clientY);
|
||||
dropdown.hinegh = document.body.clientHeight - event.touches[0].clientY;
|
||||
}
|
||||
};
|
||||
|
@ -496,4 +496,7 @@ onMounted(() => {
|
|||
margin: 10px auto 3px;
|
||||
background-color: #eaeaea;
|
||||
}
|
||||
:deep(.tdt-bar a, .tdt-bar a:hover) {
|
||||
color: #CACACA;
|
||||
}
|
||||
</style>
|
||||
|
|
Loading…
Reference in New Issue