ls-pro-common 3.0.2 → 3.0.4

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/dist/common.css CHANGED
@@ -42,11 +42,11 @@ body {
42
42
  --ant-info-color-deprecated-border: #85baf2;
43
43
  }
44
44
  * ::-webkit-scrollbar-thumb {
45
- background-color: rgba(101, 100, 99, 0.5);
45
+ background-color: #EFF2F4;
46
46
  border-radius: 6px;
47
47
  }
48
48
  * ::-webkit-scrollbar-thumb:hover {
49
- background-color: rgba(101, 100, 99, 0.8);
49
+ background-color: #E4E7EA;
50
50
  border-radius: 6px;
51
51
  }
52
52
  * ::-webkit-scrollbar {
@@ -392,12 +392,19 @@ a:hover {
392
392
  .ant-modal-content {
393
393
  border-radius: 8px !important;
394
394
  }
395
+ .ant-modal-content .ant-modal-header {
396
+ border-radius: 8px 8px 0 0 !important;
397
+ }
395
398
  .ant-input-number,
396
399
  .ant-input-affix-wrapper,
397
400
  .ant-picker,
398
401
  .ant-select-selector {
399
402
  border-radius: 4px !important;
400
403
  }
404
+ .ant-input-group .ant-input-affix-wrapper:not(:last-child) {
405
+ border-top-right-radius: 0 !important;
406
+ border-bottom-right-radius: 0 !important;
407
+ }
401
408
  .ant-picker-range-separator {
402
409
  padding: 0 2px !important;
403
410
  }
@@ -408,7 +415,7 @@ a:hover {
408
415
  height: 32px;
409
416
  background-color: #E6F4FF;
410
417
  border-color: transparent;
411
- color: #595959;
418
+ color: var(--ant-primary-color);
412
419
  border-radius: 4px;
413
420
  }
414
421
  .ant-btn.ant-btn-lg {
@@ -416,14 +423,14 @@ a:hover {
416
423
  }
417
424
  .ant-btn:hover,
418
425
  .ant-btn:focus {
419
- background-color: #E6F4FF;
426
+ background-color: #B5DBFF;
420
427
  border-color: transparent;
421
- color: #000;
428
+ color: var(--ant-primary-color);
422
429
  }
423
430
  .ant-btn:active {
424
431
  background-color: #BDDFFF;
425
432
  border-color: transparent;
426
- color: #141414;
433
+ color: var(--ant-primary-color);
427
434
  }
428
435
  .ant-btn[disabled],
429
436
  .ant-btn[disabled]:hover,
@@ -537,6 +544,10 @@ a:hover {
537
544
  .ant-btn-text[disabled]:active {
538
545
  color: #d9d9d9;
539
546
  }
547
+ .ant-checkbox-checked::after {
548
+ animation: none !important;
549
+ animation-fill-mode: none !important;
550
+ }
540
551
 
541
552
  .pro-table-tooltip-text span {
542
553
  color: #fff;
@@ -574,6 +585,18 @@ a:hover {
574
585
  display: flex;
575
586
  flex-direction: column;
576
587
  }
588
+ .ant-pro-table-srcoll .ant-checkbox-checked::after {
589
+ content: none;
590
+ animation: none !important;
591
+ animation-fill-mode: none !important;
592
+ }
593
+ .ant-pro-table-srcoll .ant-checkbox-inner::after,
594
+ .ant-pro-table-srcoll .ant-checkbox-checked .ant-checkbox-inner::after {
595
+ transition: none !important;
596
+ }
597
+ .ant-pro-table-srcoll .ant-table-tbody > tr > td {
598
+ transition: none !important;
599
+ }
577
600
  .ant-pro-table-srcoll .ant-card {
578
601
  flex: 1;
579
602
  height: 0;
@@ -1231,7 +1254,7 @@ a:hover {
1231
1254
 
1232
1255
  .ant-pro-table-search {
1233
1256
  margin-bottom: 16px;
1234
- padding: 8px 20px;
1257
+ padding: 20px 20px;
1235
1258
  padding-bottom: 0;
1236
1259
  background: #fff;
1237
1260
  border-radius: 0px 8px 8px 8px;
@@ -2675,6 +2698,18 @@ html {
2675
2698
  display: flex;
2676
2699
  flex-direction: column;
2677
2700
  }
2701
+ .ant-pro-table-srcoll .ant-checkbox-checked::after {
2702
+ content: none;
2703
+ animation: none !important;
2704
+ animation-fill-mode: none !important;
2705
+ }
2706
+ .ant-pro-table-srcoll .ant-checkbox-inner::after,
2707
+ .ant-pro-table-srcoll .ant-checkbox-checked .ant-checkbox-inner::after {
2708
+ transition: none !important;
2709
+ }
2710
+ .ant-pro-table-srcoll .ant-table-tbody > tr > td {
2711
+ transition: none !important;
2712
+ }
2678
2713
  .ant-pro-table-srcoll .ant-card {
2679
2714
  flex: 1;
2680
2715
  height: 0;