webMenu.less 1.4 KB
Newer Older
张烨's avatar
张烨 committed
1
.box{
张烨's avatar
张烨 committed
2
  min-height: calc( 100vh - 198px);
张烨's avatar
张烨 committed
3
  display: flex;
Maofei94's avatar
Maofei94 committed
4
  overflow-x: hidden;
张烨's avatar
张烨 committed
5 6 7 8 9 10 11
}
.left{
  min-width: 300px;
  width: 350px;
  min-height: 100%;
  border: 1px solid #eee;
  padding: 10px;
12 13
  height: calc( 100vh - 198px);
  overflow-y: auto;
张烨's avatar
张烨 committed
14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48
  .ant-tree-node-content-wrapper{
    display: flex;
    align-items: center;
    .ant-tree-iconEle{
      display: flex;
      align-items: center;
    }
    .ant-tree-title{
      width: 100%;
    }
  }
  .leftTop{
    display: flex;
    align-items: center;
    margin-bottom: 10px;
    justify-content: space-between;
    .tRight{
      display: flex;
      align-items: center;
      .icon1{
        font-size: 20px;
        margin-right: 10px;
      }
      .icon2{
        font-size: 18px;
        margin-right: 5px;
      }
      .icon:hover{
        cursor: pointer;
      }
    }
  }
}
.middle{
  min-width: 500px;
Maofei94's avatar
Maofei94 committed
49
  width: 100%;
张烨's avatar
张烨 committed
50 51 52
  min-height: 100%;
  border: 1px solid #eee;
  padding: 10px;
Maofei94's avatar
Maofei94 committed
53
  margin: 0 0 0 10px;
张烨's avatar
张烨 committed
54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81
}
.title{
  display: flex;
  align-items: center;
  width: 100%;
}
.tip{
  display: none;
}
.title:hover{
  .tip{
    display: flex;
    align-items: center;
    justify-content: flex-end;
    width: 100%;
  }
}
.fs{
  font-size: 18px;
  margin-left: 10px;
}
.rightBox{
  min-width: 200px;
  // width: 600px;
  width: 100%;
  min-height: 100%;
  border: 1px solid #eee;
  padding: 10px;
82
}
Maofei94's avatar
Maofei94 committed
83 84 85 86 87
// .modal{
//   .ant-modal-body{
//     padding: 0 !important;
//   }
// }