﻿@import 'reset.less';
//@import "../node_modules/antd/dist/antd.compact.min.css";

body {
  overflow: hidden;
  // 禁止浏览器双指滑动前进后退事件
  overscroll-behavior-x: none;
  height: 100%;
}

.popup {
  display: block !important;
}

.mainView {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;

  .toolbar {
    height: 40px;
  }

  .desn {
    flex: 1;
    position: relative;
    overflow:hidden;
  }

  //.dialog {
  //  position: absolute;
  //  left: 50%;
  //  top: 100px;
  //  transform: translateX(-100px);
  //  width: 200px;
  //  background-color: #FFF;
  //  border: 3px solid #999;
  //  padding: 20px;
  //
  //  .content {
  //    padding-bottom: 20px;
  //  }
  //
  //  .toolbar {
  //    button {
  //      padding: 5px 10px;
  //    }
  //  }
  //}
}