diff --git a/src/views/HomeView.vue b/src/views/HomeView.vue index 2bed1c4..242183c 100644 --- a/src/views/HomeView.vue +++ b/src/views/HomeView.vue @@ -24,7 +24,11 @@
- +
-
{ getlist(); list.page = 1; }; -const touchmove = (event) => { - if ( - document.body.clientHeight - event.touches[0].clientY >= 280 && - document.body.clientHeight - event.touches[0].clientY <= - document.body.clientHeight - ) { - dropdown.hinegh = document.body.clientHeight - event.touches[0].clientY; - } -}; - const yxf = () => { dropdown.rmyy.forEach((item, index) => { var icons = new T.Icon({ @@ -798,4 +708,7 @@ const getlists = () => { top: 45%; left: 45%; } +:deep(.van-floating-panel__header) { + margin: 10px auto 10px; +}