From a7821dbbc02b0ae6020a594c4c9192b5040d11a2 Mon Sep 17 00:00:00 2001 From: wanghui Date: Fri, 8 Dec 2023 15:52:01 +0800 Subject: [PATCH] 1 --- src/views/HomeView.vue | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/views/HomeView.vue b/src/views/HomeView.vue index ad214d9..4f2eab8 100644 --- a/src/views/HomeView.vue +++ b/src/views/HomeView.vue @@ -32,7 +32,7 @@ :style="{ height: dropdown.hinegh + 'px' }" style="z-index: 10" > -
+
@@ -115,7 +115,7 @@ var control = null; var T = window.T; const dropdown = reactive({ - sesh:'', + sesh: "", value1: 0, hinegh: 256, value1: 0, @@ -294,7 +294,7 @@ const init = () => { const yxfwxz = (e) => { list.index = e.id; }; -const mousedown = (event) => { +const touchmove = (event) => { if ( document.body.clientHeight - event.touches[0].clientY >= 256 && document.body.clientHeight - event.touches[0].clientY <= @@ -410,7 +410,7 @@ onMounted(() => { } .card { width: 100%; - height: calc(100% - 122px); + height: calc(100% - 132px); overflow: auto; padding-bottom: 80px; .cardlist { @@ -497,6 +497,6 @@ onMounted(() => { background-color: #eaeaea; } :deep(.tdt-bar a, .tdt-bar a:hover) { - color: #CACACA; + color: #cacaca; }