Commit 2e5dde91 authored by youjie's avatar youjie

no message

parent b79cdb6d
...@@ -427,7 +427,7 @@ ...@@ -427,7 +427,7 @@
<!-- style="position: sticky; top: 100px" --> <!-- style="position: sticky; top: 100px" -->
<div v-if="true"> <div v-if="true">
<div v-for="(x, i) in days" :key="i"> <div v-for="(x, i) in days" :key="i">
<div v-if="moreDays==2&&i==7" style="text-align: center;margin-bottom: 21px;cursor: pointer;" <div v-if="moreDays==2&&i==0" style="text-align: center;margin-bottom: 21px;cursor: pointer;"
@click="goScrollHandler(x.top + 50),moreDays=1"> @click="goScrollHandler(x.top + 50),moreDays=1">
... ...
</div> </div>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment