centaline-data-driven 1.5.29 → 1.5.30

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,314 +1,365 @@
1
1
 
2
2
  /* 查询搜索 */
3
- .max-search-btn,.max-more-btn,.el-container button.el-button.max.el-button--primary.el-button--mini.ct-font-size-mini{
4
- height: 26px;
5
- background: var(--chinaRed) !important;
6
- border-color: var(--chinaRed) !important;
7
- box-shadow: 0px 2px 4px 0px rgba(238,107,107,0.25);
8
- border-radius: 6px;
9
- color: #fff !important;
3
+ .max-search-btn, .max-more-btn, .el-container button.el-button.max.el-button--primary.el-button--mini.ct-font-size-mini {
4
+ height: 26px;
5
+ background: var(--chinaRed) !important;
6
+ border-color: var(--chinaRed) !important;
7
+ box-shadow: 0px 2px 4px 0px rgba(238,107,107,0.25);
8
+ border-radius: 6px;
9
+ color: #fff !important;
10
10
  }
11
11
  /* 重置按钮 更多按钮*/
12
- .max-reset-btn{
13
- height: 26px;
14
- background: #FFFFFF !important;
15
- border-color: var(--chinaRed) !important;
16
- border-radius: 6px;
17
- color: var(--chinaRed) !important;
18
- }
19
- /* 搜索按钮,重置按钮和更多按钮的hover */
20
- .max-search-btn:hover,.max-reset-btn:hover,.max-more-btn:hover{
21
- background-color:var(--btnHoverRed) !important;
22
- border-color: var(--btnHoverRed) !important;
12
+ .max-reset-btn {
13
+ height: 26px;
14
+ background: #FFFFFF !important;
15
+ border-color: var(--chinaRed) !important;
16
+ border-radius: 6px;
17
+ color: var(--chinaRed) !important;
18
+ }
19
+ /* 搜索按钮,重置按钮和更多按钮的hover */
20
+ .max-search-btn:hover, .max-reset-btn:hover, .max-more-btn:hover {
21
+ background-color: var(--btnHoverRed) !important;
22
+ border-color: var(--btnHoverRed) !important;
23
23
  color: #fff !important;
24
- }
24
+ }
25
25
 
26
- .max-more-btn:hover .max-open,.max-more-btn:hover .max-fold{
27
- background-color: var(--btnHoverRed) !important;
28
- }
29
- .max-search-btn:active,.max-search-btn:focus,.max-reset-btn:active.max-reset-btn:focus,.max-more-btn:active.max-more-btn:focus{
26
+ .max-more-btn:hover .max-open, .max-more-btn:hover .max-fold {
27
+ background-color: var(--btnHoverRed) !important;
28
+ }
29
+
30
+ .max-search-btn:active, .max-search-btn:focus, .max-reset-btn:active.max-reset-btn:focus, .max-more-btn:active.max-more-btn:focus {
30
31
  background-color: var(--btnFocusRed);
31
32
  border-color: var(--btnFocusRed);
32
33
  color: #fff !important;
33
- }
34
+ }
34
35
  /* 工具栏按钮 */
35
- .max-ToolbarButton{
36
- margin-right: 10px!important;
36
+ .max-ToolbarButton {
37
+ margin-right: 10px !important;
37
38
  }
38
- .max-ToolbarButton .max-btn-gray{
39
+
40
+ .max-ToolbarButton .max-btn-gray {
39
41
  height: 26px;
40
42
  background: #FFFFFF;
41
43
  /* border: 1px solid #CCCCCC; */
42
44
  border-radius: 6px;
43
- }
44
- .max-ToolbarButton .max-btn-gray button.el-button.el-button--primary.el-button--mini {
45
- height: 26px;
46
- background: #fff;
47
- }
48
- .max-ToolbarButton .max-btn-gray button.el-button.el-button--primary.el-button--mini:hover {
49
- color: #666;
50
- border: 1px solid #ced0d9;
51
- background: -webkit-gradient(linear,left top, left bottom,from(#F4F4F5),to(#DFE3F1));
52
- background: linear-gradient(#F4F4F5,#DFE3F1);
53
- }
45
+ }
46
+
47
+ .max-ToolbarButton .max-btn-gray button.el-button.el-button--primary.el-button--mini {
48
+ height: 26px;
49
+ background: #fff;
50
+ }
51
+
52
+ .max-ToolbarButton .max-btn-gray button.el-button.el-button--primary.el-button--mini:hover {
53
+ color: #666;
54
+ border: 1px solid #ced0d9;
55
+ background: -webkit-gradient(linear,left top, left bottom,from(#F4F4F5),to(#DFE3F1));
56
+ background: linear-gradient(#F4F4F5,#DFE3F1);
57
+ }
54
58
 
55
59
  /* 弹层新增按钮 */
56
- .max-btn-add button,.max-btn-add{ /*list-button*/
57
- height: 26px;
58
- background: #EE6B6B;
59
- border-color:#EE6B6B;
60
- box-shadow: 0px 2px 4px 0px rgba(238,107,107,0.25);
61
- border-radius: 6px;
60
+ .max-btn-add button, .max-btn-add { /*list-button*/
61
+ height: 26px;
62
+ background: #EE6B6B;
63
+ border-color: #EE6B6B;
64
+ box-shadow: 0px 2px 4px 0px rgba(238,107,107,0.25);
65
+ border-radius: 6px;
62
66
  }
63
- .max-btn-add button:hover,.max-btn-add:hover{
64
- background-color:var(--btnHoverRed);
67
+
68
+ .max-btn-add button:hover, .max-btn-add:hover {
69
+ background-color: var(--btnHoverRed);
65
70
  border-color: var(--btnHoverRed);
66
- }
67
- .max-btn-add button:focus,.max-btn-add button:active,.max-btn-add:focus,.max-btn-add:active{
71
+ }
72
+
73
+ .max-btn-add button:focus, .max-btn-add button:active, .max-btn-add:focus, .max-btn-add:active {
68
74
  background-color: var(--btnFocusRed);
69
75
  border-color: var(--btnFocusRed);
70
- }
71
- .max-comfirm-content button{
72
- height: 26px;
73
- border-radius: 6px;
76
+ }
77
+
78
+ .max-comfirm-content button {
79
+ height: 26px;
80
+ border-radius: 6px;
74
81
  }
75
82
  /* 弹层内属性、输入框 */
76
- .max-input-group{/*elinput-group*/
77
- border-top-left-radius: 6px;
78
- border-bottom-left-radius: 6px;
79
- line-height: 24px;
80
- border: none;
81
- background-color: initial;
82
- padding: 0 10px;
83
- }
84
- .max-flex-div{
85
- display: flex !important;
86
- }
87
-
88
- .max-input input{ /*el-input__inner*/
89
- height: 26px!important;
90
- line-height: 26px!important;
91
- border-radius: 6px!important;
92
- background: #FFFFFF;
93
- border: 1px solid #E0E0E0;
94
- padding: 0 15px 0 5px;
83
+ .max-input-group { /*elinput-group*/
84
+ border-top-left-radius: 6px;
85
+ border-bottom-left-radius: 6px;
86
+ line-height: 24px;
87
+ border: none;
88
+ background-color: initial;
89
+ padding: 0 10px;
95
90
  }
96
- .inputError .el-input-group__prepend{
97
- color: #ff5b5b!important;
91
+
92
+ .max-flex-div {
93
+ display: flex !important;
94
+ }
95
+
96
+ .max-input input { /*el-input__inner*/
97
+ height: 26px !important;
98
+ line-height: 26px !important;
99
+ border-radius: 6px !important;
100
+ background: #FFFFFF;
101
+ border: 1px solid #E0E0E0;
102
+ padding: 0 15px 0 5px;
103
+ }
104
+
105
+ .inputError .el-input-group__prepend {
106
+ color: #ff5b5b !important;
98
107
  }
99
108
 
100
109
  /* 弹层表格样式 */
101
- .max-table--border{
102
- border-left: 1px solid #F0F0F0;
103
- border-right: none!important;
104
- border-bottom: none!important;
110
+ .max-table--border {
111
+ border-left: 1px solid #F0F0F0;
112
+ border-right: none !important;
113
+ border-bottom: none !important;
105
114
  }
106
115
  /* 高级查询样式 */
107
- .max-seachpopper .el-popper{ /*SeachScreenPop*/
108
- padding: 5px 10px 10px 10px!important;
109
- background-color: #fff !important;
110
- margin-top: -5px;
111
- border-bottom-left-radius: 6px !important;
112
- border-bottom-right-radius: 6px !important;
113
- -webkit-box-shadow: #cfcece 0px 7px 9px 0px!important;
114
- }
115
- .ct-checkbox .ct-checkbox-mian{
116
- padding-left: 0!important;
117
- min-height: 26px;
118
- line-height: 25px;
119
- }
120
- .ct-checkbox .lableNaN{
121
- padding-left: 3px!important;
122
- }
123
- .cover-list-item .el-checkbox{
124
- margin-right: 10px!important;
125
- }
126
-
127
- .max-open{
128
- background: url(../../assets/max-open.png)no-repeat;
129
- background-size: 100% 100%;
130
- height: 12px;
131
- width: 14px;
132
- display: inline-block;
133
- float: left;
134
- margin-right: 2px;
135
- margin-left: -8px;
136
- background-color: var(--chinaRed);
116
+ .max-seachpopper .el-popper { /*SeachScreenPop*/
117
+ padding: 5px 10px 10px 10px !important;
118
+ background-color: #fff !important;
119
+ margin-top: -5px;
120
+ border-bottom-left-radius: 6px !important;
121
+ border-bottom-right-radius: 6px !important;
122
+ -webkit-box-shadow: #cfcece 0px 7px 9px 0px !important;
137
123
  }
138
- .max-fold{
139
- background: url(../../assets/max-fold.png)no-repeat;
140
- background-size: 100% 100%;
141
- height: 12px;
142
- width: 14px;
143
- display: inline-block;
144
- float: left;
145
- margin-right: 2px;
146
- margin-left: -8px;
147
- background-color: var(--chinaRed);
124
+
125
+ .ct-checkbox .ct-checkbox-mian {
126
+ padding-left: 0 !important;
127
+ min-height: 26px;
128
+ line-height: 25px;
129
+ }
130
+
131
+ .ct-checkbox .lableNaN {
132
+ padding-left: 3px !important;
133
+ }
134
+
135
+ .cover-list-item .el-checkbox {
136
+ margin-right: 10px !important;
148
137
  }
149
138
 
150
- .ct-tableParent::-webkit-scrollbar-thumb{
151
- display: block;
152
- background-color:#bebebe;
153
- height:5px;
154
- border-radius:4px
139
+ .max-open {
140
+ background: url(../../assets/max-open.png)no-repeat;
141
+ background-size: 100% 100%;
142
+ height: 12px;
143
+ width: 14px;
144
+ display: inline-block;
145
+ float: left;
146
+ margin-right: 2px;
147
+ margin-left: -8px;
148
+ background-color: var(--chinaRed);
155
149
  }
156
- .ct-tableParent::-webkit-scrollbar{
157
- display: block;
158
- width:6px;
159
- height:6px;
160
- background-color:#f1f1f1
150
+
151
+ .max-fold {
152
+ background: url(../../assets/max-fold.png)no-repeat;
153
+ background-size: 100% 100%;
154
+ height: 12px;
155
+ width: 14px;
156
+ display: inline-block;
157
+ float: left;
158
+ margin-right: 2px;
159
+ margin-left: -8px;
160
+ background-color: var(--chinaRed);
161
+ }
162
+
163
+ .ct-tableParent::-webkit-scrollbar-thumb {
164
+ display: block;
165
+ background-color: #bebebe;
166
+ height: 5px;
167
+ border-radius: 4px
161
168
  }
162
- .st-serach-screen::-webkit-scrollbar,.max-seachpopper::-webkit-scrollbar{
163
- display: block;
164
- width:4px;
165
- height:6px;
169
+
170
+ .ct-tableParent::-webkit-scrollbar {
171
+ display: block;
172
+ width: 6px;
173
+ height: 6px;
174
+ background-color: #f1f1f1
175
+ }
176
+
177
+ .st-serach-screen::-webkit-scrollbar, .max-seachpopper::-webkit-scrollbar {
178
+ display: block;
179
+ width: 4px;
180
+ height: 6px;
166
181
  }
182
+
167
183
  .ct-selectOptionVertical::-webkit-scrollbar {
168
- width: 2px!important;
169
- height:2px!important;
170
- background-color: #f1f1f1!important;
171
- display: block!important;
172
- }
173
- .ct-table-auto{
174
- white-space: nowrap;
184
+ width: 2px !important;
185
+ height: 2px !important;
186
+ background-color: #f1f1f1 !important;
187
+ display: block !important;
188
+ }
189
+
190
+ .ct-table-auto {
191
+ white-space: nowrap;
175
192
  }
176
- .max-cover-list-item .el-input__icon{
177
- line-height:initial;
193
+
194
+ .max-cover-list-item .el-input__icon {
195
+ line-height: initial;
178
196
  }
179
- .el-card{
180
- border: none;
197
+
198
+ .el-card {
199
+ border: none;
181
200
  }
201
+
182
202
  .ct-tags .showLabel .ct-input_inner, .ct-so .showLabel .ct-input_inner, .ct-iti-editor input,
183
203
  .ct-date-editor input, .ct-mt .el-input-group--prepend textarea, .ct-text .showLabel input, .ct-Dtd .ct-datepicker.showLabel .el-range-input,
184
- .ct-Seg .showLabel.ct-radios, .ct-so .showLabel .ct-input_inner,.ct-Dtd .el-input__inner {
204
+ .ct-Seg .showLabel.ct-radios, .ct-so .showLabel .ct-input_inner, .ct-Dtd .el-input__inner {
205
+ border-top-left-radius: 6px !important;
206
+ border-bottom-left-radius: 6px !important;
207
+ text-align: left !important;
208
+ }
209
+
210
+ .ct-iti .el-input-group--prepend .el-input__inner {
185
211
  border-top-left-radius: 6px !important;
186
212
  border-bottom-left-radius: 6px !important;
187
213
  text-align: left !important;
188
214
  }
189
- .ct-iti .el-input-group--prepend .el-input__inner{
190
- border-top-left-radius: 6px !important;
191
- border-bottom-left-radius: 6px !important;
192
- text-align: left !important;
193
- }
194
215
  /* 重置input默认颜色 选中文字颜色 */
195
- .ct-search-list input::-webkit-input-placeholder,.ct-iti-editor input::-webkit-input-placeholder,.ct-flex-div-input input::-webkit-input-placeholder{
196
- color: var(--centalinePlaceholder) !important;
197
- }
198
- .ct-search-list .el-date-editor .el-range-input,.ct-search-list .el-input__inner{
199
- color: var(--centalineBlue);
200
- }
201
- .ct-so .ct-input_inner,.ct-text .showLabel input,.ct-text .showLabel label{
202
- color: var(--centalineBlue) !important;
203
- }
204
- /* 多选框 */
205
- .cover-list-item .el-checkbox__input.is-checked + .el-checkbox__label,.cover-list-item .el-checkbox__input.is-checked .el-checkbox__inner{
206
- color: var(--centalineBlue) !important;
207
- }
208
- .ct-inputNumber input.el-range-input {
209
- color: var(--centalineBlue) !important;
210
- cursor: text;
211
- }
212
- .cover-list-item .el-checkbox__input.is-checked .el-checkbox__inner{
213
- background-color:var(--centalineBlue);
214
- border-color: var(--centalineBlue);
215
- }
216
- .cover-list-item .el-checkbox__input.is-focus .el-checkbox__inner,.cover-list-item .el-checkbox__inner:hover{
217
- border-color:var(--centalineBlue) !important;
218
- }
219
- .cover-list-item .el-checkbox:hover .el-checkbox__inner{
220
- border-color:var(--centalineBlue) !important;
221
- }
222
- .cover-list-item .el-checkbox:hover .el-checkbox__label{
223
- color: var(--centalineBlue) !important;
224
- }
225
- .st-serach-screen .el-input-group__append, .st-serach-screen .el-input-group__prepend{
226
- color: var(--centalineBlack)!important;
227
- }
228
- .ct-so .ct-input_inner,.el-input__inner{
229
- border-radius: 6px!important;
230
- }
231
- .ct-radios .ct-font-size-mini .el-radio-button__inner{
232
- padding: 5px 10px;
233
- }
234
- .ct-Seg .ct-radios .el-input__icon.el-icon-circle-close{
235
- min-height: initial;
236
- line-height: initial;
237
-
238
- }
239
- .ct-Seg.ct-Seg-mini .ct-radios, .ct-Seg.ct-Seg-mini .ct-radios .el-radio__label {
240
- min-height: initial;
241
- line-height: 26px;
216
+ .ct-search-list input::-webkit-input-placeholder, .ct-iti-editor input::-webkit-input-placeholder, .ct-flex-div-input input::-webkit-input-placeholder {
217
+ color: var(--centalinePlaceholder) !important;
218
+ }
219
+
220
+ .ct-search-list .el-date-editor .el-range-input, .ct-search-list .el-input__inner {
221
+ color: var(--centalineBlue);
222
+ }
223
+
224
+ .ct-so .ct-input_inner, .ct-text .showLabel input, .ct-text .showLabel label {
225
+ color: var(--centalineBlue) !important;
226
+ }
227
+ /* 多选框 */
228
+ .cover-list-item .el-checkbox__input.is-checked + .el-checkbox__label, .cover-list-item .el-checkbox__input.is-checked .el-checkbox__inner {
229
+ color: var(--centalineBlue) !important;
230
+ }
231
+
232
+ .ct-inputNumber input.el-range-input {
233
+ color: var(--centalineBlue) !important;
234
+ cursor: text;
235
+ }
236
+
237
+ .cover-list-item .el-checkbox__input.is-checked .el-checkbox__inner {
238
+ background-color: var(--centalineBlue);
239
+ border-color: var(--centalineBlue);
240
+ }
241
+
242
+ .cover-list-item .el-checkbox__input.is-focus .el-checkbox__inner, .cover-list-item .el-checkbox__inner:hover {
243
+ border-color: var(--centalineBlue) !important;
244
+ }
245
+
246
+ .cover-list-item .el-checkbox:hover .el-checkbox__inner {
247
+ border-color: var(--centalineBlue) !important;
248
+ }
249
+
250
+ .cover-list-item .el-checkbox:hover .el-checkbox__label {
251
+ color: var(--centalineBlue) !important;
252
+ }
253
+
254
+ .st-serach-screen .el-input-group__append, .st-serach-screen .el-input-group__prepend {
255
+ color: var(--centalineBlack) !important;
256
+ }
257
+
258
+ .ct-so .ct-input_inner, .el-input__inner {
259
+ border-radius: 6px !important;
260
+ }
261
+
262
+ .ct-radios .ct-font-size-mini .el-radio-button__inner {
263
+ padding: 5px 10px;
264
+ }
265
+
266
+ .ct-Seg .ct-radios .el-input__icon.el-icon-circle-close {
267
+ min-height: initial;
268
+ line-height: initial;
269
+ }
270
+
271
+ .ct-Seg.ct-Seg-mini .ct-radios, .ct-Seg.ct-Seg-mini .ct-radios .el-radio__label {
272
+ min-height: initial;
273
+ line-height: 26px;
242
274
  }
275
+
243
276
  .el-input-group__append, .el-input-group__prepend {
244
- color: #666;
245
- border-color:#cecece;
246
- }
247
- .details-content .ct-search-list .ct-ptb5{
248
- padding: 0 0 10px 0;
249
- }
250
- .details-content .ct-search-list .ct-searchtable{
251
- margin-top: 0;
252
- padding: 0px;
253
- }
254
- .details-content .ct-search-list .ct-searchtable .ct-table-content{
255
- padding: 0;
256
- }
257
- .lableinput .ct-unitname {
258
- display: contents;
259
- }
260
- .hyperLinkList .el-button + .el-button{
261
- margin-left: 0!important;
277
+ color: #666;
278
+ border-color: #cecece;
279
+ }
280
+
281
+ .details-content .ct-search-list .ct-ptb5 {
282
+ padding: 0 0 10px 0;
283
+ }
284
+
285
+ .details-content .ct-search-list .ct-searchtable {
286
+ margin-top: 0;
287
+ padding: 0px;
288
+ }
289
+
290
+ .details-content .ct-search-list .ct-searchtable .ct-table-content {
291
+ padding: 0;
262
292
  }
263
- /* 弹窗 单选按钮鼠标移上 */
264
- .field-top .ct-radios .el-radio__inner:hover{
265
- border-color: var(--centalineBlue) !important;
293
+
294
+ .lableinput .ct-unitname {
295
+ display: contents;
266
296
  }
267
- .field-top .ct-radios .el-radio:hover .el-radio__input .el-radio__inner{
268
- border-color: var(--centalineBlue) !important;
297
+
298
+ .hyperLinkList .el-button + .el-button {
299
+ margin-left: 0 !important;
269
300
  }
270
- .field-top .ct-radios .el-radio:hover .el-radio__label{
271
- color: var(--centalineBlue) !important;
301
+ /* 弹窗 单选按钮鼠标移上 */
302
+ .field-top .ct-radios .el-radio__inner:hover {
303
+ border-color: var(--centalineBlue) !important;
272
304
  }
273
- .field-top .ct-radios .el-radio.is-disabled:hover .el-radio__label{
274
- color: #c0c4cc !important;
305
+
306
+ .field-top .ct-radios .el-radio:hover .el-radio__input .el-radio__inner {
307
+ border-color: var(--centalineBlue) !important;
275
308
  }
276
- .field-top .ct-radios .el-radio.is-disabled:hover .el-radio__input .el-radio__inner{
309
+
310
+ .field-top .ct-radios .el-radio:hover .el-radio__label {
311
+ color: var(--centalineBlue) !important;
312
+ }
313
+
314
+ .field-top .ct-radios .el-radio.is-disabled:hover .el-radio__label {
315
+ color: #c0c4cc !important;
316
+ }
317
+
318
+ .field-top .ct-radios .el-radio.is-disabled:hover .el-radio__input .el-radio__inner {
277
319
  border-color: #d6d6d6 !important;
278
320
  }
279
- .field-top .ct-radios .el-radio.is-checked:hover .el-radio__label{
280
- color: var(--centalineBlue) !important;
321
+
322
+ .field-top .ct-radios .el-radio.is-checked:hover .el-radio__label {
323
+ color: var(--centalineBlue) !important;
281
324
  }
282
- .field-top .ct-radios .el-radio.is-checked:hover .el-radio__input .el-radio__inner{
283
- border-color: var(--centalineBlue) !important;
325
+
326
+ .field-top .ct-radios .el-radio.is-checked:hover .el-radio__input .el-radio__inner {
327
+ border-color: var(--centalineBlue) !important;
284
328
  }
285
- .el-radio__input.is-checked .el-radio__inner {
286
- border-color: var(--centalineBlue) !important;
287
- background: var(--centalineBlue) !important;
329
+
330
+ .el-radio__input.is-checked .el-radio__inner {
331
+ border-color: var(--centalineBlue) !important;
332
+ background: var(--centalineBlue) !important;
288
333
  }
334
+
289
335
  .el-radio__input.is-checked + .el-radio__label {
290
- color: var(--centalineBlue) !important;
336
+ color: var(--centalineBlue) !important;
291
337
  }
292
- .ct-table-content .ct-table .ct-tr .cell img{
293
- display: inherit;
338
+
339
+ .ct-table-content .ct-table .ct-tr .cell img {
340
+ display: inherit;
294
341
  }
295
342
 
296
343
 
297
- .max.el-button.el-button--mini{
298
- height: 26px;
344
+ .max.el-button.el-button--mini {
345
+ height: 26px;
299
346
  }
300
- .ct-text .showLabel label{
301
- line-height: 27px!important;
302
- }
303
- .ct-text .el-tooltip {
304
- cursor: text;
347
+
348
+ .ct-text .showLabel label {
349
+ line-height: 27px !important;
305
350
  }
306
- .dragItem .el-checkbox__input.is-checked+.el-checkbox__label {
307
- /* color: var(--centalineBlue) !important; */
308
- color: #666 !important;
351
+
352
+ .ct-text .el-tooltip {
353
+ cursor: text;
309
354
  }
310
- #dragAll .el-checkbox__input.is-checked+.el-checkbox__label{
311
- font-weight: 700;
355
+
356
+ .dragItem .el-checkbox__input.is-checked + .el-checkbox__label {
357
+ /* color: var(--centalineBlue) !important; */
358
+ color: #666 !important;
359
+ }
360
+
361
+ #dragAll .el-checkbox__input.is-checked + .el-checkbox__label {
362
+ font-weight: 700;
312
363
  }
313
364
  /* .dragItem .el-checkbox__input.is-checked .el-checkbox__inner,
314
365
  .dragItem .el-checkbox__input.is-indeterminate .el-checkbox__inner {
@@ -316,62 +367,120 @@
316
367
  border-color: var(--centalineBlue) !important;
317
368
  } */
318
369
  .ct-inputNumber .el-input-group {
319
- display: flex;
320
- justify-content: flex-start;
321
- align-items: center;
370
+ display: flex;
371
+ justify-content: flex-start;
372
+ align-items: center;
322
373
  }
323
- .st-serach-screen .max-shortcutFollow {
324
- padding-left: 0px !important;
325
- padding-bottom: 10px !important;
374
+
375
+ .st-serach-screen .max-shortcutFollow {
376
+ padding-left: 0px !important;
377
+ padding-bottom: 10px !important;
326
378
  }
379
+
327
380
  .st-serach-screen .max-list-field {
328
- padding-left: 0px !important;
381
+ padding-left: 0px !important;
329
382
  }
383
+
330
384
  .st-serach-screen .max-ptb5 {
331
- padding-bottom: 5px !important;
385
+ padding-bottom: 5px !important;
332
386
  }
333
- .ct-iti .el-date-editor .el-input__icon,.ct-iti .el-date-editor .el-input__inner,.ct-iti .el-date-editor .el-input__prefix,.ct-iti .el-date-editor .el-range-input,.ct-iti .el-date-editor .el-range-separator{
334
- cursor: auto !important;
387
+
388
+ .ct-iti .el-date-editor .el-input__icon, .ct-iti .el-date-editor .el-input__inner, .ct-iti .el-date-editor .el-input__prefix, .ct-iti .el-date-editor .el-range-input, .ct-iti .el-date-editor .el-range-separator {
389
+ cursor: auto !important;
335
390
  }
336
- .ct-iti .el-date-editor .ct-unitname.el-input__suffix.el-input__suffix-inner{
337
- color: var(--centalinePlaceholder);
391
+
392
+ .ct-iti .el-date-editor .ct-unitname.el-input__suffix.el-input__suffix-inner {
393
+ color: var(--centalinePlaceholder);
338
394
  }
395
+
339
396
  .ct-checkbox .el-checkbox {
340
- color: var(--centalineBlack);
341
- }
342
- .ct-td .el-checkbox__input.is-checked .el-checkbox__inner{
343
- background-color: var(--chinaRed) !important;
344
- border-color: var(--chinaRed) !important;
345
- }
346
- .ct-td .el-checkbox__input.is-indeterminate .el-checkbox__inner{
347
- background-color: var(--chinaRed) !important;
348
- border-color: var(--chinaRed) !important;
349
- }
350
- /* 弹窗多选框 */
351
- .field-top .el-checkbox__input.is-focus .el-checkbox__inner,.field-top .el-checkbox__inner:hover{
352
- border-color:var(--centalineBlue) !important;
353
- }
354
- .field-top .el-checkbox__input.is-checked .el-checkbox__inner {
355
- background-color:var(--centalineBlue) !important;;
356
- border-color: var(--centalineBlue) !important;;
357
- }
358
- .field-top .el-checkbox:hover .el-checkbox__inner{
359
- border-color:var(--centalineBlue) !important;
360
- }
361
- .field-top .ct-checkbox .el-checkbox.is-disabled:hover .el-checkbox__label{
362
- color: #c0c4cc !important;
363
- }
364
- .field-top .ct-checkbox .el-checkbox.is-disabled:hover .el-checkbox__input .el-checkbox__inner{
365
- border-color: #d6d6d6 !important;
366
- }
367
- .field-top .ct-checkbox .el-checkbox.is-checked:hover .el-checkbox__label{
368
- color: var(--centalineBlue) !important;
369
- }
370
- .field-top .ct-checkbox .el-checkbox.is-checked:hover .el-checkbox__input .el-checkbox__inner{
371
- border-color: var(--centalineBlue) !important;
372
- }
373
- .el-container button.el-button.max.el-button--primary.el-button--mini.ct-font-size-mini:hover{
374
- background-color:var(--btnHoverRed) !important;
375
- border-color: var(--btnHoverRed) !important;
376
- color: #fff !important;
377
- }
397
+ color: var(--centalineBlack);
398
+ }
399
+
400
+ .ct-td .el-checkbox__input.is-checked .el-checkbox__inner {
401
+ background-color: var(--chinaRed) !important;
402
+ border-color: var(--chinaRed) !important;
403
+ }
404
+
405
+ .ct-td .el-checkbox__input.is-indeterminate .el-checkbox__inner {
406
+ background-color: var(--chinaRed) !important;
407
+ border-color: var(--chinaRed) !important;
408
+ }
409
+ /* 弹窗多选框 */
410
+ .field-top .el-checkbox__input.is-focus .el-checkbox__inner, .field-top .el-checkbox__inner:hover {
411
+ border-color: var(--centalineBlue) !important;
412
+ }
413
+
414
+ .field-top .el-checkbox__input.is-checked .el-checkbox__inner {
415
+ background-color: var(--centalineBlue) !important;
416
+ ;
417
+ border-color: var(--centalineBlue) !important;
418
+ ;
419
+ }
420
+
421
+ .field-top .el-checkbox:hover .el-checkbox__inner {
422
+ border-color: var(--centalineBlue) !important;
423
+ }
424
+
425
+ .field-top .ct-checkbox .el-checkbox.is-disabled:hover .el-checkbox__label {
426
+ color: #c0c4cc !important;
427
+ }
428
+
429
+ .field-top .ct-checkbox .el-checkbox.is-disabled:hover .el-checkbox__input .el-checkbox__inner {
430
+ border-color: #d6d6d6 !important;
431
+ }
432
+
433
+ .field-top .ct-checkbox .el-checkbox.is-checked:hover .el-checkbox__label {
434
+ color: var(--centalineBlue) !important;
435
+ }
436
+
437
+ .field-top .ct-checkbox .el-checkbox.is-checked:hover .el-checkbox__input .el-checkbox__inner {
438
+ border-color: var(--centalineBlue) !important;
439
+ }
440
+
441
+ .el-container button.el-button.max.el-button--primary.el-button--mini.ct-font-size-mini:hover {
442
+ background-color: var(--btnHoverRed) !important;
443
+ border-color: var(--btnHoverRed) !important;
444
+ color: #fff !important;
445
+ }
446
+
447
+ .max-search-btn-dropdown .el-button-group .el-button--primary:hover,
448
+ .el-dropdown-menu .el-button--primary:hover,
449
+ .el-dropdown-menu .el-button--default:hover {
450
+ background: var(--btnHoverRed);
451
+ color: #FFF;
452
+ }
453
+
454
+ .max-search-btn-dropdown .el-button-group .el-button--primary {
455
+ height: 26px;
456
+ background-color: var(--chinaRed);
457
+ }
458
+
459
+ .max-search-btn-dropdown .el-button-group .el-button--primary:first-child {
460
+ border-right-color: rgba(255, 255, 255, 0.5) !important;
461
+ }
462
+
463
+ .max-search-btn-dropdown .el-button-group > .el-button--primary:last-child:hover {
464
+ border-left: 0px;
465
+ }
466
+
467
+ .el-dropdown-menu .el-button--primary {
468
+ background-color: var(--chinaRed);
469
+ }
470
+
471
+ .el-dropdown-menu .el-button--primary:hover {
472
+ background: var(--btnHoverRed);
473
+ color: #FFF;
474
+ }
475
+
476
+ .el-dropdown-menu .el-button--primary.is-disabled, .el-dropdown-menu .el-button--primary.is-disabled:hover, .el-dropdown-menu .el-button--primary.is-disabled:focus, .el-dropdown-menu .el-button--primary.is-disabled:active {
477
+ color: #FFF !important;
478
+ background-color: var(--chinaRed);
479
+ border-color: var(--chinaRed);
480
+ }
481
+
482
+ .el-dropdown-menu .el-button.is-disabled, .el-dropdown-menu .el-button.is-disabled:hover, .el-dropdown-menu .el-button.is-disabled:focus, .el-dropdown-menu .el-button.is-disabled:active {
483
+ color: #999999 !important;
484
+ background: #F3F3F3;
485
+ border: 1px solid #E0E0E0;
486
+ }