ls-pro-common 1.0.82 → 1.0.84

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,23 +1,23 @@
1
1
  body {
2
- --ant-primary-color: #4997E6;
3
- --ant-primary-color-hover: #74b7f2;
4
- --ant-primary-color-active: #3475bf;
5
- --ant-primary-color-outline: rgba(73, 151, 230, 0.2);
6
- --ant-primary-1: #f0faff;
7
- --ant-primary-2: #f0f9ff;
8
- --ant-primary-3: #ccebff;
9
- --ant-primary-4: #a3d7ff;
10
- --ant-primary-5: #74b7f2;
11
- --ant-primary-6: #4997E6;
12
- --ant-primary-7: #3475bf;
13
- --ant-primary-color-deprecated-pure: #e6f1fc;
14
- --ant-primary-color-deprecated-l-35: #e6f1fc;
15
- --ant-primary-color-deprecated-l-20: #a3caf2;
16
- --ant-primary-color-deprecated-t-20: #6daceb;
17
- --ant-primary-color-deprecated-t-50: #a4cbf3;
18
- --ant-primary-color-deprecated-f-12: rgba(73, 151, 230, 0.12);
19
- --ant-primary-color-active-deprecated-f-30: rgba(240, 250, 255, 0.3);
20
- --ant-primary-color-active-deprecated-d-02: #e6f7ff;
2
+ --ant-primary-color: #1869ed;
3
+ --ant-primary-color-hover: #418efa;
4
+ --ant-primary-color-active: #0a4cc7;
5
+ --ant-primary-color-outline: rgba(24, 105, 237, 0.2);
6
+ --ant-primary-1: #e6f4ff;
7
+ --ant-primary-2: #bddfff;
8
+ --ant-primary-3: #94c8ff;
9
+ --ant-primary-4: #6baeff;
10
+ --ant-primary-5: #418efa;
11
+ --ant-primary-6: #1869ed;
12
+ --ant-primary-7: #0a4cc7;
13
+ --ant-primary-color-deprecated-pure: #bed5fa;
14
+ --ant-primary-color-deprecated-l-35: #bed5fa;
15
+ --ant-primary-color-deprecated-l-20: #77a6f4;
16
+ --ant-primary-color-deprecated-t-20: #4687f1;
17
+ --ant-primary-color-deprecated-t-50: #8cb4f6;
18
+ --ant-primary-color-deprecated-f-12: rgba(24, 105, 237, 0.12);
19
+ --ant-primary-color-active-deprecated-f-30: rgba(230, 244, 255, 0.3);
20
+ --ant-primary-color-active-deprecated-d-02: #dcf0ff;
21
21
  --ant-success-color: #52c41a;
22
22
  --ant-success-color-hover: #73d13d;
23
23
  --ant-success-color-active: #389e0d;
@@ -36,9 +36,9 @@ body {
36
36
  --ant-warning-color-outline: rgba(250, 173, 20, 0.2);
37
37
  --ant-warning-color-deprecated-bg: #fffbe6;
38
38
  --ant-warning-color-deprecated-border: #ffe58f;
39
- --ant-info-color: #4997E6;
40
- --ant-info-color-deprecated-bg: #f0faff;
41
- --ant-info-color-deprecated-border: #ccebff;
39
+ --ant-info-color: #1869ed;
40
+ --ant-info-color-deprecated-bg: #e6f4ff;
41
+ --ant-info-color-deprecated-border: #94c8ff;
42
42
  }
43
43
  .dtl-layout {
44
44
  position: absolute;
@@ -475,6 +475,9 @@ a:hover {
475
475
  .ls-pro-table .resizable-th:hover .resizable-th-handle {
476
476
  visibility: visible;
477
477
  }
478
+ .ls-pro-table .ant-table-cell.ant-table-selection-column {
479
+ text-overflow: inherit !important;
480
+ }
478
481
  .theme-yellow .ls-pro-table .ant-table-tbody tr:nth-of-type(odd) {
479
482
  background-color: #fcfaf7;
480
483
  }
@@ -2497,6 +2500,9 @@ html {
2497
2500
  .ls-pro-table .resizable-th:hover .resizable-th-handle {
2498
2501
  visibility: visible;
2499
2502
  }
2503
+ .ls-pro-table .ant-table-cell.ant-table-selection-column {
2504
+ text-overflow: inherit !important;
2505
+ }
2500
2506
  .theme-yellow .ls-pro-table .ant-table-tbody tr:nth-of-type(odd) {
2501
2507
  background-color: #fcfaf7;
2502
2508
  }