cnhis-design-vue 3.1.18-beta.9 → 3.1.18
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/components/annotation-edit/style/index.css +1 -15
- package/es/components/big-table/src/BigTable.vue_vue_type_script_setup_true_lang.js +12 -4
- package/es/components/big-table/src/components/edit-form/edit-input.js +4 -1
- package/es/components/big-table/src/hooks/useEvent2.js +22 -7
- package/es/components/big-table/style/index.css +1 -634
- package/es/components/bpmn-workflow/style/index.css +1 -29
- package/es/components/button-print/src/utils/print.d.ts +1 -1
- package/es/components/button-print/src/utils/print2.js +12 -14
- package/es/components/button-print/style/index.css +1 -24
- package/es/components/chunk-upload/style/index.css +1 -365
- package/es/components/drag-layout/style/index.css +1 -175
- package/es/components/fabric-chart/src/hooks/index.js +1 -1
- package/es/components/fabric-chart/src/hooks/useCenter2.js +58 -38
- package/es/components/fabric-chart/src/hooks/useDraw.d.ts +2 -0
- package/es/components/fabric-chart/src/hooks/useDraw.js +1 -1
- package/es/components/fabric-chart/src/hooks/useDraw2.js +30 -1
- package/es/components/fabric-chart/src/hooks/useLeft2.js +8 -1
- package/es/components/fabric-chart/style/index.css +1 -43
- package/es/components/field-set/style/index.css +1 -139
- package/es/components/form-config/src/utils/index2.js +1 -1
- package/es/components/form-config/style/index.css +1 -158
- package/es/components/form-render/style/index.css +1 -146
- package/es/components/form-table/style/index.css +1 -214
- package/es/components/grid/src/hooks2.js +1 -0
- package/es/components/grid/style/index.css +1 -10
- package/es/components/index.css +1 -3346
- package/es/components/info-header/style/index.css +1 -121
- package/es/components/map/style/index.css +1 -61
- package/es/components/scale-view/style/index.css +1 -738
- package/es/components/select-label/style/index.css +1 -164
- package/es/components/select-person/style/index.css +1 -193
- package/es/components/shortcut-provider/style/index.css +1 -3
- package/es/components/shortcut-setter/style/index.css +1 -8
- package/es/components/steps-wheel/style/index.css +1 -161
- package/es/components/time-line/style/index.css +1 -37
- package/es/env.d.ts +0 -18
- package/package.json +2 -2
|
@@ -1,164 +1 @@
|
|
|
1
|
-
.c-select-label .label-disable-wrap {
|
|
2
|
-
width: 100%;
|
|
3
|
-
font-size: 14px;
|
|
4
|
-
line-height: 20px;
|
|
5
|
-
display: flex;
|
|
6
|
-
align-items: center;
|
|
7
|
-
flex-direction: column;
|
|
8
|
-
}
|
|
9
|
-
.c-select-label .label-disable-wrap .label-disable-img {
|
|
10
|
-
width: 320px;
|
|
11
|
-
height: 248px;
|
|
12
|
-
}
|
|
13
|
-
.c-select-label .common-label {
|
|
14
|
-
padding: 4px 12px;
|
|
15
|
-
margin-top: 8px !important;
|
|
16
|
-
border-radius: 4px;
|
|
17
|
-
border: 1px solid rgba(0, 0, 0, 0.1);
|
|
18
|
-
}
|
|
19
|
-
.c-select-label .common-label > span {
|
|
20
|
-
margin-right: 16px;
|
|
21
|
-
color: rgba(0, 0, 0, 0.9);
|
|
22
|
-
}
|
|
23
|
-
.c-select-label .form-add-icon-label {
|
|
24
|
-
margin-bottom: 4px;
|
|
25
|
-
color: #2d7aff;
|
|
26
|
-
cursor: pointer;
|
|
27
|
-
display: inline-flex;
|
|
28
|
-
align-items: center;
|
|
29
|
-
}
|
|
30
|
-
.c-select-label .anticon + .anticon {
|
|
31
|
-
margin-left: 16px;
|
|
32
|
-
}
|
|
33
|
-
.c-select-label .label-disable-wrap {
|
|
34
|
-
text-align: center;
|
|
35
|
-
}
|
|
36
|
-
.c-select-label .n-tag {
|
|
37
|
-
max-width: 108px;
|
|
38
|
-
margin: 0 8px 0 0;
|
|
39
|
-
border: 1px solid #e0e0e6;
|
|
40
|
-
}
|
|
41
|
-
.c-select-label .n-tag .n-base-icon {
|
|
42
|
-
color: #fff;
|
|
43
|
-
}
|
|
44
|
-
.c-select-label .n-tag .n-tag__content {
|
|
45
|
-
display: inline-block;
|
|
46
|
-
align-items: center;
|
|
47
|
-
max-width: 80px;
|
|
48
|
-
height: 100%;
|
|
49
|
-
line-height: 20px;
|
|
50
|
-
overflow: hidden;
|
|
51
|
-
text-overflow: ellipsis;
|
|
52
|
-
white-space: nowrap;
|
|
53
|
-
}
|
|
54
|
-
.c-label-form-content {
|
|
55
|
-
width: 100%;
|
|
56
|
-
height: 100%;
|
|
57
|
-
border-top: 1px solid #e8e8e8;
|
|
58
|
-
border-bottom: 1px solid #e8e8e8;
|
|
59
|
-
}
|
|
60
|
-
.c-label-form-content .label-wrap {
|
|
61
|
-
display: flex;
|
|
62
|
-
width: 100%;
|
|
63
|
-
height: 100%;
|
|
64
|
-
}
|
|
65
|
-
.c-label-form-content .label-wrap .left-label-wrap {
|
|
66
|
-
width: 140px;
|
|
67
|
-
height: 404px;
|
|
68
|
-
max-height: 404px;
|
|
69
|
-
border-right: 1px solid #e8e8e8;
|
|
70
|
-
}
|
|
71
|
-
.c-label-form-content .label-wrap .left-label-wrap.total-left-label-wrap {
|
|
72
|
-
height: calc(100vh - 109px);
|
|
73
|
-
max-height: calc(100vh - 109px);
|
|
74
|
-
}
|
|
75
|
-
.c-label-form-content .label-wrap .left-label-wrap.explicit-label-wrap {
|
|
76
|
-
width: 100%;
|
|
77
|
-
height: auto;
|
|
78
|
-
overflow: hidden;
|
|
79
|
-
overflow-y: auto;
|
|
80
|
-
}
|
|
81
|
-
.c-label-form-content .label-wrap .left-label-wrap .n-anchor.n-anchor--block .n-anchor-link {
|
|
82
|
-
padding: 10px 8px;
|
|
83
|
-
font-size: 14px;
|
|
84
|
-
}
|
|
85
|
-
.c-label-form-content .label-wrap .left-label-wrap .n-anchor.n-anchor--block .n-anchor-link.n-anchor-link--active {
|
|
86
|
-
background-color: #f2f2f2;
|
|
87
|
-
}
|
|
88
|
-
.c-label-form-content .label-wrap .right-label-wrap {
|
|
89
|
-
flex: 1;
|
|
90
|
-
height: 404px;
|
|
91
|
-
max-height: 404px;
|
|
92
|
-
overflow-y: auto;
|
|
93
|
-
}
|
|
94
|
-
.c-label-form-content .label-wrap .right-label-wrap.total-right-label-wrap {
|
|
95
|
-
max-height: calc(100vh - 109px);
|
|
96
|
-
}
|
|
97
|
-
.c-label-form-content .label-wrap .right-label-wrap .label-add {
|
|
98
|
-
position: relative;
|
|
99
|
-
top: 2px;
|
|
100
|
-
height: 30px;
|
|
101
|
-
line-height: 30px;
|
|
102
|
-
width: 108px;
|
|
103
|
-
text-align: center;
|
|
104
|
-
display: inline-flex;
|
|
105
|
-
justify-content: center;
|
|
106
|
-
}
|
|
107
|
-
.c-label-form-content .label-wrap .right-label-wrap .add-input {
|
|
108
|
-
width: 108px;
|
|
109
|
-
}
|
|
110
|
-
.c-label-form-content .label-wrap .right-label-wrap .add-input .n-input__suffix {
|
|
111
|
-
cursor: pointer;
|
|
112
|
-
}
|
|
113
|
-
.c-label-form-content .label-wrap .explicit-continer {
|
|
114
|
-
width: 100%;
|
|
115
|
-
border: 1px solid #d5d5d5;
|
|
116
|
-
}
|
|
117
|
-
.c-label-form-content .edit-label-type {
|
|
118
|
-
font-size: 12px;
|
|
119
|
-
margin-left: 4px;
|
|
120
|
-
}
|
|
121
|
-
.c-label-form-content .edit-label-content {
|
|
122
|
-
padding: 0 14px;
|
|
123
|
-
}
|
|
124
|
-
.c-label-form-content .edit-label-content .edit-content {
|
|
125
|
-
width: 100%;
|
|
126
|
-
margin-top: 8px;
|
|
127
|
-
margin-bottom: 10px;
|
|
128
|
-
}
|
|
129
|
-
.c-label-form-content .edit-label-content .edit-content .n-tag {
|
|
130
|
-
max-width: 108px;
|
|
131
|
-
margin: 0 8px 8px 0;
|
|
132
|
-
text-align: center;
|
|
133
|
-
border: 1px solid #e0e0e6;
|
|
134
|
-
}
|
|
135
|
-
.c-label-form-content .edit-label-content .edit-content .n-tag .n-tag__content {
|
|
136
|
-
display: inline-flex;
|
|
137
|
-
align-items: center;
|
|
138
|
-
}
|
|
139
|
-
.c-label-form-content .edit-label-content .edit-content .n-tag .n-tag__content span {
|
|
140
|
-
display: inline-block;
|
|
141
|
-
width: 80px;
|
|
142
|
-
height: 100%;
|
|
143
|
-
line-height: 30px;
|
|
144
|
-
overflow: hidden;
|
|
145
|
-
text-overflow: ellipsis;
|
|
146
|
-
white-space: nowrap;
|
|
147
|
-
}
|
|
148
|
-
.n-dialog__title .svg-wrap {
|
|
149
|
-
margin: 0 0 0 auto;
|
|
150
|
-
}
|
|
151
|
-
.n-dialog__title .svg-wrap .svg-icon {
|
|
152
|
-
width: 1em;
|
|
153
|
-
height: 1em;
|
|
154
|
-
vertical-align: -0.15em;
|
|
155
|
-
fill: currentColor;
|
|
156
|
-
overflow: hidden;
|
|
157
|
-
}
|
|
158
|
-
.n-dialog__title .svg-wrap svg {
|
|
159
|
-
font-size: 14px;
|
|
160
|
-
cursor: pointer;
|
|
161
|
-
}
|
|
162
|
-
.n-dialog__title .svg-wrap svg + svg {
|
|
163
|
-
margin-left: 16px;
|
|
164
|
-
}
|
|
1
|
+
.c-select-label .label-disable-wrap{align-items:center;display:flex;flex-direction:column;font-size:14px;line-height:20px;width:100%}.c-select-label .label-disable-wrap .label-disable-img{height:248px;width:320px}.c-select-label .common-label{border:1px solid rgba(0,0,0,.1);border-radius:4px;margin-top:8px!important;padding:4px 12px}.c-select-label .common-label>span{color:rgba(0,0,0,.9);margin-right:16px}.c-select-label .form-add-icon-label{align-items:center;color:#2d7aff;cursor:pointer;display:inline-flex;margin-bottom:4px}.c-select-label .anticon+.anticon{margin-left:16px}.c-select-label .label-disable-wrap{text-align:center}.c-select-label .n-tag{border:1px solid #e0e0e6;margin:0 8px 0 0;max-width:108px}.c-select-label .n-tag .n-base-icon{color:#fff}.c-select-label .n-tag .n-tag__content{align-items:center;display:inline-block;height:100%;line-height:20px;max-width:80px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.c-label-form-content{border-bottom:1px solid #e8e8e8;border-top:1px solid #e8e8e8;height:100%;width:100%}.c-label-form-content .label-wrap{display:flex;height:100%;width:100%}.c-label-form-content .label-wrap .left-label-wrap{border-right:1px solid #e8e8e8;height:404px;max-height:404px;width:140px}.c-label-form-content .label-wrap .left-label-wrap.total-left-label-wrap{height:calc(100vh - 109px);max-height:calc(100vh - 109px)}.c-label-form-content .label-wrap .left-label-wrap.explicit-label-wrap{height:auto;overflow:hidden;overflow-y:auto;width:100%}.c-label-form-content .label-wrap .left-label-wrap .n-anchor.n-anchor--block .n-anchor-link{font-size:14px;padding:10px 8px}.c-label-form-content .label-wrap .left-label-wrap .n-anchor.n-anchor--block .n-anchor-link.n-anchor-link--active{background-color:#f2f2f2}.c-label-form-content .label-wrap .right-label-wrap{flex:1;height:404px;max-height:404px;overflow-y:auto}.c-label-form-content .label-wrap .right-label-wrap.total-right-label-wrap{max-height:calc(100vh - 109px)}.c-label-form-content .label-wrap .right-label-wrap .label-add{display:inline-flex;height:30px;justify-content:center;line-height:30px;position:relative;text-align:center;top:2px;width:108px}.c-label-form-content .label-wrap .right-label-wrap .add-input{width:108px}.c-label-form-content .label-wrap .right-label-wrap .add-input .n-input__suffix{cursor:pointer}.c-label-form-content .label-wrap .explicit-continer{border:1px solid #d5d5d5;width:100%}.c-label-form-content .edit-label-type{font-size:12px;margin-left:4px}.c-label-form-content .edit-label-content{padding:0 14px}.c-label-form-content .edit-label-content .edit-content{margin-bottom:10px;margin-top:8px;width:100%}.c-label-form-content .edit-label-content .edit-content .n-tag{border:1px solid #e0e0e6;margin:0 8px 8px 0;max-width:108px;text-align:center}.c-label-form-content .edit-label-content .edit-content .n-tag .n-tag__content{align-items:center;display:inline-flex}.c-label-form-content .edit-label-content .edit-content .n-tag .n-tag__content span{display:inline-block;height:100%;line-height:30px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;width:80px}.n-dialog__title .svg-wrap{margin:0 0 0 auto}.n-dialog__title .svg-wrap .svg-icon{fill:currentColor;height:1em;overflow:hidden;vertical-align:-.15em;width:1em}.n-dialog__title .svg-wrap svg{cursor:pointer;font-size:14px}.n-dialog__title .svg-wrap svg+svg{margin-left:16px}
|
|
@@ -1,193 +1 @@
|
|
|
1
|
-
.people-tree {
|
|
2
|
-
display: flex;
|
|
3
|
-
}
|
|
4
|
-
.people-tree .people-tree-item {
|
|
5
|
-
width: 50%;
|
|
6
|
-
padding: 22px 12px 0;
|
|
7
|
-
max-height: 376px;
|
|
8
|
-
height: 376px;
|
|
9
|
-
overflow-y: auto;
|
|
10
|
-
}
|
|
11
|
-
.people-tree .people-tree-item.people-tree-left {
|
|
12
|
-
display: flex;
|
|
13
|
-
flex-direction: column;
|
|
14
|
-
}
|
|
15
|
-
.people-tree .people-tree-item:first-child {
|
|
16
|
-
border-right: 1px solid #e8e8e8;
|
|
17
|
-
}
|
|
18
|
-
.people-tree .people-tree-item .tag-item {
|
|
19
|
-
box-sizing: border-box;
|
|
20
|
-
color: #212121;
|
|
21
|
-
font-size: 14px;
|
|
22
|
-
list-style: none;
|
|
23
|
-
display: inline-flex;
|
|
24
|
-
align-items: center;
|
|
25
|
-
height: 24px;
|
|
26
|
-
line-height: 24px;
|
|
27
|
-
margin-right: 8px;
|
|
28
|
-
margin-bottom: 4px;
|
|
29
|
-
padding: 0 6px;
|
|
30
|
-
white-space: nowrap;
|
|
31
|
-
background: rgba(213, 213, 213, 0.2);
|
|
32
|
-
border: 1px solid rgba(0, 0, 0, 0.14);
|
|
33
|
-
border-radius: 4px;
|
|
34
|
-
transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
|
|
35
|
-
}
|
|
36
|
-
.people-tree .people-tree-item .tag-item.isRoot {
|
|
37
|
-
background: rgba(85, 133, 245, 0.08);
|
|
38
|
-
border: 1px solid rgba(85, 133, 245, 0.5);
|
|
39
|
-
color: #5585f5;
|
|
40
|
-
}
|
|
41
|
-
.people-tree .people-tree-item .tag-item.isRoot .tag-close {
|
|
42
|
-
color: #5585f5;
|
|
43
|
-
}
|
|
44
|
-
.people-tree .people-tree-item .tag-item.isRoot .tag-close:hover {
|
|
45
|
-
color: rgba(85, 133, 245, 0.6);
|
|
46
|
-
}
|
|
47
|
-
.people-tree .people-tree-item .tag-item .tag-close {
|
|
48
|
-
display: inline-block;
|
|
49
|
-
font-size: 14px;
|
|
50
|
-
margin-left: 3px;
|
|
51
|
-
color: #969696;
|
|
52
|
-
font-weight: 700;
|
|
53
|
-
cursor: pointer;
|
|
54
|
-
transition: all 0.3s;
|
|
55
|
-
}
|
|
56
|
-
.people-tree .people-tree-item .tag-item .tag-close:hover {
|
|
57
|
-
color: rgba(85, 133, 245, 0.6);
|
|
58
|
-
}
|
|
59
|
-
.people-tree .people-tree-item .tag-item .tag-close:active {
|
|
60
|
-
color: #fff;
|
|
61
|
-
}
|
|
62
|
-
.people-tree .people-tree-item .no-data-tips {
|
|
63
|
-
height: 200px;
|
|
64
|
-
width: 100%;
|
|
65
|
-
display: flex;
|
|
66
|
-
justify-content: center;
|
|
67
|
-
align-items: center;
|
|
68
|
-
font-size: 16px;
|
|
69
|
-
font-weight: 700;
|
|
70
|
-
}
|
|
71
|
-
.people-tree .people-tree-item .c-title {
|
|
72
|
-
font-size: 14px;
|
|
73
|
-
font-family: PingFangSC-Regular, PingFang SC;
|
|
74
|
-
font-weight: 400;
|
|
75
|
-
color: #212121;
|
|
76
|
-
}
|
|
77
|
-
.people-tree .people-tree-item .c-sub-title {
|
|
78
|
-
font-size: 12px;
|
|
79
|
-
font-family: PingFangSC-Regular, PingFang SC;
|
|
80
|
-
color: #4e4e4e;
|
|
81
|
-
}
|
|
82
|
-
.people-tree .people-tree-item .p-title {
|
|
83
|
-
font-size: 14px;
|
|
84
|
-
font-family: PingFangSC-Medium, PingFang SC;
|
|
85
|
-
font-weight: 500;
|
|
86
|
-
color: #212121;
|
|
87
|
-
}
|
|
88
|
-
.people-tree .people-tree-item.tags-box {
|
|
89
|
-
display: flex;
|
|
90
|
-
flex-wrap: wrap;
|
|
91
|
-
justify-content: flex-start;
|
|
92
|
-
align-items: flex-start;
|
|
93
|
-
align-content: flex-start;
|
|
94
|
-
}
|
|
95
|
-
.df {
|
|
96
|
-
display: flex;
|
|
97
|
-
}
|
|
98
|
-
.search-input-icon {
|
|
99
|
-
color: rgba(0, 0, 0, 0.4);
|
|
100
|
-
margin-bottom: -2px;
|
|
101
|
-
}
|
|
102
|
-
.main-tree-container {
|
|
103
|
-
overflow-y: auto;
|
|
104
|
-
}
|
|
105
|
-
.df {
|
|
106
|
-
display: flex;
|
|
107
|
-
}
|
|
108
|
-
.search-tree-wrap .search-tree-item {
|
|
109
|
-
display: flex;
|
|
110
|
-
align-items: center;
|
|
111
|
-
}
|
|
112
|
-
.search-tree-wrap .name-wrap {
|
|
113
|
-
width: 48px;
|
|
114
|
-
height: 48px;
|
|
115
|
-
background: #7d88b5;
|
|
116
|
-
display: flex;
|
|
117
|
-
align-items: center;
|
|
118
|
-
justify-content: center;
|
|
119
|
-
border-radius: 50%;
|
|
120
|
-
margin-right: 13px;
|
|
121
|
-
}
|
|
122
|
-
.search-tree-wrap .name-wrap .name {
|
|
123
|
-
font-size: 16px;
|
|
124
|
-
color: #ffffff;
|
|
125
|
-
margin-bottom: 0;
|
|
126
|
-
line-height: 16px;
|
|
127
|
-
}
|
|
128
|
-
.search-tree-wrap .info-wrap {
|
|
129
|
-
overflow: hidden;
|
|
130
|
-
text-overflow: ellipsis;
|
|
131
|
-
white-space: nowrap;
|
|
132
|
-
display: flex;
|
|
133
|
-
flex-direction: column;
|
|
134
|
-
}
|
|
135
|
-
.search-tree-wrap .info-wrap-top {
|
|
136
|
-
align-items: flex-end;
|
|
137
|
-
margin: 0;
|
|
138
|
-
margin-bottom: 1px;
|
|
139
|
-
overflow: hidden;
|
|
140
|
-
text-overflow: ellipsis;
|
|
141
|
-
white-space: nowrap;
|
|
142
|
-
}
|
|
143
|
-
.search-tree-wrap .info-wrap-title {
|
|
144
|
-
margin-bottom: 0;
|
|
145
|
-
font-size: 16px;
|
|
146
|
-
font-family: PingFangSC-Regular, PingFang SC;
|
|
147
|
-
font-weight: 400;
|
|
148
|
-
color: #4e4e4e;
|
|
149
|
-
line-height: 16px;
|
|
150
|
-
}
|
|
151
|
-
.search-tree-wrap .info-wrap-title .c-title {
|
|
152
|
-
font-size: 14px;
|
|
153
|
-
font-family: PingFangSC-Regular, PingFang SC;
|
|
154
|
-
font-weight: 400;
|
|
155
|
-
color: #212121;
|
|
156
|
-
}
|
|
157
|
-
.search-tree-wrap .info-wrap-title .c-sub-title {
|
|
158
|
-
font-size: 12px;
|
|
159
|
-
font-family: PingFangSC-Regular, PingFang SC;
|
|
160
|
-
color: #4e4e4e;
|
|
161
|
-
}
|
|
162
|
-
.search-tree-wrap .info-wrap-desc {
|
|
163
|
-
margin-left: 10px;
|
|
164
|
-
margin-bottom: 0;
|
|
165
|
-
font-size: 12px;
|
|
166
|
-
line-height: 17px;
|
|
167
|
-
color: #aeaeae;
|
|
168
|
-
}
|
|
169
|
-
.search-tree-wrap .info-wrap-position {
|
|
170
|
-
margin-bottom: 0;
|
|
171
|
-
font-size: 12px;
|
|
172
|
-
color: #7d88b5;
|
|
173
|
-
line-height: 17px;
|
|
174
|
-
}
|
|
175
|
-
.load-more-btn-wrap {
|
|
176
|
-
display: flex;
|
|
177
|
-
justify-content: center;
|
|
178
|
-
height: 35px;
|
|
179
|
-
line-height: 35px;
|
|
180
|
-
cursor: pointer;
|
|
181
|
-
padding-top: 10px;
|
|
182
|
-
box-sizing: border-box;
|
|
183
|
-
}
|
|
184
|
-
.load-more-btn-wrap .search-input-icon {
|
|
185
|
-
font-size: 16px;
|
|
186
|
-
color: rgba(0, 0, 0, 0.4);
|
|
187
|
-
margin-right: 14px;
|
|
188
|
-
}
|
|
189
|
-
.load-more-btn-wrap .load-more-btn {
|
|
190
|
-
font-size: 12px;
|
|
191
|
-
color: #747c8e;
|
|
192
|
-
line-height: 12px;
|
|
193
|
-
}
|
|
1
|
+
.people-tree{display:flex}.people-tree .people-tree-item{height:376px;max-height:376px;overflow-y:auto;padding:22px 12px 0;width:50%}.people-tree .people-tree-item.people-tree-left{display:flex;flex-direction:column}.people-tree .people-tree-item:first-child{border-right:1px solid #e8e8e8}.people-tree .people-tree-item .tag-item{align-items:center;background:hsla(0,0%,84%,.2);border:1px solid rgba(0,0,0,.14);border-radius:4px;box-sizing:border-box;color:#212121;display:inline-flex;font-size:14px;height:24px;line-height:24px;list-style:none;margin-bottom:4px;margin-right:8px;padding:0 6px;transition:all .3s cubic-bezier(.215,.61,.355,1);white-space:nowrap}.people-tree .people-tree-item .tag-item.isRoot{background:rgba(85,133,245,.08);border:1px solid rgba(85,133,245,.5);color:#5585f5}.people-tree .people-tree-item .tag-item.isRoot .tag-close{color:#5585f5}.people-tree .people-tree-item .tag-item.isRoot .tag-close:hover{color:rgba(85,133,245,.6)}.people-tree .people-tree-item .tag-item .tag-close{color:#969696;cursor:pointer;display:inline-block;font-size:14px;font-weight:700;margin-left:3px;transition:all .3s}.people-tree .people-tree-item .tag-item .tag-close:hover{color:rgba(85,133,245,.6)}.people-tree .people-tree-item .tag-item .tag-close:active{color:#fff}.people-tree .people-tree-item .no-data-tips{align-items:center;display:flex;font-size:16px;font-weight:700;height:200px;justify-content:center;width:100%}.people-tree .people-tree-item .c-title{color:#212121;font-family:PingFangSC-Regular,PingFang SC;font-size:14px;font-weight:400}.people-tree .people-tree-item .c-sub-title{color:#4e4e4e;font-family:PingFangSC-Regular,PingFang SC;font-size:12px}.people-tree .people-tree-item .p-title{color:#212121;font-family:PingFangSC-Medium,PingFang SC;font-size:14px;font-weight:500}.people-tree .people-tree-item.tags-box{align-content:flex-start;align-items:flex-start;display:flex;flex-wrap:wrap;justify-content:flex-start}.search-input-icon{color:rgba(0,0,0,.4);margin-bottom:-2px}.main-tree-container{overflow-y:auto}.df{display:flex}.search-tree-wrap .name-wrap,.search-tree-wrap .search-tree-item{align-items:center;display:flex}.search-tree-wrap .name-wrap{background:#7d88b5;border-radius:50%;height:48px;justify-content:center;margin-right:13px;width:48px}.search-tree-wrap .name-wrap .name{color:#fff;font-size:16px;line-height:16px;margin-bottom:0}.search-tree-wrap .info-wrap{display:flex;flex-direction:column;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.search-tree-wrap .info-wrap-top{align-items:flex-end;margin:0 0 1px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.search-tree-wrap .info-wrap-title{color:#4e4e4e;font-family:PingFangSC-Regular,PingFang SC;font-size:16px;font-weight:400;line-height:16px;margin-bottom:0}.search-tree-wrap .info-wrap-title .c-title{color:#212121;font-family:PingFangSC-Regular,PingFang SC;font-size:14px;font-weight:400}.search-tree-wrap .info-wrap-title .c-sub-title{color:#4e4e4e;font-family:PingFangSC-Regular,PingFang SC;font-size:12px}.search-tree-wrap .info-wrap-desc{color:#aeaeae;font-size:12px;line-height:17px;margin-bottom:0;margin-left:10px}.search-tree-wrap .info-wrap-position{color:#7d88b5;font-size:12px;line-height:17px;margin-bottom:0}.load-more-btn-wrap{box-sizing:border-box;cursor:pointer;display:flex;height:35px;justify-content:center;line-height:35px;padding-top:10px}.load-more-btn-wrap .search-input-icon{color:rgba(0,0,0,.4);font-size:16px;margin-right:14px}.load-more-btn-wrap .load-more-btn{color:#747c8e;font-size:12px;line-height:12px}
|
|
@@ -1,161 +1 @@
|
|
|
1
|
-
.stepOut {
|
|
2
|
-
width: 100%;
|
|
3
|
-
height: 100%;
|
|
4
|
-
display: flex;
|
|
5
|
-
justify-content: center;
|
|
6
|
-
font-size: 16px;
|
|
7
|
-
font-weight: 500;
|
|
8
|
-
font-family: PingFangSC-Medium, PingFang SC;
|
|
9
|
-
}
|
|
10
|
-
.stepOut .stepItem {
|
|
11
|
-
width: 15%;
|
|
12
|
-
min-width: 65px;
|
|
13
|
-
height: 180px;
|
|
14
|
-
float: left;
|
|
15
|
-
font-family: SimSun;
|
|
16
|
-
font-size: 16px;
|
|
17
|
-
text-align: center;
|
|
18
|
-
position: relative;
|
|
19
|
-
top: 48px;
|
|
20
|
-
}
|
|
21
|
-
.stepOut .stepItem .lineCircleRight {
|
|
22
|
-
left: 55%;
|
|
23
|
-
top: 6px;
|
|
24
|
-
position: absolute;
|
|
25
|
-
display: block;
|
|
26
|
-
border-left-color: white;
|
|
27
|
-
border-left-width: 0px;
|
|
28
|
-
width: 30%;
|
|
29
|
-
border-color: white white white white;
|
|
30
|
-
border-left-style: hidden;
|
|
31
|
-
border-left: none;
|
|
32
|
-
border-top: 1px dashed rgba(3, 2, 2, 0.4);
|
|
33
|
-
border-right: 1px dashed rgba(3, 2, 2, 0.4);
|
|
34
|
-
border-bottom: 1px dashed rgba(3, 2, 2, 0.4);
|
|
35
|
-
border-left: 0px dashed rgba(3, 2, 2, 0.4) !important;
|
|
36
|
-
height: 100%;
|
|
37
|
-
border-radius: 0px 25px 25px 0px;
|
|
38
|
-
}
|
|
39
|
-
.stepOut .stepItem .lineCircleLeft {
|
|
40
|
-
left: 15%;
|
|
41
|
-
top: 6px;
|
|
42
|
-
position: absolute;
|
|
43
|
-
display: block;
|
|
44
|
-
border-left-color: white;
|
|
45
|
-
border-left-width: 0px;
|
|
46
|
-
width: 30%;
|
|
47
|
-
border-color: white white white white;
|
|
48
|
-
border-left-style: hidden;
|
|
49
|
-
border-left: none;
|
|
50
|
-
border-top: 1px dashed rgba(3, 2, 2, 0.4);
|
|
51
|
-
border-right: 0px dashed rgba(3, 2, 2, 0.4) !important;
|
|
52
|
-
border-bottom: 1px dashed rgba(3, 2, 2, 0.4);
|
|
53
|
-
border-left: 1px dashed rgba(3, 2, 2, 0.4);
|
|
54
|
-
height: 100%;
|
|
55
|
-
border-radius: 25px 0px 0px 25px;
|
|
56
|
-
}
|
|
57
|
-
.stepOut .stepItem .lineCircleActive {
|
|
58
|
-
border-top: 1px solid #2563f4;
|
|
59
|
-
border-right: 1px solid #2563f4;
|
|
60
|
-
border-bottom: 1px solid #2563f4;
|
|
61
|
-
border-left: 1px solid #2563f4;
|
|
62
|
-
}
|
|
63
|
-
.stepOut .stepItem .icon {
|
|
64
|
-
width: 13px;
|
|
65
|
-
height: 13px;
|
|
66
|
-
border-radius: 50%;
|
|
67
|
-
background: #969696;
|
|
68
|
-
margin: 0 auto;
|
|
69
|
-
position: relative;
|
|
70
|
-
z-index: 888;
|
|
71
|
-
}
|
|
72
|
-
.stepOut .stepItem .active {
|
|
73
|
-
background-color: #2563f4;
|
|
74
|
-
}
|
|
75
|
-
.stepOut .stepItem .finished {
|
|
76
|
-
background-color: #5dc055 !important;
|
|
77
|
-
color: #fff !important;
|
|
78
|
-
border-color: #5dc055 !important;
|
|
79
|
-
}
|
|
80
|
-
.stepOut .stepItem .labelFinsh {
|
|
81
|
-
color: #5dc055 !important;
|
|
82
|
-
}
|
|
83
|
-
.stepOut .stepItem .line {
|
|
84
|
-
position: absolute;
|
|
85
|
-
top: 6px;
|
|
86
|
-
left: 55%;
|
|
87
|
-
border-bottom: 1px dashed rgba(3, 2, 2, 0.4);
|
|
88
|
-
width: 90%;
|
|
89
|
-
z-index: 111;
|
|
90
|
-
}
|
|
91
|
-
.stepOut .stepItem .lineActive {
|
|
92
|
-
border-bottom: 1px solid #2563f4;
|
|
93
|
-
}
|
|
94
|
-
.stepOut .stepItem .stepTopBox {
|
|
95
|
-
position: absolute;
|
|
96
|
-
top: -48px;
|
|
97
|
-
left: 50%;
|
|
98
|
-
transform: translateX(-50%);
|
|
99
|
-
max-width: 70%;
|
|
100
|
-
min-width: 65px;
|
|
101
|
-
height: 40px;
|
|
102
|
-
line-height: 40px;
|
|
103
|
-
white-space: nowrap;
|
|
104
|
-
text-overflow: ellipsis;
|
|
105
|
-
overflow: hidden;
|
|
106
|
-
background: rgba(110, 153, 255, 0.11);
|
|
107
|
-
border-radius: 4px;
|
|
108
|
-
color: #2563f4;
|
|
109
|
-
padding: 0px 5px;
|
|
110
|
-
cursor: pointer;
|
|
111
|
-
}
|
|
112
|
-
.stepOut .stepItem .stepBottomBox {
|
|
113
|
-
cursor: pointer;
|
|
114
|
-
width: 100%;
|
|
115
|
-
min-width: 65px;
|
|
116
|
-
display: flex;
|
|
117
|
-
flex-direction: column;
|
|
118
|
-
align-items: center;
|
|
119
|
-
}
|
|
120
|
-
.stepOut .stepItem .stepLabel {
|
|
121
|
-
width: 100%;
|
|
122
|
-
color: #212121;
|
|
123
|
-
line-height: 36px;
|
|
124
|
-
margin: 0;
|
|
125
|
-
white-space: nowrap;
|
|
126
|
-
text-overflow: ellipsis;
|
|
127
|
-
overflow: hidden;
|
|
128
|
-
}
|
|
129
|
-
.stepOut .stepItem .stepExtra {
|
|
130
|
-
width: 68px;
|
|
131
|
-
height: 26px;
|
|
132
|
-
border-radius: 4px;
|
|
133
|
-
border: 1px solid #cacaca;
|
|
134
|
-
margin: 0;
|
|
135
|
-
white-space: nowrap;
|
|
136
|
-
text-overflow: ellipsis;
|
|
137
|
-
overflow: hidden;
|
|
138
|
-
}
|
|
139
|
-
.stepOut .stepItem .statusTime {
|
|
140
|
-
color: rgba(0, 0, 0, 0.6);
|
|
141
|
-
font-size: 14px;
|
|
142
|
-
font-weight: 400;
|
|
143
|
-
width: 89px;
|
|
144
|
-
height: 34px;
|
|
145
|
-
margin: 0;
|
|
146
|
-
}
|
|
147
|
-
.nodeTipContent {
|
|
148
|
-
max-height: 200px;
|
|
149
|
-
max-width: 400px;
|
|
150
|
-
overflow: auto;
|
|
151
|
-
text-align: center;
|
|
152
|
-
padding: 0;
|
|
153
|
-
margin: 0;
|
|
154
|
-
}
|
|
155
|
-
.nodeTipContent li {
|
|
156
|
-
list-style: none;
|
|
157
|
-
margin-bottom: 5px;
|
|
158
|
-
}
|
|
159
|
-
.nodeTipContent li p {
|
|
160
|
-
margin: 0;
|
|
161
|
-
}
|
|
1
|
+
.stepOut{display:flex;font-family:PingFangSC-Medium,PingFang SC;font-size:16px;font-weight:500;height:100%;justify-content:center;width:100%}.stepOut .stepItem{float:left;font-family:SimSun;font-size:16px;height:180px;min-width:65px;position:relative;text-align:center;top:48px;width:15%}.stepOut .stepItem .lineCircleRight{border:1px dashed rgba(3,2,2,.4);border-left:none;border-left:0 dashed rgba(3,2,2,.4)!important;border-radius:0 25px 25px 0;display:block;height:100%;left:55%;position:absolute;top:6px;width:30%}.stepOut .stepItem .lineCircleLeft{border-color:#fff;border-bottom:1px dashed rgba(3,2,2,.4);border-left:none;border-left:1px dashed rgba(3,2,2,.4);border-radius:25px 0 0 25px;border-right:0 dashed rgba(3,2,2,.4)!important;border-top:1px dashed rgba(3,2,2,.4);display:block;height:100%;left:15%;position:absolute;top:6px;width:30%}.stepOut .stepItem .lineCircleActive{border:1px solid #2563f4}.stepOut .stepItem .icon{background:#969696;border-radius:50%;height:13px;margin:0 auto;position:relative;width:13px;z-index:888}.stepOut .stepItem .active{background-color:#2563f4}.stepOut .stepItem .finished{background-color:#5dc055!important;border-color:#5dc055!important;color:#fff!important}.stepOut .stepItem .labelFinsh{color:#5dc055!important}.stepOut .stepItem .line{border-bottom:1px dashed rgba(3,2,2,.4);left:55%;position:absolute;top:6px;width:90%;z-index:111}.stepOut .stepItem .lineActive{border-bottom:1px solid #2563f4}.stepOut .stepItem .stepTopBox{background:rgba(110,153,255,.11);border-radius:4px;color:#2563f4;cursor:pointer;height:40px;left:50%;line-height:40px;max-width:70%;min-width:65px;overflow:hidden;padding:0 5px;position:absolute;text-overflow:ellipsis;top:-48px;transform:translateX(-50%);white-space:nowrap}.stepOut .stepItem .stepBottomBox{align-items:center;cursor:pointer;display:flex;flex-direction:column;min-width:65px;width:100%}.stepOut .stepItem .stepLabel{color:#212121;line-height:36px;width:100%}.stepOut .stepItem .stepExtra,.stepOut .stepItem .stepLabel{margin:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.stepOut .stepItem .stepExtra{border:1px solid #cacaca;border-radius:4px;height:26px;width:68px}.stepOut .stepItem .statusTime{color:rgba(0,0,0,.6);font-size:14px;font-weight:400;height:34px;margin:0;width:89px}.nodeTipContent{margin:0;max-height:200px;max-width:400px;overflow:auto;padding:0;text-align:center}.nodeTipContent li{list-style:none;margin-bottom:5px}.nodeTipContent li p{margin:0}
|
|
@@ -1,37 +1 @@
|
|
|
1
|
-
.c-time-line.n-timeline .n-timeline-item .n-timeline-item-timeline .n-timeline-item-timeline__circle {
|
|
2
|
-
width: 10px;
|
|
3
|
-
height: 10px;
|
|
4
|
-
border-left-width: 5px;
|
|
5
|
-
border-right-width: 5px;
|
|
6
|
-
border-top-width: 5px;
|
|
7
|
-
border-bottom-width: 5px;
|
|
8
|
-
margin-left: 2px;
|
|
9
|
-
}
|
|
10
|
-
.c-time-line .content {
|
|
11
|
-
width: 245px;
|
|
12
|
-
padding: 10px;
|
|
13
|
-
box-sizing: border-box;
|
|
14
|
-
border: 1px solid #d5d5d5;
|
|
15
|
-
border-radius: 4px;
|
|
16
|
-
background-color: #fafafa;
|
|
17
|
-
color: #212121;
|
|
18
|
-
font-size: 14px;
|
|
19
|
-
margin-bottom: 10px;
|
|
20
|
-
}
|
|
21
|
-
.c-time-line .content-name,
|
|
22
|
-
.c-time-line .content-extra {
|
|
23
|
-
font-size: 16px;
|
|
24
|
-
font-weight: 600;
|
|
25
|
-
}
|
|
26
|
-
.c-time-line .content-name + span,
|
|
27
|
-
.c-time-line .content-extra + span {
|
|
28
|
-
color: #666;
|
|
29
|
-
}
|
|
30
|
-
.c-time-line .content p {
|
|
31
|
-
margin: 5px 0 0;
|
|
32
|
-
line-height: 20px;
|
|
33
|
-
text-align: left;
|
|
34
|
-
}
|
|
35
|
-
.c-time-line .content-extra {
|
|
36
|
-
margin-bottom: 8px !important;
|
|
37
|
-
}
|
|
1
|
+
.c-time-line.n-timeline .n-timeline-item .n-timeline-item-timeline .n-timeline-item-timeline__circle{border-width:5px;height:10px;margin-left:2px;width:10px}.c-time-line .content{background-color:#fafafa;border:1px solid #d5d5d5;border-radius:4px;box-sizing:border-box;color:#212121;font-size:14px;margin-bottom:10px;padding:10px;width:245px}.c-time-line .content-extra,.c-time-line .content-name{font-size:16px;font-weight:600}.c-time-line .content-extra+span,.c-time-line .content-name+span{color:#666}.c-time-line .content p{line-height:20px;margin:5px 0 0;text-align:left}.c-time-line .content-extra{margin-bottom:8px!important}
|
package/es/env.d.ts
CHANGED
|
@@ -9,9 +9,6 @@ interface ImportMeta {
|
|
|
9
9
|
readonly env: ImportMetaEnv;
|
|
10
10
|
}
|
|
11
11
|
|
|
12
|
-
import * as Vue from 'vue';
|
|
13
|
-
|
|
14
|
-
|
|
15
12
|
declare module '*.vue' {
|
|
16
13
|
// @ts-ignore
|
|
17
14
|
import type { App, defineComponent } from 'vue';
|
|
@@ -24,19 +21,4 @@ declare module '*.vue' {
|
|
|
24
21
|
export default component;
|
|
25
22
|
}
|
|
26
23
|
|
|
27
|
-
import { SlateDescendant, SlateElement, SlateText } from '@wangeditor/editor';
|
|
28
|
-
|
|
29
|
-
declare module '@wangeditor/editor' {
|
|
30
|
-
// 扩展 Text
|
|
31
|
-
interface SlateText {
|
|
32
|
-
text: string;
|
|
33
|
-
}
|
|
34
|
-
|
|
35
|
-
// 扩展 Element
|
|
36
|
-
interface SlateElement {
|
|
37
|
-
type: string;
|
|
38
|
-
children: SlateDescendant[];
|
|
39
|
-
}
|
|
40
|
-
}
|
|
41
|
-
|
|
42
24
|
declare module '*.js';
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "cnhis-design-vue",
|
|
3
|
-
"version": "3.1.18
|
|
3
|
+
"version": "3.1.18",
|
|
4
4
|
"license": "ISC",
|
|
5
5
|
"module": "./es/components/index.js",
|
|
6
6
|
"main": "./es/components/index.js",
|
|
@@ -65,5 +65,5 @@
|
|
|
65
65
|
"iOS 7",
|
|
66
66
|
"last 3 iOS versions"
|
|
67
67
|
],
|
|
68
|
-
"gitHead": "
|
|
68
|
+
"gitHead": "8cb9ca2a102452db0d2fc28ada44f29e528c3aac"
|
|
69
69
|
}
|