lw-cdp-ui 1.0.19 → 1.0.21
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/README.md +5 -5
- package/dist/components/lwForm/index.vue +312 -312
- package/dist/components/lwIconSelect/iconSelect.js +288 -288
- package/dist/components/lwIconSelect/index.vue +142 -142
- package/dist/components/lwLayout/components/NavMenu.vue +36 -36
- package/dist/components/lwLayout/components/aside.vue +291 -295
- package/dist/components/lwLayout/components/bu.vue +72 -70
- package/dist/components/lwLayout/components/iframeView.vue +57 -57
- package/dist/components/lwLayout/components/lang.vue +76 -76
- package/dist/components/lwLayout/components/setting.vue +80 -80
- package/dist/components/lwLayout/components/sideM.vue +137 -136
- package/dist/components/lwLayout/components/tags.vue +329 -329
- package/dist/components/lwLayout/components/topbar.vue +70 -70
- package/dist/components/lwLayout/components/userbar.vue +210 -209
- package/dist/components/lwLayout/index.vue +399 -398
- package/dist/components/lwLogin/index.vue +446 -383
- package/dist/components/lwSearch/date/date.vue +110 -110
- package/dist/components/lwSearch/dateRange/dateRange.vue +110 -110
- package/dist/components/lwSearch/dates/dates.vue +366 -366
- package/dist/components/lwSearch/index.vue +636 -636
- package/dist/components/lwSearch/input/input.vue +54 -54
- package/dist/components/lwSearch/locale/en-us.js +10 -10
- package/dist/components/lwSearch/locale/zh-cn.js +10 -10
- package/dist/components/lwSearch/select/select.vue +57 -57
- package/dist/components/lwSvgIcon/index.vue +28 -28
- package/dist/components/lwTable/index.js +425 -425
- package/dist/components/lwTable/index.scss +229 -229
- package/dist/components/lwTable/index.vue +225 -226
- package/dist/components/lwTable/locale/en-US.js +26 -26
- package/dist/components/lwTable/locale/zh-CN.js +26 -26
- package/dist/components/lwTable/useFullscreen.js +73 -73
- package/dist/components/lwTableSelect/index.vue +254 -254
- package/dist/components/lwTableSelect/tableSelect.js +23 -23
- package/dist/components/lwUpload/index.vue +365 -365
- package/dist/en-US-YCjgxjEt.js.map +1 -1
- package/dist/en-us-CziFtIQi.js.map +1 -1
- package/dist/lw-cdp-ui.esm.js +1484 -1459
- package/dist/lw-cdp-ui.esm.js.map +1 -1
- package/dist/lw-cdp-ui.umd.js +9 -9
- package/dist/lw-cdp-ui.umd.js.map +1 -1
- package/dist/style.css +1 -1
- package/dist/zh-CN-BdDNsX4e.js.map +1 -1
- package/dist/zh-cn-DJpQp_O7.js.map +1 -1
- package/package.json +45 -45
|
@@ -1,230 +1,230 @@
|
|
|
1
|
-
.baseTablePage-wrap {
|
|
2
|
-
position: relative;
|
|
3
|
-
|
|
4
|
-
.icon-more {
|
|
5
|
-
margin-top: 3px;
|
|
6
|
-
cursor: pointer;
|
|
7
|
-
width: 20px;
|
|
8
|
-
}
|
|
9
|
-
|
|
10
|
-
.tool-block {
|
|
11
|
-
display: flex;
|
|
12
|
-
gap: 10px;
|
|
13
|
-
.icon-sync {
|
|
14
|
-
font-size: 20px;
|
|
15
|
-
vertical-align: middle;
|
|
16
|
-
cursor: pointer;
|
|
17
|
-
color: var(--color-neutral-10);
|
|
18
|
-
margin-right: 10px;
|
|
19
|
-
}
|
|
20
|
-
|
|
21
|
-
.icon-line-height,
|
|
22
|
-
.icon-fullscreen,
|
|
23
|
-
.icon-fullscreen-exit {
|
|
24
|
-
font-size: 20px;
|
|
25
|
-
vertical-align: middle;
|
|
26
|
-
cursor: pointer;
|
|
27
|
-
color: var(--color-neutral-10);
|
|
28
|
-
}
|
|
29
|
-
|
|
30
|
-
.icon-interaction {
|
|
31
|
-
font-size: 20px;
|
|
32
|
-
margin: 0 10px;
|
|
33
|
-
vertical-align: middle;
|
|
34
|
-
cursor: pointer;
|
|
35
|
-
color: var(--color-neutral-10);
|
|
36
|
-
}
|
|
37
|
-
|
|
38
|
-
.icon-settings {
|
|
39
|
-
font-size: 20px;
|
|
40
|
-
vertical-align: middle;
|
|
41
|
-
cursor: pointer;
|
|
42
|
-
color: var(--color-neutral-10);
|
|
43
|
-
margin-right: 10px;
|
|
44
|
-
}
|
|
45
|
-
}
|
|
46
|
-
.table-page-info {
|
|
47
|
-
display: flex;
|
|
48
|
-
justify-content: space-between;
|
|
49
|
-
padding-top: 15px;
|
|
50
|
-
|
|
51
|
-
.page-info-text {
|
|
52
|
-
font-weight: 600;
|
|
53
|
-
// color: $navBarOptionsColor;
|
|
54
|
-
}
|
|
55
|
-
}
|
|
56
|
-
|
|
57
|
-
.not-icon {
|
|
58
|
-
border: 1px solid #dcdfe6;
|
|
59
|
-
padding: 5px 12px;
|
|
60
|
-
min-height: 24px;
|
|
61
|
-
&:hover {
|
|
62
|
-
background: none;
|
|
63
|
-
}
|
|
64
|
-
}
|
|
65
|
-
.el-checkbox.el-checkbox--small {
|
|
66
|
-
height: 26px;
|
|
67
|
-
}
|
|
68
|
-
.mycell .cell .el-checkbox__input {
|
|
69
|
-
display: none;
|
|
70
|
-
}
|
|
71
|
-
.cell {
|
|
72
|
-
// height: 100%;
|
|
73
|
-
}
|
|
74
|
-
.download-pic {
|
|
75
|
-
font-size: 18px;
|
|
76
|
-
color: #1890ff;
|
|
77
|
-
cursor: pointer;
|
|
78
|
-
}
|
|
79
|
-
.table-operation {
|
|
80
|
-
display: flex;
|
|
81
|
-
justify-content: center;
|
|
82
|
-
}
|
|
83
|
-
|
|
84
|
-
a {
|
|
85
|
-
font-size: 14px;
|
|
86
|
-
color: #4189d1;
|
|
87
|
-
}
|
|
88
|
-
.select-block {
|
|
89
|
-
.el-checkbox {
|
|
90
|
-
// width: 150px;
|
|
91
|
-
display: block;
|
|
92
|
-
margin-left: 10px;
|
|
93
|
-
}
|
|
94
|
-
}
|
|
95
|
-
.el-table__header-wrapper .cell {
|
|
96
|
-
& > div {
|
|
97
|
-
display: inline-block;
|
|
98
|
-
}
|
|
99
|
-
}
|
|
100
|
-
|
|
101
|
-
.el-table__fixed,
|
|
102
|
-
.el-table__fixed-right {
|
|
103
|
-
bottom: 20px !important;
|
|
104
|
-
&::before {
|
|
105
|
-
display: none;
|
|
106
|
-
}
|
|
107
|
-
}
|
|
108
|
-
|
|
109
|
-
/*滚动条整体部分*/
|
|
110
|
-
::-webkit-scrollbar {
|
|
111
|
-
width: 8px;
|
|
112
|
-
height: 8px;
|
|
113
|
-
}
|
|
114
|
-
/*滚动条的轨道*/
|
|
115
|
-
::-webkit-scrollbar-track {
|
|
116
|
-
background-color: #ffffff;
|
|
117
|
-
}
|
|
118
|
-
/*滚动条里面的小方块,能向上向下移动*/
|
|
119
|
-
::-webkit-scrollbar-thumb {
|
|
120
|
-
background-color: #bfbfbf;
|
|
121
|
-
border-radius: 5px;
|
|
122
|
-
border: 1px solid #f1f1f1;
|
|
123
|
-
box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
|
|
124
|
-
}
|
|
125
|
-
::-webkit-scrollbar-thumb:hover {
|
|
126
|
-
background-color: #a8a8a8;
|
|
127
|
-
}
|
|
128
|
-
::-webkit-scrollbar-thumb:active {
|
|
129
|
-
background-color: #787878;
|
|
130
|
-
}
|
|
131
|
-
/*边角,即两个滚动条的交汇处*/
|
|
132
|
-
::-webkit-scrollbar-corner {
|
|
133
|
-
background-color: #ffffff;
|
|
134
|
-
}
|
|
135
|
-
}
|
|
136
|
-
|
|
137
|
-
.headers-content {
|
|
138
|
-
padding: 10px 10px 10px 0;
|
|
139
|
-
width: 400px;
|
|
140
|
-
.arco-row {
|
|
141
|
-
margin: 10px 0;
|
|
142
|
-
}
|
|
143
|
-
}
|
|
144
|
-
|
|
145
|
-
.start-span,
|
|
146
|
-
.end-span {
|
|
147
|
-
display: inline-block;
|
|
148
|
-
padding: 1px 5px;
|
|
149
|
-
color: #fff;
|
|
150
|
-
margin-right: 5px;
|
|
151
|
-
border-radius: 5px;
|
|
152
|
-
font-size: 12px;
|
|
153
|
-
font-weight: bold;
|
|
154
|
-
}
|
|
155
|
-
.start-span {
|
|
156
|
-
background: #03a715;
|
|
157
|
-
}
|
|
158
|
-
.end-span {
|
|
159
|
-
background: #f40c0c;
|
|
160
|
-
}
|
|
161
|
-
|
|
162
|
-
:deep(.el-table th.el-table__cell) {
|
|
163
|
-
background-color: #f9f9f9 !important;
|
|
164
|
-
}
|
|
165
|
-
|
|
166
|
-
.table-button {
|
|
167
|
-
color: #3d3ad9;
|
|
168
|
-
margin: 0 4px;
|
|
169
|
-
}
|
|
170
|
-
:deep(.table-button [class*='el-icon']) {
|
|
171
|
-
font-size: 18px;
|
|
172
|
-
}
|
|
173
|
-
|
|
174
|
-
.table-button:hover {
|
|
175
|
-
background-color: #fff;
|
|
176
|
-
border-color: #f480c9;
|
|
177
|
-
color: #3d3ad9 !important;
|
|
178
|
-
}
|
|
179
|
-
|
|
180
|
-
.table-button-2.is-text {
|
|
181
|
-
color: #3d3ad9;
|
|
182
|
-
font-size: 14px;
|
|
183
|
-
// margin: 0px;
|
|
184
|
-
// border:none;
|
|
185
|
-
background: none !important;
|
|
186
|
-
padding: 2px 8px;
|
|
187
|
-
font-weight: 400;
|
|
188
|
-
height: 24px;
|
|
189
|
-
border-radius: 0;
|
|
190
|
-
}
|
|
191
|
-
.table-button-2.is-text:not(.is-disabled):hover {
|
|
192
|
-
background-color: #eeeefc;
|
|
193
|
-
}
|
|
194
|
-
|
|
195
|
-
.pagination-block {
|
|
196
|
-
clear: both;
|
|
197
|
-
width: 100%;
|
|
198
|
-
height: 35px;
|
|
199
|
-
margin-top: 10px;
|
|
200
|
-
display: flex;
|
|
201
|
-
align-items: center;
|
|
202
|
-
justify-content: space-between;
|
|
203
|
-
.total {
|
|
204
|
-
color: #6a6d73;
|
|
205
|
-
font-size: 14px;
|
|
206
|
-
line-height: 16px;
|
|
207
|
-
margin-left: 20px;
|
|
208
|
-
}
|
|
209
|
-
|
|
210
|
-
.el-pagination {
|
|
211
|
-
padding: 0;
|
|
212
|
-
|
|
213
|
-
.el-input {
|
|
214
|
-
line-height: 28px;
|
|
215
|
-
}
|
|
216
|
-
|
|
217
|
-
.el-input__inner {
|
|
218
|
-
vertical-align: inherit !important;
|
|
219
|
-
}
|
|
220
|
-
}
|
|
221
|
-
|
|
222
|
-
|
|
223
|
-
|
|
224
|
-
}
|
|
225
|
-
.fix-num{
|
|
226
|
-
display: flex;
|
|
227
|
-
align-items: center;
|
|
228
|
-
margin-top: 10px;
|
|
229
|
-
gap: 5px;
|
|
1
|
+
.baseTablePage-wrap {
|
|
2
|
+
position: relative;
|
|
3
|
+
|
|
4
|
+
.icon-more {
|
|
5
|
+
margin-top: 3px;
|
|
6
|
+
cursor: pointer;
|
|
7
|
+
width: 20px;
|
|
8
|
+
}
|
|
9
|
+
|
|
10
|
+
.tool-block {
|
|
11
|
+
display: flex;
|
|
12
|
+
gap: 10px;
|
|
13
|
+
.icon-sync {
|
|
14
|
+
font-size: 20px;
|
|
15
|
+
vertical-align: middle;
|
|
16
|
+
cursor: pointer;
|
|
17
|
+
color: var(--color-neutral-10);
|
|
18
|
+
margin-right: 10px;
|
|
19
|
+
}
|
|
20
|
+
|
|
21
|
+
.icon-line-height,
|
|
22
|
+
.icon-fullscreen,
|
|
23
|
+
.icon-fullscreen-exit {
|
|
24
|
+
font-size: 20px;
|
|
25
|
+
vertical-align: middle;
|
|
26
|
+
cursor: pointer;
|
|
27
|
+
color: var(--color-neutral-10);
|
|
28
|
+
}
|
|
29
|
+
|
|
30
|
+
.icon-interaction {
|
|
31
|
+
font-size: 20px;
|
|
32
|
+
margin: 0 10px;
|
|
33
|
+
vertical-align: middle;
|
|
34
|
+
cursor: pointer;
|
|
35
|
+
color: var(--color-neutral-10);
|
|
36
|
+
}
|
|
37
|
+
|
|
38
|
+
.icon-settings {
|
|
39
|
+
font-size: 20px;
|
|
40
|
+
vertical-align: middle;
|
|
41
|
+
cursor: pointer;
|
|
42
|
+
color: var(--color-neutral-10);
|
|
43
|
+
margin-right: 10px;
|
|
44
|
+
}
|
|
45
|
+
}
|
|
46
|
+
.table-page-info {
|
|
47
|
+
display: flex;
|
|
48
|
+
justify-content: space-between;
|
|
49
|
+
padding-top: 15px;
|
|
50
|
+
|
|
51
|
+
.page-info-text {
|
|
52
|
+
font-weight: 600;
|
|
53
|
+
// color: $navBarOptionsColor;
|
|
54
|
+
}
|
|
55
|
+
}
|
|
56
|
+
|
|
57
|
+
.not-icon {
|
|
58
|
+
border: 1px solid #dcdfe6;
|
|
59
|
+
padding: 5px 12px;
|
|
60
|
+
min-height: 24px;
|
|
61
|
+
&:hover {
|
|
62
|
+
background: none;
|
|
63
|
+
}
|
|
64
|
+
}
|
|
65
|
+
.el-checkbox.el-checkbox--small {
|
|
66
|
+
height: 26px;
|
|
67
|
+
}
|
|
68
|
+
.mycell .cell .el-checkbox__input {
|
|
69
|
+
display: none;
|
|
70
|
+
}
|
|
71
|
+
.cell {
|
|
72
|
+
// height: 100%;
|
|
73
|
+
}
|
|
74
|
+
.download-pic {
|
|
75
|
+
font-size: 18px;
|
|
76
|
+
color: #1890ff;
|
|
77
|
+
cursor: pointer;
|
|
78
|
+
}
|
|
79
|
+
.table-operation {
|
|
80
|
+
display: flex;
|
|
81
|
+
justify-content: center;
|
|
82
|
+
}
|
|
83
|
+
|
|
84
|
+
a {
|
|
85
|
+
font-size: 14px;
|
|
86
|
+
color: #4189d1;
|
|
87
|
+
}
|
|
88
|
+
.select-block {
|
|
89
|
+
.el-checkbox {
|
|
90
|
+
// width: 150px;
|
|
91
|
+
display: block;
|
|
92
|
+
margin-left: 10px;
|
|
93
|
+
}
|
|
94
|
+
}
|
|
95
|
+
.el-table__header-wrapper .cell {
|
|
96
|
+
& > div {
|
|
97
|
+
display: inline-block;
|
|
98
|
+
}
|
|
99
|
+
}
|
|
100
|
+
|
|
101
|
+
.el-table__fixed,
|
|
102
|
+
.el-table__fixed-right {
|
|
103
|
+
bottom: 20px !important;
|
|
104
|
+
&::before {
|
|
105
|
+
display: none;
|
|
106
|
+
}
|
|
107
|
+
}
|
|
108
|
+
|
|
109
|
+
/*滚动条整体部分*/
|
|
110
|
+
::-webkit-scrollbar {
|
|
111
|
+
width: 8px;
|
|
112
|
+
height: 8px;
|
|
113
|
+
}
|
|
114
|
+
/*滚动条的轨道*/
|
|
115
|
+
::-webkit-scrollbar-track {
|
|
116
|
+
background-color: #ffffff;
|
|
117
|
+
}
|
|
118
|
+
/*滚动条里面的小方块,能向上向下移动*/
|
|
119
|
+
::-webkit-scrollbar-thumb {
|
|
120
|
+
background-color: #bfbfbf;
|
|
121
|
+
border-radius: 5px;
|
|
122
|
+
border: 1px solid #f1f1f1;
|
|
123
|
+
box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
|
|
124
|
+
}
|
|
125
|
+
::-webkit-scrollbar-thumb:hover {
|
|
126
|
+
background-color: #a8a8a8;
|
|
127
|
+
}
|
|
128
|
+
::-webkit-scrollbar-thumb:active {
|
|
129
|
+
background-color: #787878;
|
|
130
|
+
}
|
|
131
|
+
/*边角,即两个滚动条的交汇处*/
|
|
132
|
+
::-webkit-scrollbar-corner {
|
|
133
|
+
background-color: #ffffff;
|
|
134
|
+
}
|
|
135
|
+
}
|
|
136
|
+
|
|
137
|
+
.headers-content {
|
|
138
|
+
padding: 10px 10px 10px 0;
|
|
139
|
+
width: 400px;
|
|
140
|
+
.arco-row {
|
|
141
|
+
margin: 10px 0;
|
|
142
|
+
}
|
|
143
|
+
}
|
|
144
|
+
|
|
145
|
+
.start-span,
|
|
146
|
+
.end-span {
|
|
147
|
+
display: inline-block;
|
|
148
|
+
padding: 1px 5px;
|
|
149
|
+
color: #fff;
|
|
150
|
+
margin-right: 5px;
|
|
151
|
+
border-radius: 5px;
|
|
152
|
+
font-size: 12px;
|
|
153
|
+
font-weight: bold;
|
|
154
|
+
}
|
|
155
|
+
.start-span {
|
|
156
|
+
background: #03a715;
|
|
157
|
+
}
|
|
158
|
+
.end-span {
|
|
159
|
+
background: #f40c0c;
|
|
160
|
+
}
|
|
161
|
+
|
|
162
|
+
:deep(.el-table th.el-table__cell) {
|
|
163
|
+
background-color: #f9f9f9 !important;
|
|
164
|
+
}
|
|
165
|
+
|
|
166
|
+
.table-button {
|
|
167
|
+
color: #3d3ad9;
|
|
168
|
+
margin: 0 4px;
|
|
169
|
+
}
|
|
170
|
+
:deep(.table-button [class*='el-icon']) {
|
|
171
|
+
font-size: 18px;
|
|
172
|
+
}
|
|
173
|
+
|
|
174
|
+
.table-button:hover {
|
|
175
|
+
background-color: #fff;
|
|
176
|
+
border-color: #f480c9;
|
|
177
|
+
color: #3d3ad9 !important;
|
|
178
|
+
}
|
|
179
|
+
|
|
180
|
+
.table-button-2.is-text {
|
|
181
|
+
color: #3d3ad9;
|
|
182
|
+
font-size: 14px;
|
|
183
|
+
// margin: 0px;
|
|
184
|
+
// border:none;
|
|
185
|
+
background: none !important;
|
|
186
|
+
padding: 2px 8px;
|
|
187
|
+
font-weight: 400;
|
|
188
|
+
height: 24px;
|
|
189
|
+
border-radius: 0;
|
|
190
|
+
}
|
|
191
|
+
.table-button-2.is-text:not(.is-disabled):hover {
|
|
192
|
+
background-color: #eeeefc;
|
|
193
|
+
}
|
|
194
|
+
|
|
195
|
+
.pagination-block {
|
|
196
|
+
clear: both;
|
|
197
|
+
width: 100%;
|
|
198
|
+
height: 35px;
|
|
199
|
+
margin-top: 10px;
|
|
200
|
+
display: flex;
|
|
201
|
+
align-items: center;
|
|
202
|
+
justify-content: space-between;
|
|
203
|
+
.total {
|
|
204
|
+
color: #6a6d73;
|
|
205
|
+
font-size: 14px;
|
|
206
|
+
line-height: 16px;
|
|
207
|
+
margin-left: 20px;
|
|
208
|
+
}
|
|
209
|
+
|
|
210
|
+
.el-pagination {
|
|
211
|
+
padding: 0;
|
|
212
|
+
|
|
213
|
+
.el-input {
|
|
214
|
+
line-height: 28px;
|
|
215
|
+
}
|
|
216
|
+
|
|
217
|
+
.el-input__inner {
|
|
218
|
+
vertical-align: inherit !important;
|
|
219
|
+
}
|
|
220
|
+
}
|
|
221
|
+
|
|
222
|
+
|
|
223
|
+
|
|
224
|
+
}
|
|
225
|
+
.fix-num{
|
|
226
|
+
display: flex;
|
|
227
|
+
align-items: center;
|
|
228
|
+
margin-top: 10px;
|
|
229
|
+
gap: 5px;
|
|
230
230
|
}
|