DatabaseInitialization.less 1.08 KB
Newer Older
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16
.tableTitle {
  font-size: 16px;
}
.mgTop20 {
  // height: calc(100vh - 170px);
}
.tCenter {
  text-align: center;
}
.decsBox {
  height: 32px;
  line-height: 32px;
}
.btnBox {
  display: flex !important;
  justify-content: flex-end;
17
  margin-bottom: 10px;
18 19 20 21
}
.ant-modal-header {
  height: 70px;
}
22 23
.InitDataBaseContainer {
  height: 100%;
24 25 26 27
  .ant-card-body {
    padding-bottom: 0px !important;
  }
}
皮倩雯's avatar
皮倩雯 committed
28 29 30
.ant-modal-footer {
  padding: 10px 25px 10px 40px;
}
31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65

.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;
  }
}

.initItemData {
  .ant-checkbox-wrapper {
    width: 300px;
    margin-bottom: 10px;
    margin-left: 8px;
  }
  .view:hover {
    cursor: not-allowed;
  }
}