#app {
  /* width: 100%; */
  /* height: 100%; */
  min-width: 1480px;
  /* min-width: 1280px; */
  /* overflow: hidden; */
}
body {
  margin: 0;
  padding: 0;
}
.drawer {
  background: "#f4f4f4";
  min-width: 1020px;
}
::-webkit-scrollbar {
  /*滚动条整体样式*/
  width: 10px; /*高宽分别对应横竖滚动条的尺寸*/
  height: 10px;
}
::-webkit-scrollbar-thumb {
  /*滚动条里面小方块*/
  border-radius: 10px;
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  background: #d8d8d8;
}
::-webkit-scrollbar-track {
  /*滚动条里面轨道*/
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  border-radius: 10px;
  background: #ededed;
}

.ant-dropdown {
  z-index: 1201 !important;
}
.ant-picker-dropdown {
  z-index: 1250 !important;
}
.ant-select-dropdown {
  z-index: 1250 !important;
}
