ls-pro-common 3.0.4 → 3.0.5

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
@@ -1,22 +1,22 @@
1
1
  body {
2
2
  --bg-color: #F9FAFB;
3
- --ant-primary-color: #0E55CB;
4
- --ant-primary-color-hover: #3277d9;
5
- --ant-primary-color-active: #033ca6;
6
- --ant-primary-color-outline: rgba(14, 85, 203, 0.2);
3
+ --ant-primary-color: #1869ED;
4
+ --ant-primary-color-hover: #418efa;
5
+ --ant-primary-color-active: #0a4cc7;
6
+ --ant-primary-color-outline: rgba(24, 105, 237, 0.2);
7
7
  --ant-primary-1: #e6f4ff;
8
- --ant-primary-2: #b5dbff;
9
- --ant-primary-3: #85baf2;
10
- --ant-primary-4: #5a99e6;
11
- --ant-primary-5: #3277d9;
12
- --ant-primary-6: #0E55CB;
13
- --ant-primary-7: #033ca6;
14
- --ant-primary-color-deprecated-pure: #94b9f8;
15
- --ant-primary-color-deprecated-l-35: #94b9f8;
16
- --ant-primary-color-deprecated-l-20: #4c8bf3;
17
- --ant-primary-color-deprecated-t-20: #3e77d5;
18
- --ant-primary-color-deprecated-t-50: #87aae5;
19
- --ant-primary-color-deprecated-f-12: rgba(14, 85, 203, 0.12);
8
+ --ant-primary-2: #bddfff;
9
+ --ant-primary-3: #94c8ff;
10
+ --ant-primary-4: #6baeff;
11
+ --ant-primary-5: #418efa;
12
+ --ant-primary-6: #1869ED;
13
+ --ant-primary-7: #0a4cc7;
14
+ --ant-primary-color-deprecated-pure: #bed5fa;
15
+ --ant-primary-color-deprecated-l-35: #bed5fa;
16
+ --ant-primary-color-deprecated-l-20: #77a6f4;
17
+ --ant-primary-color-deprecated-t-20: #4687f1;
18
+ --ant-primary-color-deprecated-t-50: #8cb4f6;
19
+ --ant-primary-color-deprecated-f-12: rgba(24, 105, 237, 0.12);
20
20
  --ant-primary-color-active-deprecated-f-30: rgba(230, 244, 255, 0.3);
21
21
  --ant-primary-color-active-deprecated-d-02: #dcf0ff;
22
22
  --ant-success-color: #52c41a;
@@ -37,9 +37,9 @@ body {
37
37
  --ant-warning-color-outline: rgba(250, 173, 20, 0.2);
38
38
  --ant-warning-color-deprecated-bg: #fffbe6;
39
39
  --ant-warning-color-deprecated-border: #ffe58f;
40
- --ant-info-color: #0E55CB;
40
+ --ant-info-color: #1869ED;
41
41
  --ant-info-color-deprecated-bg: #e6f4ff;
42
- --ant-info-color-deprecated-border: #85baf2;
42
+ --ant-info-color-deprecated-border: #94c8ff;
43
43
  }
44
44
  * ::-webkit-scrollbar-thumb {
45
45
  background-color: #EFF2F4;
@@ -367,6 +367,9 @@ a:hover {
367
367
  .ls-area-box-position .ls-ant-select-dropdown {
368
368
  top: 36px !important;
369
369
  }
370
+ .ls-input-table .ant-pro-table-list-toolbar {
371
+ padding-top: 0px;
372
+ }
370
373
  .ant-timeline-item-tail {
371
374
  border-left: 2px dotted var(--ant-primary-color);
372
375
  }
@@ -590,6 +593,7 @@ a:hover {
590
593
  animation: none !important;
591
594
  animation-fill-mode: none !important;
592
595
  }
596
+ .ant-pro-table-srcoll .ant-checkbox-inner,
593
597
  .ant-pro-table-srcoll .ant-checkbox-inner::after,
594
598
  .ant-pro-table-srcoll .ant-checkbox-checked .ant-checkbox-inner::after {
595
599
  transition: none !important;
@@ -639,6 +643,7 @@ a:hover {
639
643
  .ant-pro-table-srcoll .ant-card .ant-table-wrapper .ant-spin-container .ant-table .ant-table-container div.ant-table-body {
640
644
  flex: 1;
641
645
  overflow: auto !important;
646
+ position: relative;
642
647
  }
643
648
  .ant-pro-table-srcoll .ant-card .ant-table-wrapper .ant-spin-container .ant-table .ant-table-container::before,
644
649
  .ant-pro-table-srcoll .ant-card .ant-table-wrapper .ant-spin-container .ant-table .ant-table-container::after {
@@ -850,8 +855,12 @@ a:hover {
850
855
  padding: 0 !important;
851
856
  }
852
857
  .ant-modal-body .ant-pro-table .ant-card {
858
+ box-shadow: none;
853
859
  padding: 0;
854
860
  }
861
+ .ant-modal-body .ant-pro-table .ant-card-body {
862
+ padding: 0 ;
863
+ }
855
864
  @keyframes turn {
856
865
  0% {
857
866
  transform: rotate(0deg);
@@ -2703,6 +2712,7 @@ html {
2703
2712
  animation: none !important;
2704
2713
  animation-fill-mode: none !important;
2705
2714
  }
2715
+ .ant-pro-table-srcoll .ant-checkbox-inner,
2706
2716
  .ant-pro-table-srcoll .ant-checkbox-inner::after,
2707
2717
  .ant-pro-table-srcoll .ant-checkbox-checked .ant-checkbox-inner::after {
2708
2718
  transition: none !important;
@@ -2752,6 +2762,7 @@ html {
2752
2762
  .ant-pro-table-srcoll .ant-card .ant-table-wrapper .ant-spin-container .ant-table .ant-table-container div.ant-table-body {
2753
2763
  flex: 1;
2754
2764
  overflow: auto !important;
2765
+ position: relative;
2755
2766
  }
2756
2767
  .ant-pro-table-srcoll .ant-card .ant-table-wrapper .ant-spin-container .ant-table .ant-table-container::before,
2757
2768
  .ant-pro-table-srcoll .ant-card .ant-table-wrapper .ant-spin-container .ant-table .ant-table-container::after {
@@ -2963,8 +2974,12 @@ html {
2963
2974
  padding: 0 !important;
2964
2975
  }
2965
2976
  .ant-modal-body .ant-pro-table .ant-card {
2977
+ box-shadow: none;
2966
2978
  padding: 0;
2967
2979
  }
2980
+ .ant-modal-body .ant-pro-table .ant-card-body {
2981
+ padding: 0 ;
2982
+ }
2968
2983
  @keyframes turn {
2969
2984
  0% {
2970
2985
  transform: rotate(0deg);