common.scss 637 Bytes
/**
  公共样式
*/
*{
  font-family: 'Source Han Sans CN';
}
.ml10 {
  margin-left: 10px;
}

.mb10 {
  margin-bottom: 10px;
}

.mb20 {
  margin-bottom: 24px;
}

.ml20 {
  margin-left: 20px;
}

.ml300 {
  margin-left: 320px;
}

.flex {
  display: flex;
}

.flex_clo {
  display: flex;
  flex-direction: column;
  // height: 880px;
}
.leakage-cable .leakage-top{
  padding-right: 10px;
}
.el-table{
  height: 613px;
  overflow-y: scroll;
}
.el-dialog__header{
  text-align: center;
}
.device-detail-tb td{
  text-align: right;
  background: #fff;
  color:#333333;
  padding-left: 25px;
}
.form .el-form-item .el-select{
  width: 100%;
}