ls-pro-common 3.0.4 → 3.0.6

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;
@@ -133,7 +133,8 @@ body.theme-yellow .ant-pro-table-alert-info-content a:active {
133
133
  background: #fff;
134
134
  }
135
135
  .dtl-layout .dtl-header .dtl-title {
136
- font-size: 14px;
136
+ font-size: 16px;
137
+ font-weight: 700;
137
138
  }
138
139
  .dtl-layout .dtl-header .dtl-btns {
139
140
  flex: 1;
@@ -267,12 +268,6 @@ a:hover {
267
268
  .description-card .ant-pro-card-header-border {
268
269
  border-bottom: 1px solid #dbeafa;
269
270
  }
270
- .description-card .ant-descriptions-item-label {
271
- color: #595959;
272
- }
273
- .description-card .ant-descriptions-item-content {
274
- color: #262626;
275
- }
276
271
  .has-background {
277
272
  background: #f6fafe;
278
273
  }
@@ -367,6 +362,9 @@ a:hover {
367
362
  .ls-area-box-position .ls-ant-select-dropdown {
368
363
  top: 36px !important;
369
364
  }
365
+ .ls-input-table .ant-pro-table-list-toolbar {
366
+ padding-top: 0px;
367
+ }
370
368
  .ant-timeline-item-tail {
371
369
  border-left: 2px dotted var(--ant-primary-color);
372
370
  }
@@ -413,7 +411,7 @@ a:hover {
413
411
  }
414
412
  .ant-btn {
415
413
  height: 32px;
416
- background-color: #E6F4FF;
414
+ background-color: var(--ant-primary-1);
417
415
  border-color: transparent;
418
416
  color: var(--ant-primary-color);
419
417
  border-radius: 4px;
@@ -423,12 +421,12 @@ a:hover {
423
421
  }
424
422
  .ant-btn:hover,
425
423
  .ant-btn:focus {
426
- background-color: #B5DBFF;
424
+ background-color: var(--ant-primary-2);
427
425
  border-color: transparent;
428
426
  color: var(--ant-primary-color);
429
427
  }
430
428
  .ant-btn:active {
431
- background-color: #BDDFFF;
429
+ background-color: var(--ant-primary-3);
432
430
  border-color: transparent;
433
431
  color: var(--ant-primary-color);
434
432
  }
@@ -548,6 +546,18 @@ a:hover {
548
546
  animation: none !important;
549
547
  animation-fill-mode: none !important;
550
548
  }
549
+ .ant-descriptions-item-label {
550
+ color: #8c8c8c !important;
551
+ }
552
+ .ant-descriptions-item-label .ant-typography {
553
+ color: #8c8c8c;
554
+ }
555
+ .ant-descriptions-item-label::after {
556
+ margin-right: 12px !important;
557
+ }
558
+ .ant-descriptions-item-content {
559
+ color: #1f1f1f !important;
560
+ }
551
561
 
552
562
  .pro-table-tooltip-text span {
553
563
  color: #fff;
@@ -590,6 +600,7 @@ a:hover {
590
600
  animation: none !important;
591
601
  animation-fill-mode: none !important;
592
602
  }
603
+ .ant-pro-table-srcoll .ant-checkbox-inner,
593
604
  .ant-pro-table-srcoll .ant-checkbox-inner::after,
594
605
  .ant-pro-table-srcoll .ant-checkbox-checked .ant-checkbox-inner::after {
595
606
  transition: none !important;
@@ -639,6 +650,7 @@ a:hover {
639
650
  .ant-pro-table-srcoll .ant-card .ant-table-wrapper .ant-spin-container .ant-table .ant-table-container div.ant-table-body {
640
651
  flex: 1;
641
652
  overflow: auto !important;
653
+ position: relative;
642
654
  }
643
655
  .ant-pro-table-srcoll .ant-card .ant-table-wrapper .ant-spin-container .ant-table .ant-table-container::before,
644
656
  .ant-pro-table-srcoll .ant-card .ant-table-wrapper .ant-spin-container .ant-table .ant-table-container::after {
@@ -850,8 +862,12 @@ a:hover {
850
862
  padding: 0 !important;
851
863
  }
852
864
  .ant-modal-body .ant-pro-table .ant-card {
865
+ box-shadow: none;
853
866
  padding: 0;
854
867
  }
868
+ .ant-modal-body .ant-pro-table .ant-card-body {
869
+ padding: 0 ;
870
+ }
855
871
  @keyframes turn {
856
872
  0% {
857
873
  transform: rotate(0deg);
@@ -2703,6 +2719,7 @@ html {
2703
2719
  animation: none !important;
2704
2720
  animation-fill-mode: none !important;
2705
2721
  }
2722
+ .ant-pro-table-srcoll .ant-checkbox-inner,
2706
2723
  .ant-pro-table-srcoll .ant-checkbox-inner::after,
2707
2724
  .ant-pro-table-srcoll .ant-checkbox-checked .ant-checkbox-inner::after {
2708
2725
  transition: none !important;
@@ -2752,6 +2769,7 @@ html {
2752
2769
  .ant-pro-table-srcoll .ant-card .ant-table-wrapper .ant-spin-container .ant-table .ant-table-container div.ant-table-body {
2753
2770
  flex: 1;
2754
2771
  overflow: auto !important;
2772
+ position: relative;
2755
2773
  }
2756
2774
  .ant-pro-table-srcoll .ant-card .ant-table-wrapper .ant-spin-container .ant-table .ant-table-container::before,
2757
2775
  .ant-pro-table-srcoll .ant-card .ant-table-wrapper .ant-spin-container .ant-table .ant-table-container::after {
@@ -2963,8 +2981,12 @@ html {
2963
2981
  padding: 0 !important;
2964
2982
  }
2965
2983
  .ant-modal-body .ant-pro-table .ant-card {
2984
+ box-shadow: none;
2966
2985
  padding: 0;
2967
2986
  }
2987
+ .ant-modal-body .ant-pro-table .ant-card-body {
2988
+ padding: 0 ;
2989
+ }
2968
2990
  @keyframes turn {
2969
2991
  0% {
2970
2992
  transform: rotate(0deg);