RoleManage.less 380 Bytes
Newer Older
Maofei94's avatar
Maofei94 committed
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25
.cardBox{
  min-height: calc(100vh - 200px);
}
.ant-tree-node-content-wrapper-open{
  display: flex;
  align-items: center;
}
.treeTitle {
  display: flex;
  span {
      display: none;
  }
}
.treeTitle:hover {
  span {
      margin-left: 20px;
      display: block;
  }
}
.titleBox{
  display: flex;
  // flex-wrap: wrap;
  justify-content: space-around;
  align-items: center;
}