forked from huge/frontEnd/hugeOA

Mr Ke
2020-05-16 c235b08e0e1f965357b34e0dbd6d8605fd6c68df
src/style/reset.scss
@@ -40,10 +40,16 @@
  flex-direction: column;
}
// 弹性盒 -- 纵向
.flex-box-column {
  display: flex;
  flex-direction: column;
  height: 100%;
}
// 弹性盒 -- 纵向
.flex-box-row {
  display: flex;
}
.flex-1 {
@@ -51,6 +57,17 @@
  overflow-y: auto;
}
a:visited {
  color: #559DE6; /*已访问的链接颜色*/
}
.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;
}