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; }