cnhis-design-vue 3.1.1 → 3.1.4-beta.1
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/CHANGELOG.md +46 -0
- package/env.d.ts +8 -4
- package/es/packages/big-table/index.d.ts +2038 -0
- package/es/packages/big-table/index.mjs +1 -0
- package/es/packages/big-table/index2.mjs +14 -0
- package/es/packages/big-table/src/BigTable.mjs +2 -0
- package/es/packages/big-table/src/BigTable.vue.d.ts +2052 -0
- package/es/packages/big-table/src/BigTable.vue_vue_type_script_setup_true_lang.mjs +2315 -0
- package/es/packages/big-table/src/BigTable2.mjs +4 -0
- package/es/packages/big-table/src/bigTableEmits.d.ts +2 -0
- package/es/packages/big-table/src/bigTableEmits.mjs +1 -0
- package/{packages/big-table/src/bigTableEmits.ts → es/packages/big-table/src/bigTableEmits2.mjs} +48 -48
- package/es/packages/big-table/src/bigTableProps.d.ts +194 -0
- package/es/packages/big-table/src/bigTableProps.mjs +1 -0
- package/{packages/big-table/src/bigTableProps.ts → es/packages/big-table/src/bigTableProps2.mjs} +116 -125
- package/es/packages/big-table/src/bigTableState.d.ts +55 -0
- package/es/packages/big-table/src/bigTableState.mjs +1 -0
- package/es/packages/big-table/src/bigTableState2.mjs +51 -0
- package/es/packages/big-table/src/components/NoData.mjs +2 -0
- package/es/packages/big-table/src/components/NoData.vue.d.ts +51 -0
- package/es/packages/big-table/src/components/NoData.vue_vue_type_script_setup_true_lang.mjs +72 -0
- package/es/packages/big-table/src/components/NoData2.mjs +4 -0
- package/es/packages/big-table/src/components/SvgIcon.mjs +2 -0
- package/es/packages/big-table/src/components/SvgIcon.vue.d.ts +43 -0
- package/es/packages/big-table/src/components/SvgIcon.vue_vue_type_script_setup_true_lang.mjs +34 -0
- package/es/packages/big-table/src/components/SvgIcon2.mjs +4 -0
- package/es/packages/big-table/src/components/TextOverTooltip.mjs +2 -0
- package/es/packages/big-table/src/components/TextOverTooltip.vue.d.ts +560 -0
- package/es/packages/big-table/src/components/TextOverTooltip.vue_vue_type_script_setup_true_lang.mjs +74 -0
- package/es/packages/big-table/src/components/TextOverTooltip2.mjs +4 -0
- package/es/packages/big-table/src/components/edit-form/edit-date.d.ts +34 -0
- package/es/packages/big-table/src/components/edit-form/edit-date.mjs +88 -0
- package/es/packages/big-table/src/components/edit-form/edit-input.d.ts +43 -0
- package/es/packages/big-table/src/components/edit-form/edit-input.mjs +51 -0
- package/es/packages/big-table/src/components/edit-form/edit-select-table.d.ts +35 -0
- package/es/packages/big-table/src/components/edit-form/edit-select.d.ts +35 -0
- package/es/packages/big-table/src/components/edit-form/edit-select.mjs +89 -0
- package/es/packages/big-table/src/hooks/useBatchEditing.d.ts +17 -0
- package/es/packages/big-table/src/hooks/useBatchEditing.mjs +1 -0
- package/es/packages/big-table/src/hooks/useBatchEditing2.mjs +284 -0
- package/es/packages/big-table/src/hooks/useEdit.d.ts +171 -0
- package/es/packages/big-table/src/hooks/useEdit.mjs +1 -0
- package/es/packages/big-table/src/hooks/useEdit2.mjs +108 -0
- package/es/packages/big-table/src/hooks/useFormat.d.ts +29 -0
- package/es/packages/big-table/src/hooks/useFormat.mjs +1 -0
- package/{packages/big-table/src/hooks/useFormat.ts → es/packages/big-table/src/hooks/useFormat2.mjs} +480 -612
- package/es/packages/big-table/src/hooks/useNestTable.d.ts +8 -0
- package/es/packages/big-table/src/hooks/useNestTable.mjs +1 -0
- package/{packages/big-table/src/hooks/useNestTable.ts → es/packages/big-table/src/hooks/useNestTable2.mjs} +84 -109
- package/es/packages/big-table/src/hooks/useTableParse.d.ts +6 -0
- package/es/packages/big-table/src/hooks/useTableParse.mjs +1 -0
- package/es/packages/big-table/src/hooks/useTableParse2.mjs +135 -0
- package/es/packages/big-table/src/utils.d.ts +54 -0
- package/es/packages/big-table/src/utils.mjs +1 -0
- package/{packages/big-table/src/utils.ts → es/packages/big-table/src/utils2.mjs} +597 -705
- package/es/packages/big-table/style/index.css +448 -0
- package/{packages/big-table/src/assets/style/table-base.less → es/packages/big-table/style/index.less} +292 -10
- package/es/packages/button-print/index.d.ts +7373 -0
- package/es/packages/button-print/index.mjs +1 -0
- package/es/packages/button-print/index2.mjs +11 -0
- package/es/packages/button-print/src/ButtonPrint.mjs +2 -0
- package/es/packages/button-print/src/ButtonPrint.vue.d.ts +7372 -0
- package/es/packages/button-print/src/ButtonPrint.vue_vue_type_script_setup_true_lang.mjs +452 -0
- package/es/packages/button-print/src/ButtonPrint2.mjs +4 -0
- package/es/packages/button-print/src/components/IdentityVerification.mjs +2 -0
- package/es/packages/button-print/src/components/IdentityVerification.vue.d.ts +4785 -0
- package/es/packages/button-print/src/components/IdentityVerification.vue_vue_type_script_setup_true_lang.mjs +126 -0
- package/es/packages/button-print/src/components/IdentityVerification2.mjs +4 -0
- package/es/packages/button-print/src/utils/print.es.min.d.ts +2 -0
- package/es/packages/button-print/src/utils/print.es.min.mjs +1 -0
- package/es/packages/button-print/src/utils/print.es.min2.mjs +2080 -0
- package/es/packages/button-print/style/index.css +26 -0
- package/es/packages/button-print/style/index.less +32 -0
- package/es/packages/drag-layout/index.d.ts +20061 -0
- package/es/packages/drag-layout/index.mjs +1 -0
- package/es/packages/drag-layout/index2.mjs +11 -0
- package/es/packages/drag-layout/src/DragFormLeftItem.mjs +2 -0
- package/es/packages/drag-layout/src/DragFormLeftItem.vue.d.ts +7959 -0
- package/es/packages/drag-layout/src/DragFormLeftItem.vue_vue_type_script_setup_true_lang.mjs +122 -0
- package/es/packages/drag-layout/src/DragFormLeftItem2.mjs +4 -0
- package/es/packages/drag-layout/src/DragFormRightItem.mjs +2 -0
- package/es/packages/drag-layout/src/DragFormRightItem.vue.d.ts +3213 -0
- package/es/packages/drag-layout/src/DragFormRightItem.vue_vue_type_script_setup_true_lang.mjs +267 -0
- package/es/packages/drag-layout/src/DragFormRightItem2.mjs +4 -0
- package/es/packages/drag-layout/src/DragLayout.mjs +2 -0
- package/es/packages/drag-layout/src/DragLayout.vue.d.ts +20069 -0
- package/es/packages/drag-layout/src/DragLayout.vue_vue_type_script_setup_true_lang.mjs +657 -0
- package/es/packages/drag-layout/src/DragLayout2.mjs +4 -0
- package/es/packages/drag-layout/style/index.css +175 -0
- package/es/packages/drag-layout/style/index.less +208 -0
- package/es/packages/field-set/index.d.ts +2647 -0
- package/es/packages/field-set/index.mjs +1 -0
- package/es/packages/field-set/index2.mjs +11 -0
- package/es/packages/field-set/src/FieldSet.mjs +2 -0
- package/es/packages/field-set/src/FieldSet.vue.d.ts +2599 -0
- package/es/packages/field-set/src/FieldSet.vue_vue_type_script_setup_true_lang.mjs +330 -0
- package/es/packages/field-set/src/FieldSet2.mjs +4 -0
- package/es/packages/field-set/style/index.css +162 -0
- package/es/packages/field-set/style/index.less +172 -0
- package/es/packages/grid/index.d.ts +3 -0
- package/es/packages/grid/index.mjs +1 -0
- package/es/packages/grid/index2.mjs +11 -0
- package/es/packages/grid/src/Grid.d.ts +2 -0
- package/es/packages/grid/src/Grid.mjs +28 -0
- package/es/packages/grid/src/hooks.d.ts +1 -0
- package/es/packages/grid/src/hooks.mjs +1 -0
- package/es/packages/grid/src/hooks2.mjs +165 -0
- package/es/packages/grid/style/index.css +0 -0
- package/es/packages/grid/style/index.less +1 -0
- package/es/packages/index.css +1004 -0
- package/es/packages/index.d.ts +35622 -0
- package/es/packages/index.less +1205 -0
- package/es/packages/index.mjs +7 -0
- package/es/packages/index2.mjs +37 -0
- package/es/packages/select-person/index.d.ts +3500 -0
- package/es/packages/select-person/index.mjs +1 -0
- package/es/packages/select-person/index2.mjs +11 -0
- package/es/packages/select-person/src/SearchTree.mjs +2 -0
- package/es/packages/select-person/src/SearchTree.vue.d.ts +344 -0
- package/es/packages/select-person/src/SearchTree.vue_vue_type_script_setup_true_lang.mjs +231 -0
- package/es/packages/select-person/src/SearchTree2.mjs +4 -0
- package/es/packages/select-person/src/SelectPerson.mjs +2 -0
- package/es/packages/select-person/src/SelectPerson.vue.d.ts +3501 -0
- package/es/packages/select-person/src/SelectPerson.vue_vue_type_script_setup_true_lang.mjs +892 -0
- package/es/packages/select-person/src/SelectPerson2.mjs +4 -0
- package/es/packages/select-person/src/utils/index.d.ts +12 -0
- package/es/packages/select-person/src/utils/index.mjs +1 -0
- package/{packages/select-person/src/utils/index.js → es/packages/select-person/src/utils/index2.mjs} +57 -66
- package/es/packages/select-person/style/index.css +193 -0
- package/es/packages/select-person/style/index.less +229 -0
- package/{packages/big-table → es}/src/assets/iconfont/iconfont.ttf +0 -0
- package/{packages/big-table → es}/src/assets/img/failure.png +0 -0
- package/{packages/big-table → es}/src/assets/img/icon-asc.png +0 -0
- package/{packages/big-table → es}/src/assets/img/icon-desc.png +0 -0
- package/{packages/big-table → es}/src/assets/img/no-permission.png +0 -0
- package/{packages/big-table → es}/src/assets/img/nodata.png +0 -0
- package/{packages/big-table → es}/src/assets/img/notfound.png +0 -0
- package/{packages/big-table → es}/src/assets/img/qr.png +0 -0
- package/{packages/big-table → es}/src/assets/img/video_default_cover.png +0 -0
- package/{packages/big-table → es}/src/assets/img/xb_big.png +0 -0
- package/{packages/big-table → es}/src/assets/img/xb_small.png +0 -0
- package/es/src/core/create.d.ts +1 -0
- package/es/src/core/create.mjs +1 -0
- package/es/src/core/create2.mjs +8 -0
- package/es/src/global/variable.d.ts +2 -0
- package/es/src/global/variable.mjs +1 -0
- package/es/src/global/variable2.mjs +4 -0
- package/es/src/types/index.d.ts +4 -0
- package/es/src/types/index.mjs +1 -0
- package/es/src/utils/clickoutside.d.ts +18 -0
- package/es/src/utils/clickoutside.mjs +1 -0
- package/es/src/utils/clickoutside2.mjs +48 -0
- package/es/src/utils/crypto.d.ts +7 -0
- package/es/src/utils/crypto.mjs +1 -0
- package/{src/utils/crypto.js → es/src/utils/crypto2.mjs} +25 -25
- package/es/src/utils/index.d.ts +4 -0
- package/es/src/utils/index.mjs +1 -0
- package/es/src/utils/index2.mjs +27 -0
- package/es/src/utils/vexutils.d.ts +5 -0
- package/es/src/utils/vexutils.mjs +3 -0
- package/es/src/utils/vexutils2.mjs +729 -0
- package/global.d.ts +8 -0
- package/package.json +54 -21
- package/yarn-error.log +122 -0
- package/es/big-table/index.css +0 -587
- package/es/big-table/index.js +0 -41710
- package/es/button-print/index.css +0 -617
- package/es/button-print/index.js +0 -8363
- package/es/drag-layout/index.css +0 -850
- package/es/drag-layout/index.js +0 -13104
- package/es/field-set/index.css +0 -1048
- package/es/field-set/index.js +0 -351
- package/es/grid/index.css +0 -1049
- package/es/grid/index.js +0 -30819
- package/es/index.css +0 -1323
- package/es/index.js +0 -46945
- package/es/select-person/index.css +0 -1323
- package/es/select-person/index.js +0 -13191
- package/packages/big-table/index.ts +0 -17
- package/packages/big-table/src/BigTable.vue +0 -2598
- package/packages/big-table/src/assets/iconfont/iconfont.less +0 -22
- package/packages/big-table/src/assets/style/table-global.less +0 -171
- package/packages/big-table/src/bigTableState.ts +0 -63
- package/packages/big-table/src/components/NoData.vue +0 -90
- package/packages/big-table/src/components/TextOverTooltip.vue +0 -110
- package/packages/big-table/src/components/edit-form/edit-date.vue +0 -75
- package/packages/big-table/src/components/edit-form/edit-input.vue +0 -39
- package/packages/big-table/src/components/edit-form/edit-select-table.vue +0 -133
- package/packages/big-table/src/components/edit-form/edit-select.vue +0 -96
- package/packages/big-table/src/hooks/useBatchEditing.ts +0 -574
- package/packages/big-table/src/hooks/useEdit.ts +0 -131
- package/packages/big-table/src/hooks/useTableParse.ts +0 -169
- package/packages/button-print/index.ts +0 -15
- package/packages/button-print/src/ButtonPrint.vue +0 -488
- package/packages/button-print/src/components/IdentityVerification.vue +0 -120
- package/packages/button-print/src/interfaces.ts +0 -19
- package/packages/button-print/src/utils/print.es.min.js +0 -1
- package/packages/drag-layout/index.ts +0 -15
- package/packages/drag-layout/src/DragFormLeftItem.vue +0 -131
- package/packages/drag-layout/src/DragFormRightItem.vue +0 -277
- package/packages/drag-layout/src/DragLayout.vue +0 -712
- package/packages/field-set/index.ts +0 -15
- package/packages/field-set/src/FieldSet.vue +0 -471
- package/packages/grid/index.ts +0 -20
- package/packages/grid/src/Grid.tsx +0 -18
- package/packages/grid/src/hooks.ts +0 -167
- package/packages/index.ts +0 -41
- package/packages/select-person/index.ts +0 -11
- package/packages/select-person/src/SelectPerson.vue +0 -1104
- package/packages/select-person/src/search-tree.vue +0 -326
- package/src/component/svg/index.vue +0 -49
- package/src/core/create.js +0 -5
- package/src/global/variable.ts +0 -2
- package/src/utils/clickoutside.ts +0 -80
- package/src/utils/vexutils.js +0 -811
- package/tsconfig.node.json +0 -8
|
@@ -0,0 +1,1205 @@
|
|
|
1
|
+
.big-table-filter-wrap {
|
|
2
|
+
position: fixed;
|
|
3
|
+
z-index: 99998;
|
|
4
|
+
transform: translateX(-2%);
|
|
5
|
+
margin-top: -6px;
|
|
6
|
+
|
|
7
|
+
min-width: 280px;
|
|
8
|
+
border-radius: 4px;
|
|
9
|
+
background-color: #fff;
|
|
10
|
+
-webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
|
|
11
|
+
box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
|
|
12
|
+
|
|
13
|
+
display: flex;
|
|
14
|
+
flex-wrap: wrap;
|
|
15
|
+
flex-direction: column;
|
|
16
|
+
overflow: hidden;
|
|
17
|
+
transition: width 2s;
|
|
18
|
+
|
|
19
|
+
.sort-list {
|
|
20
|
+
margin-top: 6px;
|
|
21
|
+
}
|
|
22
|
+
|
|
23
|
+
.sort-item {
|
|
24
|
+
line-height: 32px;
|
|
25
|
+
padding: 0 13px;
|
|
26
|
+
display: flex;
|
|
27
|
+
align-items: center;
|
|
28
|
+
|
|
29
|
+
&:hover,
|
|
30
|
+
&.active {
|
|
31
|
+
background: #f2f2f2;
|
|
32
|
+
}
|
|
33
|
+
}
|
|
34
|
+
|
|
35
|
+
.sort-icon {
|
|
36
|
+
width: 16px;
|
|
37
|
+
height: 16px;
|
|
38
|
+
background-size: contain;
|
|
39
|
+
display: inline-block;
|
|
40
|
+
}
|
|
41
|
+
|
|
42
|
+
/*
|
|
43
|
+
.sort-icon-asc {
|
|
44
|
+
background-image: url('../img/icon-asc.png');
|
|
45
|
+
}
|
|
46
|
+
*/
|
|
47
|
+
|
|
48
|
+
.sort-text {
|
|
49
|
+
margin-left: 11px;
|
|
50
|
+
font-size: 14px;
|
|
51
|
+
line-height: 32px;
|
|
52
|
+
color: rgba(0, 0, 0, 0.8);
|
|
53
|
+
}
|
|
54
|
+
|
|
55
|
+
/*
|
|
56
|
+
.sort-icon-desc {
|
|
57
|
+
background-image: url('../img/icon-desc.png');
|
|
58
|
+
}
|
|
59
|
+
*/
|
|
60
|
+
|
|
61
|
+
.filter-header {
|
|
62
|
+
padding: 0 13px;
|
|
63
|
+
cursor: initial;
|
|
64
|
+
}
|
|
65
|
+
|
|
66
|
+
.filter-header-icon {
|
|
67
|
+
border-top-color: #333;
|
|
68
|
+
border-right-color: #333;
|
|
69
|
+
}
|
|
70
|
+
|
|
71
|
+
.filter-header-text {
|
|
72
|
+
margin-left: 11px;
|
|
73
|
+
}
|
|
74
|
+
|
|
75
|
+
.check-search-wrap {
|
|
76
|
+
padding: 8px 0;
|
|
77
|
+
width: 100%;
|
|
78
|
+
background: #f7f7f7;
|
|
79
|
+
display: flex;
|
|
80
|
+
justify-content: center;
|
|
81
|
+
}
|
|
82
|
+
|
|
83
|
+
.check-seach-input {
|
|
84
|
+
line-height: 32px;
|
|
85
|
+
}
|
|
86
|
+
|
|
87
|
+
.checkbox-box {
|
|
88
|
+
padding-right: 3px;
|
|
89
|
+
width: 100%;
|
|
90
|
+
}
|
|
91
|
+
|
|
92
|
+
.checkbox-wrap {
|
|
93
|
+
padding-left: 13px;
|
|
94
|
+
padding-right: 3px;
|
|
95
|
+
background: #fff;
|
|
96
|
+
display: flex;
|
|
97
|
+
flex-direction: column;
|
|
98
|
+
overflow-y: auto;
|
|
99
|
+
|
|
100
|
+
&::-webkit-scrollbar {
|
|
101
|
+
width: 4px;
|
|
102
|
+
height: 4px;
|
|
103
|
+
}
|
|
104
|
+
|
|
105
|
+
&::-webkit-scrollbar-thumb {
|
|
106
|
+
background-color: #d5d5d5;
|
|
107
|
+
border-radius: 4px;
|
|
108
|
+
}
|
|
109
|
+
|
|
110
|
+
&::-webkit-scrollbar-track {
|
|
111
|
+
background-color: #fff;
|
|
112
|
+
border-radius: 4px;
|
|
113
|
+
}
|
|
114
|
+
|
|
115
|
+
&::-webkit-scrollbar-corner {
|
|
116
|
+
background-color: #000;
|
|
117
|
+
border-radius: 4px;
|
|
118
|
+
width: 4px;
|
|
119
|
+
}
|
|
120
|
+
}
|
|
121
|
+
|
|
122
|
+
.checkbox-wrap--search {
|
|
123
|
+
padding-right: 10px;
|
|
124
|
+
}
|
|
125
|
+
|
|
126
|
+
.checkbox-btn-wrap {
|
|
127
|
+
display: flex;
|
|
128
|
+
padding: 9px 10px 19px 14px;
|
|
129
|
+
|
|
130
|
+
.checkbox-btn {
|
|
131
|
+
width: 56px;
|
|
132
|
+
padding: 0;
|
|
133
|
+
}
|
|
134
|
+
|
|
135
|
+
.checkbox-btn+.checkbox-btn {
|
|
136
|
+
margin-left: 8px;
|
|
137
|
+
}
|
|
138
|
+
|
|
139
|
+
.checkbox-btn-status {
|
|
140
|
+
.checkbox-btn {
|
|
141
|
+
border: 0;
|
|
142
|
+
border-radius: 0;
|
|
143
|
+
width: initial;
|
|
144
|
+
margin: 0 13px;
|
|
145
|
+
position: relative;
|
|
146
|
+
|
|
147
|
+
&:hover::after {
|
|
148
|
+
display: block;
|
|
149
|
+
content: '';
|
|
150
|
+
position: absolute;
|
|
151
|
+
bottom: 5px;
|
|
152
|
+
width: 100%;
|
|
153
|
+
height: 1px;
|
|
154
|
+
background-color: #5585f5;
|
|
155
|
+
}
|
|
156
|
+
}
|
|
157
|
+
}
|
|
158
|
+
}
|
|
159
|
+
|
|
160
|
+
.arrows-icon {
|
|
161
|
+
position: absolute;
|
|
162
|
+
bottom: -1px;
|
|
163
|
+
right: -1px;
|
|
164
|
+
font-size: 15px;
|
|
165
|
+
cursor: nw-resize;
|
|
166
|
+
width: 25px;
|
|
167
|
+
height: 20px;
|
|
168
|
+
}
|
|
169
|
+
}
|
|
170
|
+
|
|
171
|
+
body {
|
|
172
|
+
> .vxe-table--tooltip-wrapper {
|
|
173
|
+
display: none !important;
|
|
174
|
+
}
|
|
175
|
+
}
|
|
176
|
+
|
|
177
|
+
.custom-big-table {
|
|
178
|
+
position: relative;
|
|
179
|
+
|
|
180
|
+
.img-wrap {
|
|
181
|
+
padding: 2px 0;
|
|
182
|
+
line-height: 1;
|
|
183
|
+
height: 100%;
|
|
184
|
+
display: flex;
|
|
185
|
+
align-items: center;
|
|
186
|
+
|
|
187
|
+
img {
|
|
188
|
+
max-height: 100%;
|
|
189
|
+
object-fit: contain;
|
|
190
|
+
cursor: pointer;
|
|
191
|
+
}
|
|
192
|
+
|
|
193
|
+
&.img-circle {
|
|
194
|
+
img {
|
|
195
|
+
width: 28px;
|
|
196
|
+
border-radius: 50%;
|
|
197
|
+
object-fit: contain;
|
|
198
|
+
}
|
|
199
|
+
}
|
|
200
|
+
}
|
|
201
|
+
|
|
202
|
+
.bigTable-qr-span {
|
|
203
|
+
position: relative;
|
|
204
|
+
display: inline-block;
|
|
205
|
+
height: 100%;
|
|
206
|
+
|
|
207
|
+
.bigTable-qr-img {
|
|
208
|
+
max-height: 96%;
|
|
209
|
+
}
|
|
210
|
+
|
|
211
|
+
> span {
|
|
212
|
+
position: absolute;
|
|
213
|
+
top: 0;
|
|
214
|
+
left: 0;
|
|
215
|
+
justify-content: center;
|
|
216
|
+
align-items: center;
|
|
217
|
+
width: 100%;
|
|
218
|
+
height: 100%;
|
|
219
|
+
background: rgba(0, 0, 0, 0.7);
|
|
220
|
+
color: #fff;
|
|
221
|
+
display: none;
|
|
222
|
+
cursor: pointer;
|
|
223
|
+
}
|
|
224
|
+
|
|
225
|
+
&:hover {
|
|
226
|
+
> span {
|
|
227
|
+
display: inline-flex;
|
|
228
|
+
}
|
|
229
|
+
}
|
|
230
|
+
}
|
|
231
|
+
|
|
232
|
+
/* 行内表单样式 */
|
|
233
|
+
|
|
234
|
+
.base-form {
|
|
235
|
+
overflow: hidden !important;
|
|
236
|
+
display: flex;
|
|
237
|
+
align-items: center;
|
|
238
|
+
width: 100%;
|
|
239
|
+
}
|
|
240
|
+
|
|
241
|
+
.base-form-content {
|
|
242
|
+
width: 100%;
|
|
243
|
+
}
|
|
244
|
+
|
|
245
|
+
textarea {
|
|
246
|
+
height: 32px;
|
|
247
|
+
margin-bottom: 0;
|
|
248
|
+
resize: none;
|
|
249
|
+
}
|
|
250
|
+
|
|
251
|
+
.formItem-select-multiple {
|
|
252
|
+
display: flex;
|
|
253
|
+
align-items: center;
|
|
254
|
+
width: 100%;
|
|
255
|
+
line-height: 40px;
|
|
256
|
+
}
|
|
257
|
+
|
|
258
|
+
/* 行内表单样式 */
|
|
259
|
+
|
|
260
|
+
&.mt {
|
|
261
|
+
margin-top: 26px;
|
|
262
|
+
height: calc(100% - 78px) !important;
|
|
263
|
+
}
|
|
264
|
+
|
|
265
|
+
&.expand-padding {
|
|
266
|
+
.vxe-table .vxe-body--expanded-cell {
|
|
267
|
+
padding-left: 66px !important;
|
|
268
|
+
padding-right: 66px !important;
|
|
269
|
+
}
|
|
270
|
+
}
|
|
271
|
+
|
|
272
|
+
th.vxe-header--column {
|
|
273
|
+
cursor: pointer;
|
|
274
|
+
}
|
|
275
|
+
|
|
276
|
+
.row-btn {
|
|
277
|
+
margin-right: 10px;
|
|
278
|
+
}
|
|
279
|
+
|
|
280
|
+
.vxe-table {
|
|
281
|
+
transform: translateZ(0);
|
|
282
|
+
|
|
283
|
+
.vxe-table--empty-content {
|
|
284
|
+
width: 100%;
|
|
285
|
+
height: 100%;
|
|
286
|
+
|
|
287
|
+
> div {
|
|
288
|
+
width: 100%;
|
|
289
|
+
height: 100%;
|
|
290
|
+
|
|
291
|
+
.no-data-tip {
|
|
292
|
+
display: inline-flex;
|
|
293
|
+
}
|
|
294
|
+
}
|
|
295
|
+
}
|
|
296
|
+
|
|
297
|
+
.col--checkbox,
|
|
298
|
+
.col--seq {
|
|
299
|
+
.vxe-cell {
|
|
300
|
+
padding: 0;
|
|
301
|
+
|
|
302
|
+
.vxe-checkbox--label {
|
|
303
|
+
padding-left: 0;
|
|
304
|
+
}
|
|
305
|
+
}
|
|
306
|
+
}
|
|
307
|
+
|
|
308
|
+
.vxe-cell .vxe-tree-cell {
|
|
309
|
+
height: 100%;
|
|
310
|
+
}
|
|
311
|
+
|
|
312
|
+
.scan-multi-delete {
|
|
313
|
+
color: #F06F64;
|
|
314
|
+
}
|
|
315
|
+
|
|
316
|
+
.vxe-table--header {
|
|
317
|
+
background-color: #f2f2f2;
|
|
318
|
+
|
|
319
|
+
.vxe-header--column .vxe-cell--title {
|
|
320
|
+
height: 100%;
|
|
321
|
+
line-height: unset;
|
|
322
|
+
width: 100%;
|
|
323
|
+
}
|
|
324
|
+
}
|
|
325
|
+
|
|
326
|
+
.vxe-table--footer-wrapper.body--wrapper,
|
|
327
|
+
.vxe-table--body-wrapper {
|
|
328
|
+
&::-webkit-scrollbar {
|
|
329
|
+
width: 10px;
|
|
330
|
+
height: 10px;
|
|
331
|
+
background-color: #f2f2f2;
|
|
332
|
+
}
|
|
333
|
+
|
|
334
|
+
&::-webkit-scrollbar-thumb:hover {
|
|
335
|
+
background-color: #b2b2b2;
|
|
336
|
+
}
|
|
337
|
+
}
|
|
338
|
+
|
|
339
|
+
.vxe-footer--row .vxe-footer--column {
|
|
340
|
+
> .vxe-cell .vxe-cell--item {
|
|
341
|
+
height: 30px;
|
|
342
|
+
line-height: 30px;
|
|
343
|
+
}
|
|
344
|
+
}
|
|
345
|
+
|
|
346
|
+
.vxe-cell--checkbox.is--disabled {
|
|
347
|
+
.vxe-checkbox--icon {
|
|
348
|
+
display: none;
|
|
349
|
+
}
|
|
350
|
+
}
|
|
351
|
+
}
|
|
352
|
+
|
|
353
|
+
.filter-box {
|
|
354
|
+
display: flex;
|
|
355
|
+
align-items: center;
|
|
356
|
+
width: 100%;
|
|
357
|
+
|
|
358
|
+
.text-over-tooltip-components {
|
|
359
|
+
max-width: calc(100% - 20px);
|
|
360
|
+
}
|
|
361
|
+
|
|
362
|
+
.vxe-filter--btn {
|
|
363
|
+
border-top-color: #c0c4cc;
|
|
364
|
+
border-right-color: #c0c4cc;
|
|
365
|
+
}
|
|
366
|
+
|
|
367
|
+
.vxe-filter--btn.active {
|
|
368
|
+
border-top-color: #35393c;
|
|
369
|
+
border-right-color: #35393c;
|
|
370
|
+
}
|
|
371
|
+
|
|
372
|
+
.vxe-filter--btn.checked {
|
|
373
|
+
border-top-color: #5585f5;
|
|
374
|
+
border-right-color: #5585f5;
|
|
375
|
+
}
|
|
376
|
+
}
|
|
377
|
+
|
|
378
|
+
.disabled-checked-tips {
|
|
379
|
+
position: absolute;
|
|
380
|
+
left: 6px;
|
|
381
|
+
top: 50%;
|
|
382
|
+
bottom: 0;
|
|
383
|
+
right: 0;
|
|
384
|
+
box-sizing: border-box;
|
|
385
|
+
width: 16px;
|
|
386
|
+
height: 16px;
|
|
387
|
+
margin-top: -8px;
|
|
388
|
+
overflow: hidden;
|
|
389
|
+
border-radius: 50%;
|
|
390
|
+
border: 2px solid #ff1818;
|
|
391
|
+
background: #fff;
|
|
392
|
+
|
|
393
|
+
&::after {
|
|
394
|
+
position: absolute;
|
|
395
|
+
content: '';
|
|
396
|
+
width: 16px;
|
|
397
|
+
height: 2px;
|
|
398
|
+
background-color: #ff1818;
|
|
399
|
+
transform: rotate(45deg);
|
|
400
|
+
transform-origin: 0 2px;
|
|
401
|
+
left: 0;
|
|
402
|
+
top: 0;
|
|
403
|
+
}
|
|
404
|
+
}
|
|
405
|
+
|
|
406
|
+
.form-select-table {
|
|
407
|
+
.n-base-select-menu__empty {
|
|
408
|
+
display: none;
|
|
409
|
+
}
|
|
410
|
+
}
|
|
411
|
+
|
|
412
|
+
.percent-wrap {
|
|
413
|
+
display: flex;
|
|
414
|
+
flex-direction: column;
|
|
415
|
+
justify-content: center;
|
|
416
|
+
align-items: center;
|
|
417
|
+
text-align: center;
|
|
418
|
+
|
|
419
|
+
.percent-value {
|
|
420
|
+
line-height: 1;
|
|
421
|
+
margin-bottom: -4px;
|
|
422
|
+
margin-top: 4px;
|
|
423
|
+
}
|
|
424
|
+
}
|
|
425
|
+
|
|
426
|
+
.refresh {
|
|
427
|
+
display: flex;
|
|
428
|
+
align-items: center;
|
|
429
|
+
background-color: #fff;
|
|
430
|
+
box-shadow: 0 2px 4px 0 rgba(108, 108, 108, 0.13);
|
|
431
|
+
color: #5585f5;
|
|
432
|
+
font-size: 12px;
|
|
433
|
+
height: 27px;
|
|
434
|
+
|
|
435
|
+
position: absolute;
|
|
436
|
+
right: 0;
|
|
437
|
+
top: 6px;
|
|
438
|
+
z-index: 1;
|
|
439
|
+
|
|
440
|
+
padding-left: 14px;
|
|
441
|
+
padding-right: 14px;
|
|
442
|
+
border-top-left-radius: 14px;
|
|
443
|
+
border-bottom-left-radius: 14px;
|
|
444
|
+
|
|
445
|
+
cursor: pointer;
|
|
446
|
+
}
|
|
447
|
+
|
|
448
|
+
.refresh-row {
|
|
449
|
+
margin-left: 3px;
|
|
450
|
+
margin-bottom: 0;
|
|
451
|
+
}
|
|
452
|
+
|
|
453
|
+
.check-wrap {
|
|
454
|
+
background: #ffffe9;
|
|
455
|
+
width: 100%;
|
|
456
|
+
line-height: 26px;
|
|
457
|
+
display: flex;
|
|
458
|
+
justify-content: center;
|
|
459
|
+
|
|
460
|
+
position: absolute;
|
|
461
|
+
margin-top: -26px;
|
|
462
|
+
|
|
463
|
+
.check-wrap-title,
|
|
464
|
+
.check-wrap-btn {
|
|
465
|
+
color: #000000;
|
|
466
|
+
font-size: 12px;
|
|
467
|
+
margin-bottom: 0;
|
|
468
|
+
cursor: pointer;
|
|
469
|
+
}
|
|
470
|
+
|
|
471
|
+
.check-wrap-btn {
|
|
472
|
+
color: #5585f5;
|
|
473
|
+
}
|
|
474
|
+
}
|
|
475
|
+
|
|
476
|
+
.domPropsInnerHTML-span {
|
|
477
|
+
height: 100%;
|
|
478
|
+
|
|
479
|
+
img {
|
|
480
|
+
display: inline-block;
|
|
481
|
+
height: var(--tableImageHeight);
|
|
482
|
+
width: var(--tableImageWidth);
|
|
483
|
+
}
|
|
484
|
+
}
|
|
485
|
+
}
|
|
486
|
+
|
|
487
|
+
|
|
488
|
+
.no-data-tip {
|
|
489
|
+
display: flex;
|
|
490
|
+
flex-direction: column;
|
|
491
|
+
justify-content: center;
|
|
492
|
+
align-items: center;
|
|
493
|
+
width: 100%;
|
|
494
|
+
height: 100%;
|
|
495
|
+
color: #333333;
|
|
496
|
+
font-size: 22px;
|
|
497
|
+
|
|
498
|
+
> img {
|
|
499
|
+
max-width: 70%;
|
|
500
|
+
width: 260px;
|
|
501
|
+
}
|
|
502
|
+
|
|
503
|
+
> p {
|
|
504
|
+
margin-top: 12px;
|
|
505
|
+
margin-bottom: 0;
|
|
506
|
+
font-size: 16px;
|
|
507
|
+
color: rgba(0, 0, 0, 0.8);
|
|
508
|
+
}
|
|
509
|
+
|
|
510
|
+
> span {
|
|
511
|
+
font-size: 14px;
|
|
512
|
+
color: rgba(0, 0, 0, 0.4);
|
|
513
|
+
margin-top: 6px;
|
|
514
|
+
}
|
|
515
|
+
}
|
|
516
|
+
|
|
517
|
+
.text-over-tooltip-components {
|
|
518
|
+
display: inline-block;
|
|
519
|
+
max-width: 98%;
|
|
520
|
+
/* 文字超出宽度显示省略号 单行 */
|
|
521
|
+
|
|
522
|
+
.ellipsis {
|
|
523
|
+
font-size: 14px;
|
|
524
|
+
color: #35393c;
|
|
525
|
+
overflow: hidden;
|
|
526
|
+
text-overflow: ellipsis;
|
|
527
|
+
white-space: nowrap;
|
|
528
|
+
|
|
529
|
+
i {
|
|
530
|
+
font-style: normal;
|
|
531
|
+
word-break: keep-all;
|
|
532
|
+
white-space: nowrap;
|
|
533
|
+
}
|
|
534
|
+
}
|
|
535
|
+
|
|
536
|
+
/* 自定义样式 */
|
|
537
|
+
|
|
538
|
+
.fs20 {
|
|
539
|
+
font-size: 20px;
|
|
540
|
+
font-weight: 600;
|
|
541
|
+
color: green;
|
|
542
|
+
line-height: 22px;
|
|
543
|
+
}
|
|
544
|
+
|
|
545
|
+
.fs12 {
|
|
546
|
+
font-size: 12px;
|
|
547
|
+
font-weight: 400;
|
|
548
|
+
color: orange;
|
|
549
|
+
line-height: 14px;
|
|
550
|
+
}
|
|
551
|
+
}
|
|
552
|
+
|
|
553
|
+
.svg-icon {
|
|
554
|
+
width: 1em;
|
|
555
|
+
height: 1em;
|
|
556
|
+
vertical-align: -0.15em;
|
|
557
|
+
fill: currentColor;
|
|
558
|
+
overflow: hidden;
|
|
559
|
+
}
|
|
560
|
+
|
|
561
|
+
@primary-color: #5585f5;
|
|
562
|
+
.people-tree {
|
|
563
|
+
display: flex;
|
|
564
|
+
|
|
565
|
+
.people-tree-item {
|
|
566
|
+
width: 50%;
|
|
567
|
+
padding: 22px 12px 0;
|
|
568
|
+
max-height: 376px;
|
|
569
|
+
height: 376px;
|
|
570
|
+
overflow-y: auto;
|
|
571
|
+
|
|
572
|
+
&.people-tree-left {
|
|
573
|
+
display: flex;
|
|
574
|
+
flex-direction: column;
|
|
575
|
+
}
|
|
576
|
+
|
|
577
|
+
&:first-child {
|
|
578
|
+
border-right: 1px solid #e8e8e8;
|
|
579
|
+
}
|
|
580
|
+
|
|
581
|
+
.tag-item {
|
|
582
|
+
&.isRoot {
|
|
583
|
+
background: rgba(@primary-color, 0.08);
|
|
584
|
+
border: 1px solid rgba(@primary-color, 0.5);
|
|
585
|
+
color: @primary-color;
|
|
586
|
+
|
|
587
|
+
.tag-close {
|
|
588
|
+
color: @primary-color;
|
|
589
|
+
|
|
590
|
+
&:hover {
|
|
591
|
+
color: rgba(@primary-color, 0.6);
|
|
592
|
+
}
|
|
593
|
+
}
|
|
594
|
+
|
|
595
|
+
}
|
|
596
|
+
|
|
597
|
+
box-sizing: border-box;
|
|
598
|
+
color: #212121;
|
|
599
|
+
font-size: 14px;
|
|
600
|
+
list-style: none;
|
|
601
|
+
display: inline-flex;
|
|
602
|
+
align-items: center;
|
|
603
|
+
height: 24px;
|
|
604
|
+
line-height: 24px;
|
|
605
|
+
margin-right: 8px;
|
|
606
|
+
margin-bottom: 4px;
|
|
607
|
+
padding: 0 6px;
|
|
608
|
+
white-space: nowrap;
|
|
609
|
+
background: rgba(#d5d5d5, 0.2);
|
|
610
|
+
border: 1px solid rgba(#000000, 0.14);
|
|
611
|
+
border-radius: 4px;
|
|
612
|
+
transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
|
|
613
|
+
|
|
614
|
+
.tag-close {
|
|
615
|
+
&:hover {
|
|
616
|
+
color: rgba(@primary-color, 0.6);
|
|
617
|
+
}
|
|
618
|
+
|
|
619
|
+
&:active {
|
|
620
|
+
color: #fff;
|
|
621
|
+
}
|
|
622
|
+
|
|
623
|
+
display: inline-block;
|
|
624
|
+
font-size: 14px;
|
|
625
|
+
margin-left: 3px;
|
|
626
|
+
color: #969696;
|
|
627
|
+
font-weight: 700;
|
|
628
|
+
cursor: pointer;
|
|
629
|
+
transition: all 0.3s;
|
|
630
|
+
}
|
|
631
|
+
}
|
|
632
|
+
|
|
633
|
+
.no-data-tips {
|
|
634
|
+
height: 200px;
|
|
635
|
+
width: 100%;
|
|
636
|
+
display: flex;
|
|
637
|
+
justify-content: center;
|
|
638
|
+
align-items: center;
|
|
639
|
+
font-size: 16px;
|
|
640
|
+
font-weight: 700;
|
|
641
|
+
}
|
|
642
|
+
|
|
643
|
+
.c-title {
|
|
644
|
+
font-size: 14px;
|
|
645
|
+
font-family: PingFangSC-Regular, PingFang SC;
|
|
646
|
+
font-weight: 400;
|
|
647
|
+
color: #212121;
|
|
648
|
+
}
|
|
649
|
+
|
|
650
|
+
.c-sub-title {
|
|
651
|
+
font-size: 12px;
|
|
652
|
+
font-family: PingFangSC-Regular, PingFang SC;
|
|
653
|
+
color: #4e4e4e;
|
|
654
|
+
}
|
|
655
|
+
|
|
656
|
+
.p-title {
|
|
657
|
+
font-size: 14px;
|
|
658
|
+
font-family: PingFangSC-Medium, PingFang SC;
|
|
659
|
+
font-weight: 500;
|
|
660
|
+
color: #212121;
|
|
661
|
+
}
|
|
662
|
+
|
|
663
|
+
&.tags-box {
|
|
664
|
+
display: flex;
|
|
665
|
+
flex-wrap: wrap;
|
|
666
|
+
justify-content: flex-start;
|
|
667
|
+
align-items: flex-start;
|
|
668
|
+
align-content: flex-start;
|
|
669
|
+
}
|
|
670
|
+
}
|
|
671
|
+
}
|
|
672
|
+
|
|
673
|
+
.df {
|
|
674
|
+
display: flex;
|
|
675
|
+
}
|
|
676
|
+
|
|
677
|
+
.search-input-icon {
|
|
678
|
+
color: rgba(0, 0, 0, 0.4);
|
|
679
|
+
margin-bottom: -2px;
|
|
680
|
+
}
|
|
681
|
+
|
|
682
|
+
.main-tree-container {
|
|
683
|
+
overflow-y: auto;
|
|
684
|
+
}
|
|
685
|
+
|
|
686
|
+
.df {
|
|
687
|
+
display: flex;
|
|
688
|
+
}
|
|
689
|
+
|
|
690
|
+
.search-tree-wrap {
|
|
691
|
+
.search-tree-item {
|
|
692
|
+
display: flex;
|
|
693
|
+
align-items: center;
|
|
694
|
+
}
|
|
695
|
+
|
|
696
|
+
.name-wrap {
|
|
697
|
+
width: 48px;
|
|
698
|
+
height: 48px;
|
|
699
|
+
background: #7d88b5;
|
|
700
|
+
display: flex;
|
|
701
|
+
align-items: center;
|
|
702
|
+
justify-content: center;
|
|
703
|
+
border-radius: 50%;
|
|
704
|
+
margin-right: 13px;
|
|
705
|
+
|
|
706
|
+
.name {
|
|
707
|
+
font-size: 16px;
|
|
708
|
+
color: #ffffff;
|
|
709
|
+
margin-bottom: 0;
|
|
710
|
+
line-height: 16px;
|
|
711
|
+
}
|
|
712
|
+
}
|
|
713
|
+
|
|
714
|
+
.info-wrap {
|
|
715
|
+
overflow: hidden;
|
|
716
|
+
text-overflow: ellipsis;
|
|
717
|
+
white-space: nowrap;
|
|
718
|
+
display: flex;
|
|
719
|
+
flex-direction: column;
|
|
720
|
+
}
|
|
721
|
+
|
|
722
|
+
.info-wrap-top {
|
|
723
|
+
align-items: flex-end;
|
|
724
|
+
margin: 0;
|
|
725
|
+
margin-bottom: 1px;
|
|
726
|
+
overflow: hidden;
|
|
727
|
+
text-overflow: ellipsis;
|
|
728
|
+
white-space: nowrap;
|
|
729
|
+
}
|
|
730
|
+
|
|
731
|
+
.info-wrap-title {
|
|
732
|
+
margin-bottom: 0;
|
|
733
|
+
font-size: 16px;
|
|
734
|
+
font-family: PingFangSC-Regular, PingFang SC;
|
|
735
|
+
font-weight: 400;
|
|
736
|
+
color: #4e4e4e;
|
|
737
|
+
line-height: 16px;
|
|
738
|
+
|
|
739
|
+
.c-title {
|
|
740
|
+
font-size: 14px;
|
|
741
|
+
font-family: PingFangSC-Regular, PingFang SC;
|
|
742
|
+
font-weight: 400;
|
|
743
|
+
color: #212121;
|
|
744
|
+
}
|
|
745
|
+
|
|
746
|
+
.c-sub-title {
|
|
747
|
+
font-size: 12px;
|
|
748
|
+
font-family: PingFangSC-Regular, PingFang SC;
|
|
749
|
+
color: #4e4e4e;
|
|
750
|
+
}
|
|
751
|
+
}
|
|
752
|
+
|
|
753
|
+
.info-wrap-desc {
|
|
754
|
+
margin-left: 10px;
|
|
755
|
+
margin-bottom: 0;
|
|
756
|
+
font-size: 12px;
|
|
757
|
+
line-height: 17px;
|
|
758
|
+
color: #aeaeae;
|
|
759
|
+
}
|
|
760
|
+
|
|
761
|
+
.info-wrap-position {
|
|
762
|
+
margin-bottom: 0;
|
|
763
|
+
font-size: 12px;
|
|
764
|
+
color: #7d88b5;
|
|
765
|
+
line-height: 17px;
|
|
766
|
+
}
|
|
767
|
+
}
|
|
768
|
+
|
|
769
|
+
.load-more-btn-wrap {
|
|
770
|
+
display: flex;
|
|
771
|
+
justify-content: center;
|
|
772
|
+
height: 35px;
|
|
773
|
+
line-height: 35px;
|
|
774
|
+
cursor: pointer;
|
|
775
|
+
padding-top: 10px;
|
|
776
|
+
box-sizing: border-box;
|
|
777
|
+
|
|
778
|
+
.search-input-icon {
|
|
779
|
+
font-size: 16px;
|
|
780
|
+
color: rgba(0, 0, 0, 0.4);
|
|
781
|
+
margin-right: 14px;
|
|
782
|
+
}
|
|
783
|
+
|
|
784
|
+
.load-more-btn {
|
|
785
|
+
font-size: 12px;
|
|
786
|
+
color: #747c8e;
|
|
787
|
+
line-height: 12px;
|
|
788
|
+
}
|
|
789
|
+
}
|
|
790
|
+
|
|
791
|
+
.drag-layout-container {
|
|
792
|
+
width: 100%;
|
|
793
|
+
height: 100%;
|
|
794
|
+
flex: 1;
|
|
795
|
+
overflow: hidden;
|
|
796
|
+
overflow-y: auto;
|
|
797
|
+
position: relative;
|
|
798
|
+
display: flex;
|
|
799
|
+
justify-content: flex-start;
|
|
800
|
+
border: 1px solid #d2d9e8;
|
|
801
|
+
text-align: left;
|
|
802
|
+
|
|
803
|
+
.min-height {
|
|
804
|
+
height: calc(100% - 60px);
|
|
805
|
+
overflow: hidden;
|
|
806
|
+
overflow-y: auto;
|
|
807
|
+
|
|
808
|
+
li {
|
|
809
|
+
list-style: none;
|
|
810
|
+
}
|
|
811
|
+
}
|
|
812
|
+
|
|
813
|
+
.border-box {
|
|
814
|
+
position: absolute;
|
|
815
|
+
top: 0;
|
|
816
|
+
left: 30%;
|
|
817
|
+
border-left: 1px solid #d2d9e8;
|
|
818
|
+
height: 100%;
|
|
819
|
+
}
|
|
820
|
+
|
|
821
|
+
.text-area {
|
|
822
|
+
width: 30%;
|
|
823
|
+
height: 100%;
|
|
824
|
+
overflow-y: auto;
|
|
825
|
+
padding: 0 !important;
|
|
826
|
+
|
|
827
|
+
.info-header {
|
|
828
|
+
display: flex;
|
|
829
|
+
height: 50px;
|
|
830
|
+
line-height: 50px;
|
|
831
|
+
padding: 0 10px;
|
|
832
|
+
margin-bottom: 10px;
|
|
833
|
+
color: #2e2e2e;
|
|
834
|
+
font-size: 18px;
|
|
835
|
+
font-weight: bold;
|
|
836
|
+
background: #e6eaef;
|
|
837
|
+
}
|
|
838
|
+
|
|
839
|
+
.text-draggable {
|
|
840
|
+
display: flex;
|
|
841
|
+
flex-wrap: wrap;
|
|
842
|
+
justify-content: space-between;
|
|
843
|
+
align-items: flex-start;
|
|
844
|
+
padding: 0 12px 12px;
|
|
845
|
+
box-sizing: border-box;
|
|
846
|
+
align-content: flex-start;
|
|
847
|
+
|
|
848
|
+
li {
|
|
849
|
+
width: 49%;
|
|
850
|
+
text-align: center;
|
|
851
|
+
}
|
|
852
|
+
}
|
|
853
|
+
}
|
|
854
|
+
|
|
855
|
+
.form-area {
|
|
856
|
+
position: relative;
|
|
857
|
+
width: 70%;
|
|
858
|
+
height: 100%;
|
|
859
|
+
overflow-y: auto;
|
|
860
|
+
padding: 4px;
|
|
861
|
+
box-sizing: border-box;
|
|
862
|
+
|
|
863
|
+
&::-webkit-scrollbar {
|
|
864
|
+
width: 5px;
|
|
865
|
+
}
|
|
866
|
+
|
|
867
|
+
.info-header {
|
|
868
|
+
height: 50px;
|
|
869
|
+
margin-bottom: 10px;
|
|
870
|
+
background: unset;
|
|
871
|
+
|
|
872
|
+
display: flex;
|
|
873
|
+
justify-content: flex-end;
|
|
874
|
+
align-items: center;
|
|
875
|
+
}
|
|
876
|
+
|
|
877
|
+
.combination-col {
|
|
878
|
+
border: 1px solid #cdc5d3;
|
|
879
|
+
margin-bottom: 10px;
|
|
880
|
+
}
|
|
881
|
+
}
|
|
882
|
+
}
|
|
883
|
+
|
|
884
|
+
.dragForm-select-drop {
|
|
885
|
+
z-index: 2001;
|
|
886
|
+
}
|
|
887
|
+
|
|
888
|
+
.DragFormRightItem {
|
|
889
|
+
position: relative;
|
|
890
|
+
|
|
891
|
+
.is-edit-class {
|
|
892
|
+
background-color: #f5f5f5 !important;
|
|
893
|
+
border-color: #d9d9d9 !important;
|
|
894
|
+
}
|
|
895
|
+
|
|
896
|
+
.combination-item {
|
|
897
|
+
padding: 0px 8px 8px;
|
|
898
|
+
|
|
899
|
+
> div {
|
|
900
|
+
line-height: 35px;
|
|
901
|
+
|
|
902
|
+
&:hover > .form-btn {
|
|
903
|
+
display: flex;
|
|
904
|
+
}
|
|
905
|
+
}
|
|
906
|
+
}
|
|
907
|
+
|
|
908
|
+
.form-btn {
|
|
909
|
+
display: none;
|
|
910
|
+
align-items: center;
|
|
911
|
+
position: absolute;
|
|
912
|
+
top: -1px;
|
|
913
|
+
right: 0px;
|
|
914
|
+
height: 100%;
|
|
915
|
+
white-space: nowrap;
|
|
916
|
+
|
|
917
|
+
.quick-reply {
|
|
918
|
+
display: inline-block;
|
|
919
|
+
border: 1px dashed rgb(205, 197, 211);
|
|
920
|
+
font-size: 12px;
|
|
921
|
+
height: 22px;
|
|
922
|
+
line-height: 1.499;
|
|
923
|
+
}
|
|
924
|
+
|
|
925
|
+
&:deep(.n-input),
|
|
926
|
+
&:deep(.n-select) {
|
|
927
|
+
margin-left: 5px;
|
|
928
|
+
}
|
|
929
|
+
|
|
930
|
+
&:deep(.n-select) {
|
|
931
|
+
top: -3px;
|
|
932
|
+
}
|
|
933
|
+
}
|
|
934
|
+
|
|
935
|
+
.right-content {
|
|
936
|
+
border: 1px dashed rgb(205, 197, 211);
|
|
937
|
+
background: #fdfdfd;
|
|
938
|
+
height: 35px;
|
|
939
|
+
line-height: 35px;
|
|
940
|
+
padding: 0 10px;
|
|
941
|
+
position: relative;
|
|
942
|
+
margin-bottom: 10px;
|
|
943
|
+
cursor: pointer;
|
|
944
|
+
|
|
945
|
+
&:hover .form-btn {
|
|
946
|
+
display: flex;
|
|
947
|
+
}
|
|
948
|
+
}
|
|
949
|
+
|
|
950
|
+
.blue-border {
|
|
951
|
+
border: 1px solid #5585f5 !important;
|
|
952
|
+
}
|
|
953
|
+
|
|
954
|
+
.item-opacity {
|
|
955
|
+
opacity: 0.5;
|
|
956
|
+
}
|
|
957
|
+
|
|
958
|
+
.red {
|
|
959
|
+
color: red;
|
|
960
|
+
}
|
|
961
|
+
}
|
|
962
|
+
|
|
963
|
+
.DragFormLeftItem {
|
|
964
|
+
.left-content {
|
|
965
|
+
width: 100%;
|
|
966
|
+
margin-bottom: 16px;
|
|
967
|
+
overflow: hidden;
|
|
968
|
+
cursor: pointer;
|
|
969
|
+
color: #2e2e2e;
|
|
970
|
+
|
|
971
|
+
.style-box {
|
|
972
|
+
display: flex;
|
|
973
|
+
justify-content: center;
|
|
974
|
+
align-items: center;
|
|
975
|
+
width: 100%;
|
|
976
|
+
height: 60px;
|
|
977
|
+
padding: 0 8px;
|
|
978
|
+
box-sizing: border-box;
|
|
979
|
+
margin-bottom: 8px;
|
|
980
|
+
background: #f3f5f8;
|
|
981
|
+
|
|
982
|
+
&-input {
|
|
983
|
+
width: 85%;
|
|
984
|
+
overflow: hidden;
|
|
985
|
+
text-overflow: ellipsis;
|
|
986
|
+
white-space: nowrap;
|
|
987
|
+
cursor: pointer !important;
|
|
988
|
+
}
|
|
989
|
+
|
|
990
|
+
input[type="radio"][disabled],
|
|
991
|
+
input[type="checkbox"][disabled],
|
|
992
|
+
input[type="radio"].disabled,
|
|
993
|
+
input[type="checkbox"].disabled {
|
|
994
|
+
cursor: pointer !important;
|
|
995
|
+
}
|
|
996
|
+
}
|
|
997
|
+
}
|
|
998
|
+
}
|
|
999
|
+
|
|
1000
|
+
.popver-content {
|
|
1001
|
+
height: 400px;
|
|
1002
|
+
overflow: hidden;
|
|
1003
|
+
overflow-y: auto;
|
|
1004
|
+
}
|
|
1005
|
+
.popver-ul {
|
|
1006
|
+
margin-bottom: 10px;
|
|
1007
|
+
}
|
|
1008
|
+
.ul-title {
|
|
1009
|
+
font-size: 14px;
|
|
1010
|
+
font-weight: 400;
|
|
1011
|
+
color: rgba(145, 159, 190, 1);
|
|
1012
|
+
line-height: 20px;
|
|
1013
|
+
}
|
|
1014
|
+
|
|
1015
|
+
ul {
|
|
1016
|
+
margin: 0;
|
|
1017
|
+
padding: 0;
|
|
1018
|
+
}
|
|
1019
|
+
|
|
1020
|
+
.fields-set-content {
|
|
1021
|
+
height: 100%;
|
|
1022
|
+
display: flex;
|
|
1023
|
+
flex-direction: column;
|
|
1024
|
+
overflow: hidden;
|
|
1025
|
+
.fields-table {
|
|
1026
|
+
flex: 1;
|
|
1027
|
+
display: flex;
|
|
1028
|
+
flex-direction: column;
|
|
1029
|
+
overflow: auto;
|
|
1030
|
+
}
|
|
1031
|
+
}
|
|
1032
|
+
|
|
1033
|
+
.setting-view {
|
|
1034
|
+
height: 100%;
|
|
1035
|
+
position: relative;
|
|
1036
|
+
:deep(.n-spin-container) {
|
|
1037
|
+
width: 100%;
|
|
1038
|
+
height: 100%;
|
|
1039
|
+
}
|
|
1040
|
+
:deep(.n-spin-content) {
|
|
1041
|
+
height: 100%;
|
|
1042
|
+
}
|
|
1043
|
+
.setting-title {
|
|
1044
|
+
background: #f2f2f4;
|
|
1045
|
+
border: 1px solid #f2f2f2;
|
|
1046
|
+
height: 52px;
|
|
1047
|
+
line-height: 52px;
|
|
1048
|
+
span {
|
|
1049
|
+
display: inline-block;
|
|
1050
|
+
}
|
|
1051
|
+
&.seting-title-api {
|
|
1052
|
+
.width-large {
|
|
1053
|
+
width: 15%;
|
|
1054
|
+
}
|
|
1055
|
+
}
|
|
1056
|
+
}
|
|
1057
|
+
.set-show {
|
|
1058
|
+
min-height: 100px;
|
|
1059
|
+
overflow-y: auto;
|
|
1060
|
+
&.set-show-api {
|
|
1061
|
+
.width-large {
|
|
1062
|
+
width: 15%;
|
|
1063
|
+
}
|
|
1064
|
+
}
|
|
1065
|
+
|
|
1066
|
+
.left-style.sortable-chosen {
|
|
1067
|
+
background: #fafafa;
|
|
1068
|
+
box-shadow: 0px 0px 10px 0px #d5d5d5;
|
|
1069
|
+
}
|
|
1070
|
+
|
|
1071
|
+
li {
|
|
1072
|
+
padding: 5px 0;
|
|
1073
|
+
display: flex;
|
|
1074
|
+
align-items: center;
|
|
1075
|
+
border-bottom: 1px solid #e8e8e8;
|
|
1076
|
+
height: 52px;
|
|
1077
|
+
line-height: 52px;
|
|
1078
|
+
}
|
|
1079
|
+
.alias-style {
|
|
1080
|
+
outline: none;
|
|
1081
|
+
border-radius: 4px 4px 4px 4px;
|
|
1082
|
+
border: solid 1px #d5d5d5;
|
|
1083
|
+
height: 32px;
|
|
1084
|
+
text-indent: 16px;
|
|
1085
|
+
color: #38454f;
|
|
1086
|
+
width: 100%;
|
|
1087
|
+
}
|
|
1088
|
+
.is-sort-style {
|
|
1089
|
+
outline: none;
|
|
1090
|
+
border-radius: 4px 4px 4px 4px;
|
|
1091
|
+
border: solid 1px #d5d5d5;
|
|
1092
|
+
height: 32px;
|
|
1093
|
+
text-indent: 6px;
|
|
1094
|
+
color: #38454f;
|
|
1095
|
+
width: 87px;
|
|
1096
|
+
margin-right: 5px;
|
|
1097
|
+
&:disabled {
|
|
1098
|
+
cursor: not-allowed;
|
|
1099
|
+
background: #f5f5f5;
|
|
1100
|
+
}
|
|
1101
|
+
}
|
|
1102
|
+
.col-width-style {
|
|
1103
|
+
width: 70px;
|
|
1104
|
+
}
|
|
1105
|
+
.title-item {
|
|
1106
|
+
display: inline-flex;
|
|
1107
|
+
justify-content: flex-start;
|
|
1108
|
+
align-items: center;
|
|
1109
|
+
text-align: left;
|
|
1110
|
+
> span {
|
|
1111
|
+
display: inline-block;
|
|
1112
|
+
max-width: calc(100% - 20px);
|
|
1113
|
+
overflow: hidden;
|
|
1114
|
+
white-space: nowrap;
|
|
1115
|
+
text-overflow: ellipsis;
|
|
1116
|
+
}
|
|
1117
|
+
}
|
|
1118
|
+
}
|
|
1119
|
+
.alias-style {
|
|
1120
|
+
outline: none;
|
|
1121
|
+
border-radius: 4px 4px 4px 4px;
|
|
1122
|
+
border: solid 1px rgba(212, 222, 229, 1);
|
|
1123
|
+
height: 32px;
|
|
1124
|
+
text-indent: 16px;
|
|
1125
|
+
color: #38454f;
|
|
1126
|
+
}
|
|
1127
|
+
.btn-operate {
|
|
1128
|
+
border-top: 1px solid #d5d5d5;
|
|
1129
|
+
padding: 12px 0 12px;
|
|
1130
|
+
}
|
|
1131
|
+
|
|
1132
|
+
.width-show {
|
|
1133
|
+
display: inline-block;
|
|
1134
|
+
width: 10%;
|
|
1135
|
+
overflow: hidden;
|
|
1136
|
+
white-space: nowrap;
|
|
1137
|
+
text-overflow: ellipsis;
|
|
1138
|
+
}
|
|
1139
|
+
.drag-icon-wrap {
|
|
1140
|
+
width: 5% !important;
|
|
1141
|
+
cursor: pointer;
|
|
1142
|
+
text-align: center;
|
|
1143
|
+
}
|
|
1144
|
+
.width-showed {
|
|
1145
|
+
display: inline-block;
|
|
1146
|
+
width: 15%;
|
|
1147
|
+
overflow: hidden;
|
|
1148
|
+
white-space: nowrap;
|
|
1149
|
+
text-overflow: ellipsis;
|
|
1150
|
+
select {
|
|
1151
|
+
width: 90% !important;
|
|
1152
|
+
}
|
|
1153
|
+
}
|
|
1154
|
+
.width-word {
|
|
1155
|
+
display: inline-block;
|
|
1156
|
+
width: 20%;
|
|
1157
|
+
line-height: 52px;
|
|
1158
|
+
overflow: hidden;
|
|
1159
|
+
white-space: nowrap;
|
|
1160
|
+
input {
|
|
1161
|
+
width: 90% !important;
|
|
1162
|
+
}
|
|
1163
|
+
}
|
|
1164
|
+
.width-large {
|
|
1165
|
+
display: inline-block;
|
|
1166
|
+
width: 20%;
|
|
1167
|
+
overflow: hidden;
|
|
1168
|
+
white-space: nowrap;
|
|
1169
|
+
text-overflow: ellipsis;
|
|
1170
|
+
}
|
|
1171
|
+
}
|
|
1172
|
+
|
|
1173
|
+
.dropdown-button {
|
|
1174
|
+
color: #212121;
|
|
1175
|
+
border-color: #d5d5d5 !important;
|
|
1176
|
+
margin-left: 8px;
|
|
1177
|
+
margin-bottom: 8px;
|
|
1178
|
+
}
|
|
1179
|
+
|
|
1180
|
+
.rowFoldHideBtnList-dropdown {
|
|
1181
|
+
.n-dropdown-menu-wrapper span.active {
|
|
1182
|
+
color: #5585f5;
|
|
1183
|
+
}
|
|
1184
|
+
}
|
|
1185
|
+
|
|
1186
|
+
.login-form-button {
|
|
1187
|
+
width: 100%;
|
|
1188
|
+
height: 50px;
|
|
1189
|
+
border-radius: 24px;
|
|
1190
|
+
font-size: 16px;
|
|
1191
|
+
color: #ffffff;
|
|
1192
|
+
}
|
|
1193
|
+
|
|
1194
|
+
.login-form-button-print {
|
|
1195
|
+
padding-top: 15px;
|
|
1196
|
+
|
|
1197
|
+
.n-input {
|
|
1198
|
+
height: 50px;
|
|
1199
|
+
line-height: 50px;
|
|
1200
|
+
font-size: 14px;
|
|
1201
|
+
color: #757575;
|
|
1202
|
+
border-radius: 6px;
|
|
1203
|
+
}
|
|
1204
|
+
}
|
|
1205
|
+
|