king
2021-12-22 bd1dfc9e6c9b9f8076ca2783ce598e0936b4c664
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
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
.main-search-edit-list {
  min-height: 50px;
  position: relative;
  background: #ffffff;
  padding-bottom: 15px;
 
  .ant-form-item-control {
    line-height: 1.5;
  }
  >.ant-switch {
    position: absolute;
    z-index: 3;
    right: 10px;
    bottom: 5px;
  }
  >.anticon-tool {
    position: absolute;
    z-index: 3;
    font-size: 16px;
    right: 1px;
    top: 1px;
    cursor: pointer;
    padding: 5px;
    background: rgba(255, 255, 255, 0.55);
  }
  > .ant-row {
    min-height: 65px;
    > .ant-col {
      padding: 0 12px!important;
    }
  }
  >.ant-row:not(.ant-form-item) {
    > .ant-col {
      display: inline-block;
      float: none;
      vertical-align: top;
    }
  }
  .ant-row.ant-form-item .ant-col {
    padding: 0;
  }
  .page-card {
    position: relative;
    border-radius: 2px;
    padding-bottom: 15px;
    .ant-form-item {
      position: relative;
      margin-bottom: 0px;
      .ant-form-item-control-wrapper {
        .ant-select {
          width: 100%;
          margin-top: 4px;
        }
        .ant-calendar-picker {
          margin-top: 4px;
        }
        .data-range .ant-calendar-picker-input {
          padding: 4px 20px 4px 5px;
          font-size: 13px;
        }
      }
    }
    .ant-form-item::after {
      display: block;
      content: ' ';
      clear: both;
    }
    >div::after {
      display: block;
      content: ' ';
      position: absolute;
      cursor: move;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      opacity: 0;
      z-index: 2;
    }
  }
  .page-card.false {
    .ant-form-item-label {
      display: none;
    }
    .ant-form-item-control-wrapper {
      width: 100%;
    }
  }
  .ant-calendar-picker {
    min-width: 100px!important;
    width: 100%;
  }
  .check-card-edit-box {
    margin-top: 5px!important;
  }
  .quickly-add {
    position: absolute;
    z-index: 3;
    right: 55px;
    bottom: 3px;
    .ant-btn-block {
      background-color: transparent;
      color: #1890ff;
      border: none;
      box-shadow: none!important;
      height: 18px;
      padding: 0 10px;
    }
  }
}
.main-search-edit-list:not(.right) {
  .pre-action {
    display: none!important;
  }
}
.main-search-edit-list.right {
  .next-action {
    display: none!important;
  }
  >.ant-row {
    >.ant-col {
      float: right;
    }
  }
}
.main-search-edit-list.false {
  >.ant-row {
    >.ant-col.action {
      display: none;
    }
  }
}
.main-search-edit-list::after {
  display: block;
  content: ' ';
  clear: both;
}
.main-search-edit-list:hover {
  z-index: 1;
  box-shadow: 0px 0px 4px #1890ff;
}