// .ant-design-pro {
//   height: 100%;
// }
// .ant-pro-sider {
//   z-index: 999;
//   max-height: 100vh !important;
//   overflow-y: auto;
// }
// .ant-pro-basicLayout-content {
//   margin: 0 !important;
//   overflow-x: auto;
// }
// // .ant-form-horizontal .ant-form-item-control{
// //   flex: auto !important;
// // }

// .c-search .ant-form-item {
//   margin-bottom: 0;
// }
// .base-table {
//   height: 100%;
//   .ant-spin-nested-loading,
//   .ant-spin-container,
//   .ant-table,
//   .ant-table-container,
//   .ant-table-content {
//     height: 100%;
//   }
//   .ant-table {
//     height: calc(100% - 60px);
//   }
//   .ant-table-tbody {
//     overflow: auto !important;
//   }
// }
// .table-no-data {
//   table,
//   .ant-table-tbody {
//     height: 100%;
//   }
// }
// .ant-pro-sider .ant-menu-inline-collapsed > .ant-menu-submenu > .ant-menu-submenu-title .fa + span {
//   display: none !important;
// }
// .ant-pro-menu-item .fa {
//   min-width: 14px;
//   margin-right: 10px;
//   font-size: 14px;
//   transition: font-size 0.15s cubic-bezier(0.215, 0.61, 0.355, 1),
//     margin 0.3s cubic-bezier(0.645, 0.045, 0.355, 1), color 0.3s;
// }
// .ant-btn > i + span {
//   margin-left: 4px;
// }
// .ant-btn > .anticon + span,
// .ant-btn > span + .anticon {
//   margin-left: 4px !important;
// }
// .c-page-view-content .ant-table-body {
//   &::-webkit-scrollbar {
//     width: 10px;
//     height: 10px;
//   }

//   &::-webkit-scrollbar-track {
//     background: #eee;
//     border-radius: 2px;
//   }

//   &::-webkit-scrollbar-thumb {
//     background: #ccc;
//     border-radius: 10px;
//   }

//   &::-webkit-scrollbar-thumb:hover {
//     background: #c0c0c0;
//   }

//   &::-webkit-scrollbar-corner {
//     background: #fff;
//   }
// }
// .ant-table-body {
//   &::-webkit-scrollbar {
//     width: 10px;
//     height: 10px;
//   }

//   &::-webkit-scrollbar-track {
//     background: #eee;
//     border-radius: 2px;
//   }

//   &::-webkit-scrollbar-thumb {
//     background: #ccc;
//     border-radius: 10px;
//   }

//   &::-webkit-scrollbar-thumb:hover {
//     background: #c0c0c0;
//   }

//   &::-webkit-scrollbar-corner {
//     background: #fff;
//   }
// }
