// 弹窗左右结构 .sheet-box { overflow: hidden; } .sheet-left-panel { overflow-x: hidden; } .sheet-right-panel { height: 340px; overflow-x: hidden; overflow-y: auto; } .sheet-btns { height: 54px; } .sheet-panel-record { height: 340px; overflow-x: hidden; overflow-y: auto; }