king
2020-01-06 db18f67e6a9ec7be3446ebfb1592809b3c3dcb7d
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
.verify-card-box {
  .ant-tabs-nav-scroll {
    text-align: center;
  }
  .ant-tabs-content {
    min-height: 40vh;
  }
  .custom-verify-form {
    .sql {
      .ant-col-sm-8 {
        width: 25%;
      }
      .ant-col-sm-16 {
        width: 75%;
        padding-top: 4px;
      }
    }
    .add {
      padding-top: 4px;
    }
  }
  .custom-table .ant-empty {
    margin: 20px 8px!important;
  }
  .errorval {
    display: inline-block;
    width: 30px;
  }
}