cnhis-design-vue 3.1.9-beta.10 → 3.1.9-beta.11
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/es/packages/big-table/src/BigTable.vue_vue_type_script_setup_true_lang.js +1 -1
- package/es/packages/form-render/index.d.ts +2 -2
- package/es/packages/form-render/src/FormRender.vue.d.ts +3 -3
- package/es/packages/form-render/src/FormRender.vue_vue_type_script_setup_true_lang.js +14 -5
- package/es/packages/form-render/src/components/cascader.js +0 -1
- package/es/packages/form-render/src/hooks/useAsyncQueue.js +1 -1
- package/es/packages/form-render/src/hooks/useFieldList2Schema.js +1 -1
- package/es/packages/form-render/src/hooks/useFormField.js +1 -3
- package/es/packages/form-render/src/types/index.d.ts +1 -1
- package/es/packages/form-render/style/index.css +1 -1
- package/es/packages/index.css +1 -1
- package/es/packages/scale-view/src/components/formitem/r-datetime.js +2 -1
- package/es/src/assets/img/failure.d.ts +2 -1
- package/es/src/assets/img/icon-asc.d.ts +2 -1
- package/es/src/assets/img/icon-desc.d.ts +2 -1
- package/es/src/assets/img/no-permission.d.ts +2 -1
- package/es/src/assets/img/nodata.d.ts +2 -1
- package/es/src/assets/img/notfound.d.ts +2 -1
- package/es/src/assets/img/qr.d.ts +2 -1
- package/es/src/assets/img/success.d.ts +2 -1
- package/es/src/assets/img/video.d.ts +2 -1
- package/es/src/assets/img/video_default_cover.d.ts +2 -1
- package/es/src/assets/img/video_hover.d.ts +2 -1
- package/es/src/assets/img/video_play_hover.d.ts +2 -1
- package/es/src/assets/img/xb_big.d.ts +2 -1
- package/es/src/assets/img/xb_small.d.ts +2 -1
- package/package.json +1 -1
- package/test.ts +326 -0
- package/es/packages/big-table/style/index.less +0 -551
- package/es/packages/bpmn-workflow/style/index.less +0 -29
- package/es/packages/button-print/style/index.less +0 -30
- package/es/packages/chunk-upload/style/index.less +0 -395
- package/es/packages/drag-layout/style/index.less +0 -208
- package/es/packages/editor/style/index.less +0 -0
- package/es/packages/fabric-chart/style/index.less +0 -0
- package/es/packages/field-set/style/index.less +0 -157
- package/es/packages/form-render/style/index.less +0 -129
- package/es/packages/form-table/style/index.less +0 -301
- package/es/packages/grid/style/index.less +0 -13
- package/es/packages/index.less +0 -3069
- package/es/packages/info-header/style/index.less +0 -149
- package/es/packages/map/style/index.less +0 -60
- package/es/packages/scale-view/style/index.less +0 -753
- package/es/packages/select-label/style/index.less +0 -151
- package/es/packages/select-person/style/index.less +0 -229
- package/es/packages/time-line/style/index.less +0 -35
|
@@ -1,151 +0,0 @@
|
|
|
1
|
-
.c-select-label {
|
|
2
|
-
.label-disable-wrap {
|
|
3
|
-
width: 100%;
|
|
4
|
-
font-size: 14px;
|
|
5
|
-
line-height: 20px;
|
|
6
|
-
display: flex;
|
|
7
|
-
align-items: center;
|
|
8
|
-
flex-direction: column;
|
|
9
|
-
|
|
10
|
-
.label-disable-img {
|
|
11
|
-
width: 320px;
|
|
12
|
-
height: 248px;
|
|
13
|
-
}
|
|
14
|
-
}
|
|
15
|
-
.common-label {
|
|
16
|
-
padding: 4px 12px;
|
|
17
|
-
margin-top: 8px !important;
|
|
18
|
-
border-radius: 4px;
|
|
19
|
-
border: 1px solid rgba(0, 0, 0, 0.1);
|
|
20
|
-
> span {
|
|
21
|
-
margin-right: 16px;
|
|
22
|
-
color: rgba(0, 0, 0, 0.9);
|
|
23
|
-
}
|
|
24
|
-
}
|
|
25
|
-
.form-add-icon-label {
|
|
26
|
-
margin-bottom: 4px;
|
|
27
|
-
color: #2d7aff;
|
|
28
|
-
cursor: pointer;
|
|
29
|
-
display: inline-flex;
|
|
30
|
-
align-items: center;
|
|
31
|
-
}
|
|
32
|
-
.anticon + .anticon {
|
|
33
|
-
margin-left: 16px;
|
|
34
|
-
}
|
|
35
|
-
.label-disable-wrap {
|
|
36
|
-
text-align: center;
|
|
37
|
-
}
|
|
38
|
-
.n-tag {
|
|
39
|
-
max-width: 108px;
|
|
40
|
-
margin: 0 8px 0 0;
|
|
41
|
-
border: 1px solid rgb(224, 224, 230);
|
|
42
|
-
.n-base-icon {
|
|
43
|
-
color: #fff;
|
|
44
|
-
}
|
|
45
|
-
.n-tag__content {
|
|
46
|
-
display: inline-block;
|
|
47
|
-
align-items: center;
|
|
48
|
-
max-width: 80px;
|
|
49
|
-
height: 100%;
|
|
50
|
-
line-height: 20px;
|
|
51
|
-
overflow: hidden;
|
|
52
|
-
text-overflow: ellipsis;
|
|
53
|
-
white-space: nowrap;
|
|
54
|
-
}
|
|
55
|
-
}
|
|
56
|
-
}
|
|
57
|
-
|
|
58
|
-
.c-label-form-content {
|
|
59
|
-
width: 100%;
|
|
60
|
-
height: 100%;
|
|
61
|
-
border-top: 1px solid #e8e8e8;
|
|
62
|
-
border-bottom: 1px solid #e8e8e8;
|
|
63
|
-
.label-wrap {
|
|
64
|
-
display: flex;
|
|
65
|
-
width: 100%;
|
|
66
|
-
height: 100%;
|
|
67
|
-
.left-label-wrap {
|
|
68
|
-
width: 140px;
|
|
69
|
-
height: 404px;
|
|
70
|
-
max-height: 404px;
|
|
71
|
-
border-right: 1px solid #e8e8e8;
|
|
72
|
-
&.total-left-label-wrap {
|
|
73
|
-
height: calc(100vh - 109px);
|
|
74
|
-
max-height: calc(100vh - 109px);
|
|
75
|
-
}
|
|
76
|
-
&.explicit-label-wrap {
|
|
77
|
-
width: 100%;
|
|
78
|
-
height: auto;
|
|
79
|
-
overflow: hidden;
|
|
80
|
-
overflow-y: auto;
|
|
81
|
-
}
|
|
82
|
-
.n-anchor.n-anchor--block .n-anchor-link {
|
|
83
|
-
padding: 10px 8px;
|
|
84
|
-
font-size: 14px;
|
|
85
|
-
&.n-anchor-link--active {
|
|
86
|
-
background-color: #f2f2f2;
|
|
87
|
-
}
|
|
88
|
-
}
|
|
89
|
-
}
|
|
90
|
-
.right-label-wrap {
|
|
91
|
-
flex: 1;
|
|
92
|
-
height: 404px;
|
|
93
|
-
max-height: 404px;
|
|
94
|
-
overflow-y: auto;
|
|
95
|
-
&.total-right-label-wrap {
|
|
96
|
-
max-height: calc(100vh - 109px);
|
|
97
|
-
}
|
|
98
|
-
.label-add {
|
|
99
|
-
position: relative;
|
|
100
|
-
top: 2px;
|
|
101
|
-
height: 30px;
|
|
102
|
-
line-height: 30px;
|
|
103
|
-
width: 108px;
|
|
104
|
-
text-align: center;
|
|
105
|
-
display: inline-flex;
|
|
106
|
-
justify-content: center;
|
|
107
|
-
}
|
|
108
|
-
.add-input {
|
|
109
|
-
width: 108px;
|
|
110
|
-
.n-input__suffix {
|
|
111
|
-
cursor: pointer;
|
|
112
|
-
}
|
|
113
|
-
}
|
|
114
|
-
}
|
|
115
|
-
.explicit-continer {
|
|
116
|
-
width: 100%;
|
|
117
|
-
border: 1px solid #d5d5d5;
|
|
118
|
-
}
|
|
119
|
-
}
|
|
120
|
-
.edit-label-type {
|
|
121
|
-
font-size: 12px;
|
|
122
|
-
margin-left: 4px;
|
|
123
|
-
}
|
|
124
|
-
.edit-label-content {
|
|
125
|
-
padding: 0 14px;
|
|
126
|
-
.edit-content {
|
|
127
|
-
width: 100%;
|
|
128
|
-
margin-top: 8px;
|
|
129
|
-
margin-bottom: 10px;
|
|
130
|
-
.n-tag {
|
|
131
|
-
max-width: 108px;
|
|
132
|
-
margin: 0 8px 8px 0;
|
|
133
|
-
text-align: center;
|
|
134
|
-
border: 1px solid rgb(224, 224, 230);
|
|
135
|
-
.n-tag__content {
|
|
136
|
-
display: inline-flex;
|
|
137
|
-
align-items: center;
|
|
138
|
-
span {
|
|
139
|
-
display: inline-block;
|
|
140
|
-
width: 80px;
|
|
141
|
-
height: 100%;
|
|
142
|
-
line-height: 30px;
|
|
143
|
-
overflow: hidden;
|
|
144
|
-
text-overflow: ellipsis;
|
|
145
|
-
white-space: nowrap;
|
|
146
|
-
}
|
|
147
|
-
}
|
|
148
|
-
}
|
|
149
|
-
}
|
|
150
|
-
}
|
|
151
|
-
}
|
|
@@ -1,229 +0,0 @@
|
|
|
1
|
-
@primary-color: #5585f5;
|
|
2
|
-
.people-tree {
|
|
3
|
-
display: flex;
|
|
4
|
-
|
|
5
|
-
.people-tree-item {
|
|
6
|
-
width: 50%;
|
|
7
|
-
padding: 22px 12px 0;
|
|
8
|
-
max-height: 376px;
|
|
9
|
-
height: 376px;
|
|
10
|
-
overflow-y: auto;
|
|
11
|
-
|
|
12
|
-
&.people-tree-left {
|
|
13
|
-
display: flex;
|
|
14
|
-
flex-direction: column;
|
|
15
|
-
}
|
|
16
|
-
|
|
17
|
-
&:first-child {
|
|
18
|
-
border-right: 1px solid #e8e8e8;
|
|
19
|
-
}
|
|
20
|
-
|
|
21
|
-
.tag-item {
|
|
22
|
-
&.isRoot {
|
|
23
|
-
background: rgba(@primary-color, 0.08);
|
|
24
|
-
border: 1px solid rgba(@primary-color, 0.5);
|
|
25
|
-
color: @primary-color;
|
|
26
|
-
|
|
27
|
-
.tag-close {
|
|
28
|
-
color: @primary-color;
|
|
29
|
-
|
|
30
|
-
&:hover {
|
|
31
|
-
color: rgba(@primary-color, 0.6);
|
|
32
|
-
}
|
|
33
|
-
}
|
|
34
|
-
|
|
35
|
-
}
|
|
36
|
-
|
|
37
|
-
box-sizing: border-box;
|
|
38
|
-
color: #212121;
|
|
39
|
-
font-size: 14px;
|
|
40
|
-
list-style: none;
|
|
41
|
-
display: inline-flex;
|
|
42
|
-
align-items: center;
|
|
43
|
-
height: 24px;
|
|
44
|
-
line-height: 24px;
|
|
45
|
-
margin-right: 8px;
|
|
46
|
-
margin-bottom: 4px;
|
|
47
|
-
padding: 0 6px;
|
|
48
|
-
white-space: nowrap;
|
|
49
|
-
background: rgba(#d5d5d5, 0.2);
|
|
50
|
-
border: 1px solid rgba(#000000, 0.14);
|
|
51
|
-
border-radius: 4px;
|
|
52
|
-
transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
|
|
53
|
-
|
|
54
|
-
.tag-close {
|
|
55
|
-
&:hover {
|
|
56
|
-
color: rgba(@primary-color, 0.6);
|
|
57
|
-
}
|
|
58
|
-
|
|
59
|
-
&:active {
|
|
60
|
-
color: #fff;
|
|
61
|
-
}
|
|
62
|
-
|
|
63
|
-
display: inline-block;
|
|
64
|
-
font-size: 14px;
|
|
65
|
-
margin-left: 3px;
|
|
66
|
-
color: #969696;
|
|
67
|
-
font-weight: 700;
|
|
68
|
-
cursor: pointer;
|
|
69
|
-
transition: all 0.3s;
|
|
70
|
-
}
|
|
71
|
-
}
|
|
72
|
-
|
|
73
|
-
.no-data-tips {
|
|
74
|
-
height: 200px;
|
|
75
|
-
width: 100%;
|
|
76
|
-
display: flex;
|
|
77
|
-
justify-content: center;
|
|
78
|
-
align-items: center;
|
|
79
|
-
font-size: 16px;
|
|
80
|
-
font-weight: 700;
|
|
81
|
-
}
|
|
82
|
-
|
|
83
|
-
.c-title {
|
|
84
|
-
font-size: 14px;
|
|
85
|
-
font-family: PingFangSC-Regular, PingFang SC;
|
|
86
|
-
font-weight: 400;
|
|
87
|
-
color: #212121;
|
|
88
|
-
}
|
|
89
|
-
|
|
90
|
-
.c-sub-title {
|
|
91
|
-
font-size: 12px;
|
|
92
|
-
font-family: PingFangSC-Regular, PingFang SC;
|
|
93
|
-
color: #4e4e4e;
|
|
94
|
-
}
|
|
95
|
-
|
|
96
|
-
.p-title {
|
|
97
|
-
font-size: 14px;
|
|
98
|
-
font-family: PingFangSC-Medium, PingFang SC;
|
|
99
|
-
font-weight: 500;
|
|
100
|
-
color: #212121;
|
|
101
|
-
}
|
|
102
|
-
|
|
103
|
-
&.tags-box {
|
|
104
|
-
display: flex;
|
|
105
|
-
flex-wrap: wrap;
|
|
106
|
-
justify-content: flex-start;
|
|
107
|
-
align-items: flex-start;
|
|
108
|
-
align-content: flex-start;
|
|
109
|
-
}
|
|
110
|
-
}
|
|
111
|
-
}
|
|
112
|
-
|
|
113
|
-
.df {
|
|
114
|
-
display: flex;
|
|
115
|
-
}
|
|
116
|
-
|
|
117
|
-
.search-input-icon {
|
|
118
|
-
color: rgba(0, 0, 0, 0.4);
|
|
119
|
-
margin-bottom: -2px;
|
|
120
|
-
}
|
|
121
|
-
|
|
122
|
-
.main-tree-container {
|
|
123
|
-
overflow-y: auto;
|
|
124
|
-
}
|
|
125
|
-
|
|
126
|
-
.df {
|
|
127
|
-
display: flex;
|
|
128
|
-
}
|
|
129
|
-
|
|
130
|
-
.search-tree-wrap {
|
|
131
|
-
.search-tree-item {
|
|
132
|
-
display: flex;
|
|
133
|
-
align-items: center;
|
|
134
|
-
}
|
|
135
|
-
|
|
136
|
-
.name-wrap {
|
|
137
|
-
width: 48px;
|
|
138
|
-
height: 48px;
|
|
139
|
-
background: #7d88b5;
|
|
140
|
-
display: flex;
|
|
141
|
-
align-items: center;
|
|
142
|
-
justify-content: center;
|
|
143
|
-
border-radius: 50%;
|
|
144
|
-
margin-right: 13px;
|
|
145
|
-
|
|
146
|
-
.name {
|
|
147
|
-
font-size: 16px;
|
|
148
|
-
color: #ffffff;
|
|
149
|
-
margin-bottom: 0;
|
|
150
|
-
line-height: 16px;
|
|
151
|
-
}
|
|
152
|
-
}
|
|
153
|
-
|
|
154
|
-
.info-wrap {
|
|
155
|
-
overflow: hidden;
|
|
156
|
-
text-overflow: ellipsis;
|
|
157
|
-
white-space: nowrap;
|
|
158
|
-
display: flex;
|
|
159
|
-
flex-direction: column;
|
|
160
|
-
}
|
|
161
|
-
|
|
162
|
-
.info-wrap-top {
|
|
163
|
-
align-items: flex-end;
|
|
164
|
-
margin: 0;
|
|
165
|
-
margin-bottom: 1px;
|
|
166
|
-
overflow: hidden;
|
|
167
|
-
text-overflow: ellipsis;
|
|
168
|
-
white-space: nowrap;
|
|
169
|
-
}
|
|
170
|
-
|
|
171
|
-
.info-wrap-title {
|
|
172
|
-
margin-bottom: 0;
|
|
173
|
-
font-size: 16px;
|
|
174
|
-
font-family: PingFangSC-Regular, PingFang SC;
|
|
175
|
-
font-weight: 400;
|
|
176
|
-
color: #4e4e4e;
|
|
177
|
-
line-height: 16px;
|
|
178
|
-
|
|
179
|
-
.c-title {
|
|
180
|
-
font-size: 14px;
|
|
181
|
-
font-family: PingFangSC-Regular, PingFang SC;
|
|
182
|
-
font-weight: 400;
|
|
183
|
-
color: #212121;
|
|
184
|
-
}
|
|
185
|
-
|
|
186
|
-
.c-sub-title {
|
|
187
|
-
font-size: 12px;
|
|
188
|
-
font-family: PingFangSC-Regular, PingFang SC;
|
|
189
|
-
color: #4e4e4e;
|
|
190
|
-
}
|
|
191
|
-
}
|
|
192
|
-
|
|
193
|
-
.info-wrap-desc {
|
|
194
|
-
margin-left: 10px;
|
|
195
|
-
margin-bottom: 0;
|
|
196
|
-
font-size: 12px;
|
|
197
|
-
line-height: 17px;
|
|
198
|
-
color: #aeaeae;
|
|
199
|
-
}
|
|
200
|
-
|
|
201
|
-
.info-wrap-position {
|
|
202
|
-
margin-bottom: 0;
|
|
203
|
-
font-size: 12px;
|
|
204
|
-
color: #7d88b5;
|
|
205
|
-
line-height: 17px;
|
|
206
|
-
}
|
|
207
|
-
}
|
|
208
|
-
|
|
209
|
-
.load-more-btn-wrap {
|
|
210
|
-
display: flex;
|
|
211
|
-
justify-content: center;
|
|
212
|
-
height: 35px;
|
|
213
|
-
line-height: 35px;
|
|
214
|
-
cursor: pointer;
|
|
215
|
-
padding-top: 10px;
|
|
216
|
-
box-sizing: border-box;
|
|
217
|
-
|
|
218
|
-
.search-input-icon {
|
|
219
|
-
font-size: 16px;
|
|
220
|
-
color: rgba(0, 0, 0, 0.4);
|
|
221
|
-
margin-right: 14px;
|
|
222
|
-
}
|
|
223
|
-
|
|
224
|
-
.load-more-btn {
|
|
225
|
-
font-size: 12px;
|
|
226
|
-
color: #747c8e;
|
|
227
|
-
line-height: 12px;
|
|
228
|
-
}
|
|
229
|
-
}
|
|
@@ -1,35 +0,0 @@
|
|
|
1
|
-
@border-width: 5px;
|
|
2
|
-
.c-time-line {
|
|
3
|
-
&.n-timeline .n-timeline-item .n-timeline-item-timeline .n-timeline-item-timeline__circle {
|
|
4
|
-
width: 10px;
|
|
5
|
-
height: 10px;
|
|
6
|
-
border-left-width: @border-width;
|
|
7
|
-
border-right-width: @border-width;
|
|
8
|
-
border-top-width: @border-width;
|
|
9
|
-
border-bottom-width: @border-width;
|
|
10
|
-
margin-left: 2px;
|
|
11
|
-
}
|
|
12
|
-
.content {
|
|
13
|
-
width: 245px;
|
|
14
|
-
padding: 10px;
|
|
15
|
-
box-sizing: border-box;
|
|
16
|
-
border: 1px solid #D5D5D5;
|
|
17
|
-
border-radius: 4px;
|
|
18
|
-
background-color: #FAFAFA;
|
|
19
|
-
color: #212121;
|
|
20
|
-
font-size: 14px;
|
|
21
|
-
margin-bottom: 10px;
|
|
22
|
-
&-name {
|
|
23
|
-
font-size: 16px;
|
|
24
|
-
font-weight: 600;
|
|
25
|
-
&+span {
|
|
26
|
-
color: #666;
|
|
27
|
-
}
|
|
28
|
-
}
|
|
29
|
-
p {
|
|
30
|
-
margin: 5px 0 0;
|
|
31
|
-
line-height: 20px;
|
|
32
|
-
text-align: left;
|
|
33
|
-
}
|
|
34
|
-
}
|
|
35
|
-
}
|