Commit d6154791 authored by 华国豪's avatar 华国豪 🙄

‘修改菜单显示@’

parent ffc46466
...@@ -959,6 +959,7 @@ export default { ...@@ -959,6 +959,7 @@ export default {
firstMenuList:[], firstMenuList:[],
allSsionList:[], allSsionList:[],
allWindowWidth: '', allWindowWidth: '',
SetTimeout: null,
}; };
}, },
filters: { filters: {
...@@ -3494,6 +3495,18 @@ export default { ...@@ -3494,6 +3495,18 @@ export default {
padding: 20px 0 20px 20px; padding: 20px 0 20px 20px;
height: auto; height: auto;
// transition: all .5s linear .5s; // transition: all .5s linear .5s;
animation:ttt .5s forwards;
}
@keyframes ttt {
0%{
opacity:0;
}
66%{
opacity:0;
}
100%{
opacity:1;
}
} }
.nav-middle ul li .menuList_son{ .nav-middle ul li .menuList_son{
position: fixed; position: fixed;
......
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