.table-oprate {
  button {
    margin-right: 12px;
  }
}
.allocate-detail-foot {
  width: 100%;
  height: 54px;
  position: fixed;
  bottom: 0;
  z-index: 100;
  left: 0;
  border: 1px solid #e6e7eb;
  box-shadow: 0 -1px 2px 0 rgba(0, 0, 0, 0.1);
  background-color: #fff;
  text-align: center;
}
// 修改侧边栏层级
.cz5-sider {
  z-index: 101 !important;
}
// 修改侧边栏收缩按钮层级
.cz5-layout .cz5-body-container .switch-left-menu {
  z-index: 105;
}
