index.scss 298 B

1234567891011121314151617181920
  1. // 弹窗左右结构
  2. .sheet-box {
  3. overflow: hidden;
  4. }
  5. .sheet-left-panel {
  6. overflow-x: hidden;
  7. }
  8. .sheet-right-panel {
  9. height: 340px;
  10. overflow-x: hidden;
  11. overflow-y: auto;
  12. }
  13. .sheet-btns {
  14. height: 54px;
  15. }
  16. .sheet-panel-record {
  17. height: 340px;
  18. overflow-x: hidden;
  19. overflow-y: auto;
  20. }