/* 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-title-bar {
  height: 40px;
  margin-bottom: 8px;
}
.depot-title-bar-second .ant-btn {
  margin-right: 0;
}
.depot-title-bar h2,
.depot-title-bar h3,
.depot-title-bar h4,
.depot-title-bar h5 {
  color: inherit;
  margin: 0;
  font-weight: normal;
}
.depot-title-bar-bold h2,
.depot-title-bar-bold h3,
.depot-title-bar-bold h4,
.depot-title-bar-bold h5 {
  color: inherit;
  margin: 0;
  font-weight: bold;
}
