king
2020-02-21 063b983daaf51a7f1e8677bde1e9c0e618866c91
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
.datamanage {
  min-height: calc(100vh - 94px);
  padding-top: 16px;
  .hidden-table {
    position: absolute;
    z-index: -1;
    opacity: 0;
  }
  .tabform {
    padding: 25px 25px 120px;
    .operation {
      text-align: center;
      margin: 20px 0;
      .ant-btn {
        height: 40px;
        padding: 0 30px;
        font-size: 16px;
      }
      .ant-btn-primary {
        margin-right: 40px;
      }
    }
  }
  .datamanage-search + .datamanage-table {
    padding-top: 15px;
  }
}