InitDataBase.less 233 Bytes
Newer Older
1 2 3 4 5 6 7 8
.tableTitle{
  font-size: 16px;
}
.mgTop20{
  margin-top: 20px !important;
}
.tCenter{
  text-align: center;
9 10 11 12
}
.decsBox{
  height: 32px;
  line-height: 32px;
Maofei94's avatar
Maofei94 committed
13 14
}
.btnBox {
Maofei94's avatar
Maofei94 committed
15
  display: flex !important;
Maofei94's avatar
Maofei94 committed
16
  justify-content: space-between;
17
}