forked from huge/frontEnd/hugeOA

Mr Ke
2020-04-26 1386b9fff21abc8f611c2a6c199581ea67efe315
src/style/reset.scss
@@ -40,13 +40,34 @@
  flex-direction: column;
}
// 弹性盒 -- 纵向
.flex-box-column {
  display: flex;
  flex-direction: column;
  height: 100%;
}
// 弹性盒 -- 纵向
.flex-box-row {
  display: flex;
}
.flex-1 {
  flex: 1;
  overflow-y: auto;
}
.align-center{
  align-items: center;
}
.space-between {
  justify-content: space-between;
}
.ant-modal-body {
  padding: 5px 8px 15px 8px;
}
.ant-tabs-bar {
  margin-bottom: 5px;
}