Commit 681d1988 authored by youjie's avatar youjie

no message

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