2017-07-17 59 views

回答

0

只要改变类面板的CSS。 (在framework7.ios.css)

默认值:

.panel { 
 
    z-index: 1000; 
 
    display: none; 
 
    background: #111; 
 
    box-sizing: border-box; 
 
    overflow: auto; 
 
    -webkit-overflow-scrolling: touch; 
 
    position: absolute; 
 
    width: 260px; 
 
    top: 0; 
 
    height: 100%; 
 
    -webkit-transform: translate3d(0,0,0); 
 
    transform: translate3d(0,0,0); 
 
    -webkit-transition-duration: .4s; 
 
    transition-duration: .4s; 
 
}