This commit is contained in:
汪汇 2023-12-08 15:06:38 +08:00
parent b832d59819
commit cd2600329a
1 changed files with 5 additions and 2 deletions

View File

@ -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>