king
2020-04-02 1e7aa4f0ff5e13c4a99ba511bb357a4cc63aa0c1
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
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
.verify-card-horizontal-box {
  min-height: 250px;
  position: relative;
  > .ant-spin {
    position: absolute;
    left: calc(50% - 22px);
    top: 80px;
  }
  .ant-tabs-nav-scroll {
    text-align: center;
  }
  .ant-tabs-content {
    min-height: 40vh;
  }
  table tr td {
    word-wrap: break-word;
    word-break: break-word;
  }
  .verify-form {
    .ant-input-number {
      width: 100%;
    }
    .sql {
      .ant-col-sm-8 {
        width: 10.5%;
      }
      .ant-col-sm-16 {
        width: 89.5%;
        padding-top: 4px;
      }
    }
    .sqlfield {
      .ant-form-item {
        margin-bottom: 5px;
      }
      .ant-col-sm-8 {
        width: 10.5%;
      }
      .ant-col-sm-16 {
        width: 89.5%;
      }
    }
    .ant-input-disabled {
      color: rgba(0, 0, 0, 0.65);
      cursor: default;
    }
  }
  .custom-table .ant-empty {
    margin: 20px 8px!important;
  }
  .operation-btn {
    display: inline-block;
    font-size: 16px;
    padding: 0 5px;
    cursor: pointer;
  }
  > .message-fail {
    text-align: center;
    padding-top: 50px;
    i {
      color: #ff4d4f;
      margin-right: 5px;
      font-size: 16px;
    }
  }
}