@import "./values";

.modal-dialog {
  &.baiduMapModal {
    width: 940px !important;
  }
  &.entryExitDetail {
    width: 940px !important;
  }
  &.accountDetail {
    width: 940px !important;
  }
  &.launchSetting {
    width: 750px !important;
  }
  &.cusDateTime {
    width: 540px !important;
  }
  &.drawBill {
    width: 670px !important;
  }
  &.payDetail {
    width: 800px !important;
  }
  &.setPermission {
    width: 650px !important;
  }
  &.chat{
    .modal-body{
      padding: 10px;
      padding-left: 0;
      padding-right: 0;
    }
  }
}