@weitutech/by-components 1.0.27 → 1.0.30

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.
@@ -1,342 +1,342 @@
1
- .b-form {
2
- .el-input,
3
- .el-select {
4
- max-width: none !important;
5
- }
6
- .el-input-group {
7
- vertical-align: middle !important;
8
- }
9
- .el-form-item {
10
- margin-bottom: 0px !important;
11
- }
12
- .el-row {
13
- display: flex;
14
- flex-wrap: wrap;
15
- }
16
- .b-picker {
17
- display: flex;
18
- align-items: center;
19
- .btn {
20
- display: flex;
21
- margin-left: 8px;
22
- }
23
- .item {
24
- color: #606266;
25
- font-size: 12px;
26
- white-space: nowrap;
27
- margin: 0 3px;
28
- cursor: pointer;
29
- }
30
- .item_active {
31
- color: #409eff;
32
- }
33
- }
34
- .store-selector {
35
- display: flex;
36
- .store-select-container {
37
- display: inline-block;
38
- width: calc(100% - 104px);
39
- vertical-align: top;
40
- border: solid 1px rgba(0, 0, 0, 0.2);
41
- padding: 0 10px;
42
- border-radius: 5px;
43
- &.shrink {
44
- border: none;
45
- padding: 0;
46
- .el-radio-group {
47
- }
48
- .el-checkbox-group {
49
- overflow: hidden;
50
- }
51
- }
52
- }
53
- .selected_all,
54
- .store-select-container .el-checkbox {
55
- border-width: 1px !important;
56
- border-color: transparent;
57
- padding: 0 4px !important;
58
- margin: 5px 10px 5px 0 !important;
59
- &.is-checked {
60
- border-color: #409eff;
61
- }
62
- }
63
- .el-radio-group {
64
- width: 100% !important;
65
- }
66
- .el-checkbox-group {
67
- line-height: 1;
68
- width: 100% !important;
69
- }
70
- label {
71
- margin: 0 10px 0 0 !important;
72
- padding: 0 5px !important;
73
- }
74
- .leave {
75
- color: #adadad;
76
- }
77
- .openShrink {
78
- vertical-align: top;
79
- }
80
- }
81
- .consult_select {
82
- .consult-select-container {
83
- display: inline-block;
84
- width: calc(100% - 104px);
85
- vertical-align: top;
86
- border: solid 1px rgba(0, 0, 0, 0.2);
87
- padding: 0 10px;
88
- border-radius: 5px;
89
-
90
- &.shrink {
91
- border: none;
92
- padding: 0;
93
-
94
- .el-radio-group.Eng {
95
- visibility: hidden;
96
- display: none;
97
- }
98
-
99
- .el-checkbox-group {
100
- overflow: hidden;
101
- }
102
- }
103
- }
104
-
105
- .selected_all,
106
- .consult-select-container .el-checkbox {
107
- border-width: 1px !important;
108
- border-color: transparent;
109
- padding: 0 4px !important;
110
- margin: 5px 10px 5px 0 !important;
111
-
112
- &.is-checked {
113
- border-color: #409eff;
114
- }
115
- }
116
-
117
- .el-radio-group {
118
- width: 100% !important;
119
- }
120
-
121
- .el-checkbox-group {
122
- line-height: 1;
123
- max-height: 75px;
124
- overflow-y: auto;
125
- width: 100% !important;
126
- }
127
- label {
128
- margin: 0 10px 0 0 !important;
129
- padding: 0 5px !important;
130
- }
131
- .leave {
132
- color: #adadad;
133
- }
134
- .openShrink {
135
- //vertical-align: top;
136
- }
137
- .el-checkbox__inner {
138
- display: none;
139
- }
140
- }
141
- .date-selector {
142
- display: inline-block;
143
-
144
- .el-range-editor--large.el-input__inner {
145
- height: 36px;
146
- line-height: 36px;
147
- }
148
-
149
- .el-date-editor {
150
- margin-right: 10px;
151
- vertical-align: middle;
152
-
153
- ::v-deep .el-range-separator {
154
- width: 10%;
155
- padding: 0;
156
- }
157
- }
158
-
159
- .quickBtns {
160
- display: inline-block;
161
-
162
- .el-button {
163
- color: #606266;
164
-
165
- &.active {
166
- color: #409eff;
167
- }
168
- }
169
- }
170
- }
171
- .store-select-container {
172
- display: inline-block;
173
- width: calc(100% - 104px);
174
- vertical-align: top;
175
- border: solid 1px rgba(0, 0, 0, 0.2);
176
- padding: 0 10px;
177
- border-radius: 5px;
178
-
179
- &.shrink {
180
- border: none;
181
- padding: 0;
182
-
183
- .el-radio-group.Eng {
184
- visibility: hidden;
185
- display: none;
186
- }
187
-
188
- .el-checkbox-group {
189
- overflow: hidden;
190
- }
191
- }
192
- }
193
- .dialog {
194
- display: flex;
195
-
196
- .dialog-container {
197
- height: 60vh;
198
- min-width: 50rem;
199
-
200
- .dia-content {
201
- position: relative;
202
- height: 80%;
203
- }
204
-
205
- .selected {
206
- position: absolute;
207
- right: 0;
208
- top: 0;
209
- width: 25%;
210
- height: calc(100% + 40px);
211
- overflow-y: scroll;
212
- border: 1px solid #ddd;
213
- color: #000;
214
-
215
- .selected-title {
216
- display: flex;
217
- justify-content: space-between;
218
- position: sticky;
219
- top: 0;
220
- width: 100%;
221
- height: 2.5rem;
222
- line-height: 2.5rem;
223
- font-weight: bold;
224
- padding: 0 1.25rem;
225
- background-color: #f8f8f8;
226
- border-bottom: 1px solid #ddd;
227
- z-index: 99;
228
-
229
- .clearAll {
230
- font-size: 0.75rem;
231
- color: #999;
232
- cursor: pointer;
233
- font-weight: normal;
234
- }
235
- }
236
-
237
- .selected-list {
238
- padding-left: 0.625rem;
239
- padding-bottom: 0.625rem;
240
-
241
- .list-tags {
242
- margin-top: 0.625rem;
243
-
244
- .el-tags {
245
- width: calc(100% - 10px);
246
- color: #000;
247
- display: flex;
248
- align-items: center;
249
- }
250
- }
251
- }
252
- }
253
- }
254
-
255
- .dia-title {
256
- display: flex;
257
- justify-content: flex-end;
258
- align-items: center;
259
-
260
- & > .el-input {
261
- margin-right: auto;
262
- width: 40%;
263
- }
264
- }
265
-
266
- .header {
267
- margin-top: 0.625rem;
268
- height: 40px !important;
269
- border: 1px solid #ddd;
270
- border-bottom: none;
271
- line-height: 40px;
272
- background-color: #f8f8f8;
273
- width: 74%;
274
- }
275
-
276
- .can-add {
277
- width: 74%;
278
- height: 100%;
279
- border: 1px solid #ddd;
280
-
281
- .el-aside {
282
- padding-top: 0.625rem;
283
-
284
- .list-list {
285
- padding-left: 1.25rem;
286
-
287
- .list-title {
288
- height: 1.875rem;
289
- line-height: 1.875rem;
290
- font-weight: bold;
291
- }
292
-
293
- .list-content {
294
- padding-left: 1.25rem;
295
- color: #666666;
296
-
297
- .list-lists {
298
- height: 1.875rem;
299
- line-height: 1.875rem;
300
- list-style: none;
301
- cursor: pointer;
302
-
303
- &:hover {
304
- color: #197afb;
305
- }
306
- }
307
- }
308
- }
309
- }
310
-
311
- .check-content {
312
- .check-title {
313
- margin-bottom: 1.25rem;
314
- font-weight: bold;
315
- }
316
-
317
- .check-all {
318
- width: 100%;
319
- height: 1.875rem;
320
- line-height: 1.875rem;
321
- padding-left: 0.625rem;
322
- border-radius: 0.3125rem;
323
- background-color: #eee;
324
- font-weight: bold;
325
- }
326
-
327
- .check-list {
328
- padding-left: 0.625rem;
329
-
330
- .el-checkbox {
331
- width: 50%;
332
- margin: 0 0 0.625rem 0;
333
- }
334
- }
335
- }
336
- }
337
-
338
- .btn {
339
- text-align: right;
340
- }
341
- }
342
- }
1
+ .b-form {
2
+ .el-input,
3
+ .el-select {
4
+ max-width: none !important;
5
+ }
6
+ .el-input-group {
7
+ vertical-align: middle !important;
8
+ }
9
+ .el-form-item {
10
+ margin-bottom: 0px !important;
11
+ }
12
+ .el-row {
13
+ display: flex;
14
+ flex-wrap: wrap;
15
+ }
16
+ .b-picker {
17
+ display: flex;
18
+ align-items: center;
19
+ .btn {
20
+ display: flex;
21
+ margin-left: 8px;
22
+ }
23
+ .item {
24
+ color: #606266;
25
+ font-size: 12px;
26
+ white-space: nowrap;
27
+ margin: 0 3px;
28
+ cursor: pointer;
29
+ }
30
+ .item_active {
31
+ color: #409eff;
32
+ }
33
+ }
34
+ .store-selector {
35
+ display: flex;
36
+ .store-select-container {
37
+ display: inline-block;
38
+ width: calc(100% - 104px);
39
+ vertical-align: top;
40
+ border: solid 1px rgba(0, 0, 0, 0.2);
41
+ padding: 0 10px;
42
+ border-radius: 5px;
43
+ &.shrink {
44
+ border: none;
45
+ padding: 0;
46
+ .el-radio-group {
47
+ }
48
+ .el-checkbox-group {
49
+ overflow: hidden;
50
+ }
51
+ }
52
+ }
53
+ .selected_all,
54
+ .store-select-container .el-checkbox {
55
+ border-width: 1px !important;
56
+ border-color: transparent;
57
+ padding: 0 4px !important;
58
+ margin: 5px 10px 5px 0 !important;
59
+ &.is-checked {
60
+ border-color: #409eff;
61
+ }
62
+ }
63
+ .el-radio-group {
64
+ width: 100% !important;
65
+ }
66
+ .el-checkbox-group {
67
+ line-height: 1;
68
+ width: 100% !important;
69
+ }
70
+ label {
71
+ margin: 0 10px 0 0 !important;
72
+ padding: 0 5px !important;
73
+ }
74
+ .leave {
75
+ color: #adadad;
76
+ }
77
+ .openShrink {
78
+ vertical-align: top;
79
+ }
80
+ }
81
+ .consult_select {
82
+ .consult-select-container {
83
+ display: inline-block;
84
+ width: calc(100% - 104px);
85
+ vertical-align: top;
86
+ border: solid 1px rgba(0, 0, 0, 0.2);
87
+ padding: 0 10px;
88
+ border-radius: 5px;
89
+
90
+ &.shrink {
91
+ border: none;
92
+ padding: 0;
93
+
94
+ .el-radio-group.Eng {
95
+ visibility: hidden;
96
+ display: none;
97
+ }
98
+
99
+ .el-checkbox-group {
100
+ overflow: hidden;
101
+ }
102
+ }
103
+ }
104
+
105
+ .selected_all,
106
+ .consult-select-container .el-checkbox {
107
+ border-width: 1px !important;
108
+ border-color: transparent;
109
+ padding: 0 4px !important;
110
+ margin: 5px 10px 5px 0 !important;
111
+
112
+ &.is-checked {
113
+ border-color: #409eff;
114
+ }
115
+ }
116
+
117
+ .el-radio-group {
118
+ width: 100% !important;
119
+ }
120
+
121
+ .el-checkbox-group {
122
+ line-height: 1;
123
+ max-height: 75px;
124
+ overflow-y: auto;
125
+ width: 100% !important;
126
+ }
127
+ label {
128
+ margin: 0 10px 0 0 !important;
129
+ padding: 0 5px !important;
130
+ }
131
+ .leave {
132
+ color: #adadad;
133
+ }
134
+ .openShrink {
135
+ //vertical-align: top;
136
+ }
137
+ .el-checkbox__inner {
138
+ display: none;
139
+ }
140
+ }
141
+ .date-selector {
142
+ display: inline-block;
143
+
144
+ .el-range-editor--large.el-input__inner {
145
+ height: 36px;
146
+ line-height: 36px;
147
+ }
148
+
149
+ .el-date-editor {
150
+ margin-right: 10px;
151
+ vertical-align: middle;
152
+
153
+ ::v-deep .el-range-separator {
154
+ width: 10%;
155
+ padding: 0;
156
+ }
157
+ }
158
+
159
+ .quickBtns {
160
+ display: inline-block;
161
+
162
+ .el-button {
163
+ color: #606266;
164
+
165
+ &.active {
166
+ color: #409eff;
167
+ }
168
+ }
169
+ }
170
+ }
171
+ .store-select-container {
172
+ display: inline-block;
173
+ width: calc(100% - 104px);
174
+ vertical-align: top;
175
+ border: solid 1px rgba(0, 0, 0, 0.2);
176
+ padding: 0 10px;
177
+ border-radius: 5px;
178
+
179
+ &.shrink {
180
+ border: none;
181
+ padding: 0;
182
+
183
+ .el-radio-group.Eng {
184
+ visibility: hidden;
185
+ display: none;
186
+ }
187
+
188
+ .el-checkbox-group {
189
+ overflow: hidden;
190
+ }
191
+ }
192
+ }
193
+ .dialog {
194
+ display: flex;
195
+
196
+ .dialog-container {
197
+ height: 60vh;
198
+ min-width: 50rem;
199
+
200
+ .dia-content {
201
+ position: relative;
202
+ height: 80%;
203
+ }
204
+
205
+ .selected {
206
+ position: absolute;
207
+ right: 0;
208
+ top: 0;
209
+ width: 25%;
210
+ height: calc(100% + 40px);
211
+ overflow-y: scroll;
212
+ border: 1px solid #ddd;
213
+ color: #000;
214
+
215
+ .selected-title {
216
+ display: flex;
217
+ justify-content: space-between;
218
+ position: sticky;
219
+ top: 0;
220
+ width: 100%;
221
+ height: 2.5rem;
222
+ line-height: 2.5rem;
223
+ font-weight: bold;
224
+ padding: 0 1.25rem;
225
+ background-color: #f8f8f8;
226
+ border-bottom: 1px solid #ddd;
227
+ z-index: 99;
228
+
229
+ .clearAll {
230
+ font-size: 0.75rem;
231
+ color: #999;
232
+ cursor: pointer;
233
+ font-weight: normal;
234
+ }
235
+ }
236
+
237
+ .selected-list {
238
+ padding-left: 0.625rem;
239
+ padding-bottom: 0.625rem;
240
+
241
+ .list-tags {
242
+ margin-top: 0.625rem;
243
+
244
+ .el-tags {
245
+ width: calc(100% - 10px);
246
+ color: #000;
247
+ display: flex;
248
+ align-items: center;
249
+ }
250
+ }
251
+ }
252
+ }
253
+ }
254
+
255
+ .dia-title {
256
+ display: flex;
257
+ justify-content: flex-end;
258
+ align-items: center;
259
+
260
+ & > .el-input {
261
+ margin-right: auto;
262
+ width: 40%;
263
+ }
264
+ }
265
+
266
+ .header {
267
+ margin-top: 0.625rem;
268
+ height: 40px !important;
269
+ border: 1px solid #ddd;
270
+ border-bottom: none;
271
+ line-height: 40px;
272
+ background-color: #f8f8f8;
273
+ width: 74%;
274
+ }
275
+
276
+ .can-add {
277
+ width: 74%;
278
+ height: 100%;
279
+ border: 1px solid #ddd;
280
+
281
+ .el-aside {
282
+ padding-top: 0.625rem;
283
+
284
+ .list-list {
285
+ padding-left: 1.25rem;
286
+
287
+ .list-title {
288
+ height: 1.875rem;
289
+ line-height: 1.875rem;
290
+ font-weight: bold;
291
+ }
292
+
293
+ .list-content {
294
+ padding-left: 1.25rem;
295
+ color: #666666;
296
+
297
+ .list-lists {
298
+ height: 1.875rem;
299
+ line-height: 1.875rem;
300
+ list-style: none;
301
+ cursor: pointer;
302
+
303
+ &:hover {
304
+ color: #197afb;
305
+ }
306
+ }
307
+ }
308
+ }
309
+ }
310
+
311
+ .check-content {
312
+ .check-title {
313
+ margin-bottom: 1.25rem;
314
+ font-weight: bold;
315
+ }
316
+
317
+ .check-all {
318
+ width: 100%;
319
+ height: 1.875rem;
320
+ line-height: 1.875rem;
321
+ padding-left: 0.625rem;
322
+ border-radius: 0.3125rem;
323
+ background-color: #eee;
324
+ font-weight: bold;
325
+ }
326
+
327
+ .check-list {
328
+ padding-left: 0.625rem;
329
+
330
+ .el-checkbox {
331
+ width: 50%;
332
+ margin: 0 0 0.625rem 0;
333
+ }
334
+ }
335
+ }
336
+ }
337
+
338
+ .btn {
339
+ text-align: right;
340
+ }
341
+ }
342
+ }
@@ -1,6 +1,6 @@
1
- @import './pager.scss';
2
- @import './page-search.scss';
3
- @import './fold-search.scss';
4
- @import './table.scss';
5
- @import './form.scss';
6
- @import './custom-column.scss'
1
+ @import './pager.scss';
2
+ @import './page-search.scss';
3
+ @import './fold-search.scss';
4
+ @import './table.scss';
5
+ @import './form.scss';
6
+ @import './custom-column.scss'