common.less 814 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 43 44 45 46 47 48 49 50 51
.record_box{
  margin-top: 15px;
  :global{
    .ant-table-body {
      height: 300px;
    }
    .ant-table-placeholder{
      height: 300px;
    }
  }
}
.record_tab{
  margin-bottom: 5px;
}
.border_title > span:first-child{
  padding: 0 10px;
  border-left: 3px solid @primary-color;
}

.btn_r_20{
  margin-right: 20px;
}

.ins_status{
  display: flex;
  align-items: center;
  justify-content: center;
  width: 70px;
  height: 27px;
  margin: 0 auto;
  border-radius: 17px;
}

//=============== deviceInfo =====================
.device_btn{
  width: 90px;
  height: 32px;
  border-radius: 4px;
}
.qr_code{
  margin-top: 8px;
}
.btn_primary{
  display: inline-block;
  margin-left: 10px;
  padding: 2px 10px;
  color: @primary-color;
  border: 1px solid @primary-color;
  border-radius: 4px;
  cursor: pointer;
}