| 1234567891011121314151617181920 |
- // 弹窗左右结构
- .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;
- }
|