king
2019-12-10 877200bd3f7e80b4e7f134b7f7df378f89de0484
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
.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;
    }
  }
}