RoleManage.less 912 Bytes
Newer Older
1
.cardBox{
Maofei94's avatar
Maofei94 committed
2
  min-height: calc(100vh - 80px);
Maofei94's avatar
Maofei94 committed
3 4
  max-height: calc(100vh - 80px);
  overflow-y: scroll;
Maofei94's avatar
Maofei94 committed
5
  margin-right: 20px;
6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27
}
.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;
Maofei94's avatar
Maofei94 committed
28 29
}
.cardBoxR{
Maofei94's avatar
Maofei94 committed
30
  min-width: 870px;
31 32
  min-height: calc(100vh - 172px);
  max-height: calc(100vh - 172px);
Maofei94's avatar
Maofei94 committed
33
  overflow-y: scroll;
Maofei94's avatar
Maofei94 committed
34 35 36 37 38 39
}
:global{
  .ant-tree-switcher{
    display: flex;
    align-items: center;
    color:#1890FF;
陈前坚's avatar
陈前坚 committed
40 41 42
    .ant-tree-switcher-line-icon{
      margin-left: 5px;
  }
Maofei94's avatar
Maofei94 committed
43
  }
Maofei94's avatar
Maofei94 committed
44 45 46 47
}

.hide{
  display: block;
Maofei94's avatar
Maofei94 committed
48
  position: absolute;
Maofei94's avatar
Maofei94 committed
49 50 51
  font-size: 20px;
  color: #1890FF!important;
  top: 45%;
Maofei94's avatar
Maofei94 committed
52 53 54 55
  right:0;
  transform: translate(0%,-50%);
  z-index: 2;
}