index.less 656 Bytes
Newer Older
DarkForst's avatar
DarkForst 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 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42
.scroll_card{
  display: flex;
  height: 100%;
  overflow-x: auto;
}
.empty_add_box{
  width: 300px;
  height: 200px;
  cursor: pointer;
}
.search_left{
  display: flex;
  flex-flow: row wrap;
  align-content:space-around;
  align-items: center;
  justify-content: flex-start;
}
.spin_card{
  :global{
    .ant-card-body{
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      width: 100%;
      height: 100%;
    }
    .ant-card-loading-content{
      width: 100%;
      height: 100%;
    }
  }
}

// 设备组
.groupSearch{
  :global{
    .ant-form-item{
      // margin-bottom: 0;
    }
  }
}