InitDataBase.less 855 Bytes
Newer Older
1
.tableTitle {
2 3
  font-size: 16px;
}
4
.mgTop20 {
5 6
  margin-top: 20px !important;
}
7
.tCenter {
8
  text-align: center;
9
}
10
.decsBox {
11 12
  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 18 19 20
}
.ant-modal-header {
  height: 70px;
}
21 22 23 24 25 26
InitDataBaseContainer{
  .ant-card-body {
    padding-bottom: 0px !important;
  }
}

27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49

.cardContainer {
  margin-top: 10px;
  border: 1px solid #ecf0fa;
  border-top: none;
  .ant-tabs-nav {
    background-color: #f4f6fc;
    .ant-tabs-tab {
      background-color: transparent;
      border: none;
      border-top: 2px solid transparent;
      box-sizing: content-box;
    }
    .ant-tabs-tab-active {
      border: none;
      background-color: #fff;
      border-top: 2px solid #1685ff;
    }
  }
  .tabContainer {
    padding-left: 20px;
    box-sizing: border-box;
  }
50
  
51
}