centaline-data-driven 1.5.29 → 1.5.31
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.
- package/.vs/Centaline.Front_End.DataDriven/DesignTimeBuild/.dtbcache.v2 +0 -0
- package/.vs/Centaline.Front_End.DataDriven/config/applicationhost.config +1034 -0
- package/obj/Centaline.Front_End.DataDriven.csproj.nuget.dgspec.json +10 -11
- package/obj/Centaline.Front_End.DataDriven.csproj.nuget.g.props +14 -11
- package/obj/Centaline.Front_End.DataDriven.csproj.nuget.g.targets +7 -7
- package/obj/Debug/netcoreapp2.1/Centaline.Front_End.DataDriven.csproj.FileListAbsolute.txt +6 -0
- package/obj/project.assets.json +52 -11
- package/package.json +1 -1
- package/release-log.md +30 -0
- package/src/SearchList.vue +20 -20
- package/src/centaline/common/index.js +7 -4
- package/src/centaline/css/max.css +404 -295
- package/src/centaline/dynamicBtn/src/dynamicBtn.vue +124 -25
- package/src/centaline/dynamicFile/src/dynamicFile.vue +2 -2
- package/src/centaline/dynamicForm/src/dynamicForm.vue +11 -4
- package/src/centaline/dynamicHyperLink/index.js +1 -1
- package/src/centaline/dynamicInputNumber/src/dynamicInputNumber.vue +1 -0
- package/src/centaline/dynamicLayout/src/dynamicLayoutChildren.vue +17 -17
- package/src/centaline/dynamicLayout/src/dynamicLayoutChildrenFor.vue +4 -4
- package/src/centaline/dynamicLayout/src/dynamicLayoutImage.vue +4 -4
- package/src/centaline/dynamicPhotoSelect/src/dynamicPhotoSelect.vue +1 -1
- package/src/centaline/dynamicPlaceHolder/index.js +1 -1
- package/src/centaline/dynamicRepeat/src/dynamicRepeat.vue +35 -25
- package/src/centaline/dynamicSearchList/src/dynamicSearchScreen.vue +529 -12
- package/src/centaline/dynamicSos/src/dynamicSos.vue +9 -7
- package/src/centaline/dynamicTree/src/dynamicTree.vue +234 -61
- package/src/centaline/formData/index.js +6 -3
- package/src/centaline/loader/src/ctl/Button.js +43 -2
- package/src/centaline/loader/src/ctl/PlaceHolder.js +2 -2
- package/src/centaline/loader/src/ctl/Repeat.js +48 -9
- package/src/centaline/loader/src/ctl/SearchScreen.js +129 -4
- package/src/centaline/loader/src/ctl/SearchTable.js +1 -0
- package/src/centaline/loader/src/ctl/Sos.js +3 -2
- package/src/centaline/loader/src/ctl/Tree.js +19 -1
- package/src/centaline/loader/src/ctl/lib/LibFunction.js +2 -2
- package/src/main.js +4 -4
- package/wwwroot/static/centaline/centaline-data-driven.js +61894 -3
- package/wwwroot/static/centaline/centaline-data-driven.js.map +1 -1
- package/.vs/Centaline.Front_End.DataDriven/DesignTimeBuild/.dtbcache +0 -0
- package/.vs/Centaline.Front_End.DataDriven/v16/Server/sqlite3/db.lock +0 -0
- package/.vs/Centaline.Front_End.DataDriven/v16/Server/sqlite3/storage.ide +0 -0
|
@@ -1,314 +1,365 @@
|
|
|
1
1
|
|
|
2
2
|
/* 查询搜索 */
|
|
3
|
-
.max-search-btn
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
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
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
}
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
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
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
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
|
-
|
|
36
|
+
.max-ToolbarButton {
|
|
37
|
+
margin-right: 10px !important;
|
|
37
38
|
}
|
|
38
|
-
|
|
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
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
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
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
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
|
-
|
|
64
|
-
|
|
67
|
+
|
|
68
|
+
.max-btn-add button:hover, .max-btn-add:hover {
|
|
69
|
+
background-color: var(--btnHoverRed);
|
|
65
70
|
border-color: var(--btnHoverRed);
|
|
66
|
-
}
|
|
67
|
-
|
|
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
|
-
|
|
72
|
-
|
|
73
|
-
|
|
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
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
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
|
-
|
|
97
|
-
|
|
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
|
-
|
|
103
|
-
|
|
104
|
-
|
|
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
|
-
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
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
|
-
|
|
139
|
-
|
|
140
|
-
|
|
141
|
-
|
|
142
|
-
|
|
143
|
-
|
|
144
|
-
|
|
145
|
-
|
|
146
|
-
|
|
147
|
-
|
|
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
|
-
.
|
|
151
|
-
|
|
152
|
-
|
|
153
|
-
|
|
154
|
-
|
|
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
|
-
|
|
157
|
-
|
|
158
|
-
|
|
159
|
-
|
|
160
|
-
|
|
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
|
-
|
|
163
|
-
|
|
164
|
-
|
|
165
|
-
|
|
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
|
-
|
|
169
|
-
|
|
170
|
-
|
|
171
|
-
|
|
172
|
-
|
|
173
|
-
|
|
174
|
-
|
|
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
|
-
|
|
177
|
-
|
|
193
|
+
|
|
194
|
+
.max-cover-list-item .el-input__icon {
|
|
195
|
+
line-height: initial;
|
|
178
196
|
}
|
|
179
|
-
|
|
180
|
-
|
|
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
|
|
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
|
-
|
|
196
|
-
|
|
197
|
-
|
|
198
|
-
|
|
199
|
-
|
|
200
|
-
|
|
201
|
-
|
|
202
|
-
|
|
203
|
-
|
|
204
|
-
|
|
205
|
-
|
|
206
|
-
|
|
207
|
-
|
|
208
|
-
|
|
209
|
-
|
|
210
|
-
|
|
211
|
-
|
|
212
|
-
|
|
213
|
-
|
|
214
|
-
|
|
215
|
-
|
|
216
|
-
|
|
217
|
-
|
|
218
|
-
|
|
219
|
-
|
|
220
|
-
|
|
221
|
-
|
|
222
|
-
|
|
223
|
-
|
|
224
|
-
|
|
225
|
-
|
|
226
|
-
|
|
227
|
-
|
|
228
|
-
|
|
229
|
-
|
|
230
|
-
|
|
231
|
-
|
|
232
|
-
|
|
233
|
-
|
|
234
|
-
|
|
235
|
-
|
|
236
|
-
|
|
237
|
-
|
|
238
|
-
|
|
239
|
-
|
|
240
|
-
|
|
241
|
-
|
|
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
|
-
|
|
245
|
-
|
|
246
|
-
|
|
247
|
-
|
|
248
|
-
|
|
249
|
-
|
|
250
|
-
|
|
251
|
-
|
|
252
|
-
|
|
253
|
-
|
|
254
|
-
|
|
255
|
-
|
|
256
|
-
|
|
257
|
-
.
|
|
258
|
-
|
|
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
|
-
|
|
265
|
-
|
|
293
|
+
|
|
294
|
+
.lableinput .ct-unitname {
|
|
295
|
+
display: contents;
|
|
266
296
|
}
|
|
267
|
-
|
|
268
|
-
|
|
297
|
+
|
|
298
|
+
.hyperLinkList .el-button + .el-button {
|
|
299
|
+
margin-left: 0 !important;
|
|
269
300
|
}
|
|
270
|
-
|
|
271
|
-
|
|
301
|
+
/* 弹窗 单选按钮鼠标移上 */
|
|
302
|
+
.field-top .ct-radios .el-radio__inner:hover {
|
|
303
|
+
border-color: var(--centalineBlue) !important;
|
|
272
304
|
}
|
|
273
|
-
|
|
274
|
-
|
|
305
|
+
|
|
306
|
+
.field-top .ct-radios .el-radio:hover .el-radio__input .el-radio__inner {
|
|
307
|
+
border-color: var(--centalineBlue) !important;
|
|
275
308
|
}
|
|
276
|
-
|
|
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
|
-
|
|
280
|
-
|
|
321
|
+
|
|
322
|
+
.field-top .ct-radios .el-radio.is-checked:hover .el-radio__label {
|
|
323
|
+
color: var(--centalineBlue) !important;
|
|
281
324
|
}
|
|
282
|
-
|
|
283
|
-
|
|
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
|
-
|
|
286
|
-
|
|
287
|
-
|
|
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
|
-
|
|
336
|
+
color: var(--centalineBlue) !important;
|
|
291
337
|
}
|
|
292
|
-
|
|
293
|
-
|
|
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
|
-
|
|
344
|
+
.max.el-button.el-button--mini {
|
|
345
|
+
height: 26px;
|
|
299
346
|
}
|
|
300
|
-
|
|
301
|
-
|
|
302
|
-
|
|
303
|
-
.ct-text .el-tooltip {
|
|
304
|
-
cursor: text;
|
|
347
|
+
|
|
348
|
+
.ct-text .showLabel label {
|
|
349
|
+
line-height: 27px !important;
|
|
305
350
|
}
|
|
306
|
-
|
|
307
|
-
|
|
308
|
-
|
|
351
|
+
|
|
352
|
+
.ct-text .el-tooltip {
|
|
353
|
+
cursor: text;
|
|
309
354
|
}
|
|
310
|
-
|
|
311
|
-
|
|
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
|
-
|
|
320
|
-
|
|
321
|
-
|
|
370
|
+
display: flex;
|
|
371
|
+
justify-content: flex-start;
|
|
372
|
+
align-items: center;
|
|
322
373
|
}
|
|
323
|
-
|
|
324
|
-
|
|
325
|
-
|
|
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
|
-
|
|
381
|
+
padding-left: 0px !important;
|
|
329
382
|
}
|
|
383
|
+
|
|
330
384
|
.st-serach-screen .max-ptb5 {
|
|
331
|
-
|
|
385
|
+
padding-bottom: 5px !important;
|
|
332
386
|
}
|
|
333
|
-
|
|
334
|
-
|
|
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
|
-
|
|
337
|
-
|
|
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
|
-
|
|
341
|
-
}
|
|
342
|
-
|
|
343
|
-
|
|
344
|
-
|
|
345
|
-
|
|
346
|
-
|
|
347
|
-
|
|
348
|
-
|
|
349
|
-
|
|
350
|
-
|
|
351
|
-
|
|
352
|
-
|
|
353
|
-
|
|
354
|
-
|
|
355
|
-
|
|
356
|
-
|
|
357
|
-
|
|
358
|
-
|
|
359
|
-
|
|
360
|
-
|
|
361
|
-
|
|
362
|
-
|
|
363
|
-
|
|
364
|
-
|
|
365
|
-
|
|
366
|
-
|
|
367
|
-
|
|
368
|
-
|
|
369
|
-
|
|
370
|
-
|
|
371
|
-
|
|
372
|
-
|
|
373
|
-
|
|
374
|
-
|
|
375
|
-
|
|
376
|
-
|
|
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
|
+
}
|