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

‘修改菜单显示@’

parent ffc46466
......@@ -959,6 +959,7 @@ export default {
firstMenuList:[],
allSsionList:[],
allWindowWidth: '',
SetTimeout: null,
};
},
filters: {
......@@ -3494,6 +3495,18 @@ export default {
padding: 20px 0 20px 20px;
height: auto;
// 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{
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