/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
/* 
命名规则, 三部分 className
.flex-侧轴
.flex-主轴
.flex-侧轴-主轴
*/
.depot-table-bottom-tools {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.depot-table-bottom-tools-small .ant-btn {
  height: 24px;
}
.depot-table-bottom-tools-default .ant-btn {
  height: 32px;
}
.depot-table-bottom-tools-large .ant-btn {
  height: 40px;
}
.depot-auto-table-footer-small .ant-btn {
  height: 24px;
}
.depot-auto-table-footer-middle .ant-btn {
  height: 24px;
}
.depot-auto-table-footer-default .ant-btn {
  height: 32px;
}
.depot-auto-table-footer-large .ant-btn {
  height: 32px;
}
