3h1-ui 3.0.0-next.34 → 3.0.0-next.36

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/style.css CHANGED
@@ -309,15 +309,42 @@ ul {
309
309
  --tw-border-opacity: 1;
310
310
  border-color: rgba(24, 144, 255, var(--tw-border-opacity));
311
311
  }
312
+ .border-color-\[\#f0f0f0\] {
313
+ --tw-border-opacity: 1;
314
+ border-color: rgba(240, 240, 240, var(--tw-border-opacity));
315
+ }
316
+ .border-color-\[\#2DA44E\] {
317
+ --tw-border-opacity: 1;
318
+ border-color: rgba(45, 164, 78, var(--tw-border-opacity));
319
+ }
320
+ .rounded-b-4px {
321
+ border-bottom-right-radius: 4px;
322
+ border-bottom-left-radius: 4px;
323
+ }
312
324
  .border-solid {
313
325
  border-style: solid;
314
326
  }
327
+ .border-dashed {
328
+ border-style: dashed;
329
+ }
315
330
  .border {
316
331
  border-width: 1px;
317
332
  }
333
+ .border-1px {
334
+ border-width: 1px;
335
+ }
318
336
  .border-t-0 {
319
337
  border-top-width: 0px;
320
338
  }
339
+ .border-left-1px {
340
+ border-left-width: 1px;
341
+ }
342
+ .border-right-1px {
343
+ border-right-width: 1px;
344
+ }
345
+ .border-bottom-1px {
346
+ border-bottom-width: 1px;
347
+ }
321
348
  .cursor-not-allowed {
322
349
  cursor: not-allowed;
323
350
  }
@@ -377,9 +404,25 @@ ul {
377
404
  .\!h-full {
378
405
  height: 100% !important;
379
406
  }
407
+ .h-50px {
408
+ height: 50px;
409
+ }
410
+ .h-32px {
411
+ height: 32px;
412
+ }
380
413
  .\.w-100 {
381
414
  height: 25rem;
382
415
  }
416
+ .text-14px {
417
+ font-size: 14px;
418
+ line-height: 1;
419
+ }
420
+ .leading-32px {
421
+ line-height: 32px;
422
+ }
423
+ .m-15px {
424
+ margin: 15px;
425
+ }
383
426
  .mx-1 {
384
427
  margin-left: 0.25rem;
385
428
  margin-right: 0.25rem;
@@ -448,6 +491,12 @@ ul {
448
491
  padding-top: 0.5rem;
449
492
  padding-bottom: 0.5rem;
450
493
  }
494
+ .pl-8px {
495
+ padding-left: 8px;
496
+ }
497
+ .pr-8px {
498
+ padding-right: 8px;
499
+ }
451
500
  .pl-2 {
452
501
  padding-left: 0.5rem;
453
502
  }
@@ -463,10 +512,21 @@ ul {
463
512
  .resize {
464
513
  resize: both;
465
514
  }
515
+ .text-center {
516
+ text-align: center;
517
+ }
466
518
  .text-red-500 {
467
519
  --tw-text-opacity: 1;
468
520
  color: rgba(239, 68, 68, var(--tw-text-opacity));
469
521
  }
522
+ .text-\[\#1B1F24\] {
523
+ --tw-text-opacity: 1;
524
+ color: rgba(27, 31, 36, var(--tw-text-opacity));
525
+ }
526
+ .text-\[\#2DA44E\] {
527
+ --tw-text-opacity: 1;
528
+ color: rgba(45, 164, 78, var(--tw-text-opacity));
529
+ }
470
530
  .truncate {
471
531
  overflow: hidden;
472
532
  -o-text-overflow: ellipsis;
@@ -8204,40 +8264,40 @@ html[data-theme='dark'] .full-loading[data-v-33b23b82]:not(.light) {
8204
8264
  overflow: auto;
8205
8265
  padding: 0 0;
8206
8266
  height: 100%;
8207
- }.shy-table-edit-icon-plus[data-v-c563312c] {
8267
+ }.shy-table-edit-icon-plus[data-v-0d7f83ba] {
8208
8268
  width: 30px;
8209
8269
  height: 30px;
8210
8270
  font-size: 30px;
8211
8271
  cursor: pointer;
8212
8272
  display: flex;
8213
8273
  }
8214
- .table-children[data-v-c563312c] .ant-form-item {
8274
+ .table-children[data-v-0d7f83ba] .ant-form-item {
8215
8275
  margin-bottom: 0 !important;
8216
8276
  }
8217
- .table-children-required[data-v-c563312c] {
8277
+ .table-children-required[data-v-0d7f83ba] {
8218
8278
  color: #ff4d4f;
8219
8279
  margin-right: 4px;
8220
8280
  }
8221
- .table-children[data-v-c563312c] .ant-table-cell {
8281
+ .table-children[data-v-0d7f83ba] .ant-table-cell {
8222
8282
  padding: 8px !important;
8223
8283
  }
8224
- .table-children[data-v-c563312c] .ant-table-cell .ant-form-item-explain {
8284
+ .table-children[data-v-0d7f83ba] .ant-table-cell .ant-form-item-explain {
8225
8285
  display: none;
8226
8286
  }
8227
- .table-children-delete-wrapper[data-v-c563312c] {
8287
+ .table-children-delete-wrapper[data-v-0d7f83ba] {
8228
8288
  display: flex;
8229
8289
  height: 100%;
8230
8290
  justify-content: center;
8231
8291
  }
8232
- .table-children-delete-wrapper:hover .table-children-delete-item[data-v-c563312c] {
8292
+ .table-children-delete-wrapper:hover .table-children-delete-item[data-v-0d7f83ba] {
8233
8293
  display: flex;
8234
8294
  justify-content: center;
8235
8295
  align-items: center;
8236
8296
  }
8237
- .table-children-delete-wrapper:hover .table-children-delete-index[data-v-c563312c] {
8297
+ .table-children-delete-wrapper:hover .table-children-delete-index[data-v-0d7f83ba] {
8238
8298
  display: none;
8239
8299
  }
8240
- .table-children-delete-item[data-v-c563312c] {
8300
+ .table-children-delete-item[data-v-0d7f83ba] {
8241
8301
  background-color: red;
8242
8302
  border-radius: 50%;
8243
8303
  width: 30px;
@@ -8246,7 +8306,7 @@ html[data-theme='dark'] .full-loading[data-v-33b23b82]:not(.light) {
8246
8306
  display: none;
8247
8307
  cursor: pointer;
8248
8308
  }
8249
- .table-children-delete-index[data-v-c563312c] {
8309
+ .table-children-delete-index[data-v-0d7f83ba] {
8250
8310
  user-select: none;
8251
8311
  display: inline-block;
8252
8312
  }.shy-ant-form {
@@ -8370,6 +8430,60 @@ html[data-theme='dark'] .full-loading[data-v-33b23b82]:not(.light) {
8370
8430
  height: 0.5px;
8371
8431
  width: 100%;
8372
8432
  background-color: var(--gray-3);
8433
+ }
8434
+ @media screen and (max-width: 1440px) {
8435
+ .shy-ant-form-wrapper-col-1 {
8436
+ width: 46%;
8437
+ max-width: 492px;
8438
+ }
8439
+ }
8440
+ @media screen and (max-width: 1920px) and (min-width: 1440px) {
8441
+ .shy-ant-form-wrapper-col-1 {
8442
+ width: 47%;
8443
+ max-width: 588px;
8444
+ }
8445
+ }
8446
+ @media screen and (min-width: 1920px) {
8447
+ .shy-ant-form-wrapper-col-1 {
8448
+ width: 48%;
8449
+ max-width: 828px;
8450
+ }
8451
+ }
8452
+ @media screen and (max-width: 1440px) {
8453
+ .shy-ant-form-wrapper-col-2 {
8454
+ width: 69%;
8455
+ max-width: 732px;
8456
+ }
8457
+ }
8458
+ @media screen and (max-width: 1920px) and (min-width: 1440px) {
8459
+ .shy-ant-form-wrapper-col-2 {
8460
+ width: 70%;
8461
+ max-width: 876px;
8462
+ }
8463
+ }
8464
+ @media screen and (min-width: 1920px) {
8465
+ .shy-ant-form-wrapper-col-2 {
8466
+ width: 71%;
8467
+ max-width: 1236px;
8468
+ }
8469
+ }
8470
+ @media screen and (max-width: 1440px) {
8471
+ .shy-ant-form-wrapper-col-3 {
8472
+ width: 68%;
8473
+ max-width: 720px;
8474
+ }
8475
+ }
8476
+ @media screen and (max-width: 1920px) and (min-width: 1440px) {
8477
+ .shy-ant-form-wrapper-col-3 {
8478
+ width: 69%;
8479
+ max-width: 864px;
8480
+ }
8481
+ }
8482
+ @media screen and (min-width: 1920px) {
8483
+ .shy-ant-form-wrapper-col-3 {
8484
+ width: 70%;
8485
+ max-width: 1224px;
8486
+ }
8373
8487
  }.wrapper[data-v-15e2dcbb] {
8374
8488
  display: flex;
8375
8489
  }
@@ -8908,4 +9022,38 @@ html[data-theme='dark'] .full-loading[data-v-33b23b82]:not(.light) {
8908
9022
  }
8909
9023
  .shy-container-footer-cancel-right {
8910
9024
  flex-direction: row-reverse;
9025
+ }.process-wrapper[data-v-a2999957] {
9026
+ width: 288px;
9027
+ height: 100%;
9028
+ background: #ffffff;
9029
+ border-radius: 8px;
9030
+ border: 1px solid #d0d7de;
9031
+ padding-top: 8px;
9032
+ padding-left: 12px;
9033
+ }
9034
+ .process-header[data-v-a2999957] {
9035
+ line-height: 32px;
9036
+ font-family: PingFangSC, PingFang SC;
9037
+ font-weight: 500;
9038
+ font-size: 14px;
9039
+ color: #1b1f24;
9040
+ line-height: 20px;
9041
+ text-align: left;
9042
+ font-style: normal;
9043
+ }
9044
+ .process-body[data-v-a2999957] {
9045
+ padding-top: 10px;
9046
+ }
9047
+ .process-time[data-v-a2999957] {
9048
+ font-size: 12px;
9049
+ color: #b6bdd2;
9050
+ }
9051
+ .process-item[data-v-a2999957] {
9052
+ font-family: PingFangSC, PingFang SC;
9053
+ font-weight: 400;
9054
+ font-size: 12px;
9055
+ color: #1b1f24;
9056
+ line-height: 16px;
9057
+ text-align: left;
9058
+ font-style: normal;
8911
9059
  }