vue-固定头部-内容可滚动


 
           
                头部            
           
            XXXXXX            
   
.show-box{     overflow: hidden;     height: 100%; } .show-top{     height: 30px;     width: 100%; } .show-content{     height: calc(100% - 30px);     overflow: auto;     position: relative; }