ManagementDataBase.less 281 Bytes
Newer Older
1
.tableTitle {
2
  font-size: 16px;
3 4
  display: flex;
  justify-content: space-between;
5
}
6 7

.mgTop20 {
8
  margin-top: 20px;
9
}
10 11

.tCenter {
12
  text-align: center;
Maofei94's avatar
Maofei94 committed
13
}
14 15

.btnBox {
Maofei94's avatar
Maofei94 committed
16 17 18
  text-align: center;
  margin-top: 10px;
}
19 20 21 22 23 24

.pageContent {
  height: 100%;
  width: 100%;
  overflow-y: scroll;
}