Commit 681d1988 authored by youjie's avatar youjie

no message

parent c066a929
......@@ -69,7 +69,6 @@
try{
this.daysClass.forEach((x,i)=>{
var object=document.getElementById(`days_${i}`);
x.top = object.getBoundingClientRect().top+100
})
} catch (error) {
......
......@@ -895,7 +895,8 @@ export default {
background: var(--q-color-primary);
}
.trip-module{
color: #9E9E9E;
transition: all .3s;
font-weight: 100;
text-align: center;
line-height: 38px;
......@@ -906,10 +907,6 @@ export default {
border-radius: 50%;
font-family: lettergothicstd;
}
.trip-module{
color: #9E9E9E;
transition: all .3s;
}
.active-trip-moduleDay {
position: relative;
border: 0;
......
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