king
2019-09-25 27821f7b598e9e87de8fb179bdcbfdc5e2cb31fa
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
.commontable {
  min-height: calc(100vh - 110px);
  .main-copy {
    position: fixed;
    z-index: 2;
    bottom: 75px;
    right: 30px;
    width: 40px;
    height: 40px;
    i {
      font-size: 18px;
    }
  }
}
.ant-back-top {
  bottom: 30px;
  right: 30px;
}