king
2019-09-23 cec9290f6cd8e3e7e881f4d38d43de307645a08a
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;
}