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