king
2020-08-28 71a0e75ecb56ae643fe1e86188d45f93f48388c9
1
2
3
4
5
6
7
8
9
.box404 {
  max-height: calc(100vh - 110px);
  text-align: center;
}
.ant-tabs-tabpane {
  >.box404 {
    padding-top: 40px;
  }
}