king
2019-12-10 bd06958321afa706f32287c71bd219eb0622c86c
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
28
29
30
31
.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;
  }
}
.ant-back-top {
  bottom: 30px;
  right: 30px;
}