king
2020-07-23 71fce3cc19f80a6e0eba36cfc5e67995ee9712ff
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;
    }
  }
}