InitDataBase.less 1.62 KB
Newer Older
1
.tableTitle {
2 3
  font-size: 16px;
}
4 5 6



7
.tCenter {
8
  text-align: center;
9

10 11 12 13
  .btnBox {
    display: flex !important;
    justify-content: space-between;
  }
14
}
15

16
.decsBox {
17 18
  height: 32px;
  line-height: 32px;
Maofei94's avatar
Maofei94 committed
19
}
20

21 22 23
.ant-modal-header {
  height: 70px;
}
24 25 26 27 28 29



.InitDataBaseContainer {


30 31 32
  .ant-card-body {
    padding-bottom: 0px !important;
  }
33 34 35

  .mgTop20 {
    margin-top: 20px;
36
    height: calc(100% - 350px);
37 38 39
  }

  // .recordBox {
40
  //   height: calc(100% - 20px);
41 42
  // }

43 44
}

45 46 47 48
.cardContainer {
  margin-top: 10px;
  border: 1px solid #ecf0fa;
  border-top: none;
49

50 51
  .ant-tabs-nav {
    background-color: #f4f6fc;
52

53 54 55 56 57 58
    .ant-tabs-tab {
      background-color: transparent;
      border: none;
      border-top: 2px solid transparent;
      box-sizing: content-box;
    }
59

60 61 62 63 64 65
    .ant-tabs-tab-active {
      border: none;
      background-color: #fff;
      border-top: 2px solid #1685ff;
    }
  }
66

67 68 69 70
  .tabContainer {
    padding-left: 20px;
    box-sizing: border-box;
  }
皮倩雯's avatar
皮倩雯 committed
71 72
}

73 74
.initItemData1 {
  height: calc(100vh - 190px);
75

76
  // overflow: scroll;
77 78 79 80
  .btnBox {
    display: flex !important;
    justify-content: flex-end;
  }
81

82 83 84 85 86
  .ant-checkbox-wrapper {
    width: 298px;
    margin-bottom: 10px;
    margin-left: 8px;
  }
87

88 89 90 91 92
  // .ant-checkbox-wrapper {
  //   width: 298px;
  //   margin-bottom: 10px;
  //   margin-left: 8px;
  // }
93 94 95 96 97
  .view:hover {
    cursor: not-allowed;
  }
}

皮倩雯's avatar
皮倩雯 committed
98
.initItemData {
99 100
  height: calc(100vh - 190px);
  overflow: scroll;
101

102 103 104 105
  .btnBox {
    display: flex !important;
    justify-content: flex-end;
  }
106

皮倩雯's avatar
皮倩雯 committed
107
  .ant-checkbox-wrapper {
108
    width: 268px;
皮倩雯's avatar
皮倩雯 committed
109 110 111
    margin-bottom: 10px;
    margin-left: 8px;
  }
112

皮倩雯's avatar
皮倩雯 committed
113 114 115
  .view:hover {
    cursor: not-allowed;
  }
116
}