ls-pro-common 3.0.5 → 3.0.7
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 +20 -13
- package/dist/common.js +1 -1
- package/dist/common.min.css +20 -13
- package/dist/common.min.js +1 -1
- package/es/components/ImageSelector.js +11 -8
- package/es/components/InputMultiLine.js +7 -7
- package/es/components/InputTable.js +23 -20
- package/es/components/antd-custom.less +240 -223
- package/es/components/common.less +5 -12
- package/lib/components/ImageSelector.js +11 -8
- package/lib/components/InputMultiLine.js +7 -7
- package/lib/components/InputTable.js +23 -20
- package/lib/components/antd-custom.less +240 -223
- package/lib/components/common.less +5 -12
- package/package.json +1 -1
package/dist/common.min.css
CHANGED
|
@@ -3,7 +3,7 @@ body {
|
|
|
3
3
|
--ant-primary-color: #1869ED;
|
|
4
4
|
--ant-primary-color-hover: #418efa;
|
|
5
5
|
--ant-primary-color-active: #0a4cc7;
|
|
6
|
-
--ant-primary-color-outline: rgba(24, 105, 237, 0.
|
|
6
|
+
--ant-primary-color-outline: rgba(24, 105, 237, 0.4);
|
|
7
7
|
--ant-primary-1: #e6f4ff;
|
|
8
8
|
--ant-primary-2: #bddfff;
|
|
9
9
|
--ant-primary-3: #94c8ff;
|
|
@@ -61,7 +61,7 @@ body.theme-yellow {
|
|
|
61
61
|
--ant-primary-color: #fa8500;
|
|
62
62
|
--ant-primary-color-hover: #ffa229;
|
|
63
63
|
--ant-primary-color-active: #d46a00;
|
|
64
|
-
--ant-primary-color-outline: rgba(250, 133, 0, 0.
|
|
64
|
+
--ant-primary-color-outline: rgba(250, 133, 0, 0.4);
|
|
65
65
|
--ant-primary-bg: #fff;
|
|
66
66
|
--ant-primary-side: #fff7e6;
|
|
67
67
|
--ant-primary-0: #ffd9ad;
|
|
@@ -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:
|
|
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
|
}
|
|
@@ -416,7 +411,7 @@ a:hover {
|
|
|
416
411
|
}
|
|
417
412
|
.ant-btn {
|
|
418
413
|
height: 32px;
|
|
419
|
-
background-color:
|
|
414
|
+
background-color: var(--ant-primary-1);
|
|
420
415
|
border-color: transparent;
|
|
421
416
|
color: var(--ant-primary-color);
|
|
422
417
|
border-radius: 4px;
|
|
@@ -426,12 +421,12 @@ a:hover {
|
|
|
426
421
|
}
|
|
427
422
|
.ant-btn:hover,
|
|
428
423
|
.ant-btn:focus {
|
|
429
|
-
background-color:
|
|
424
|
+
background-color: var(--ant-primary-2);
|
|
430
425
|
border-color: transparent;
|
|
431
426
|
color: var(--ant-primary-color);
|
|
432
427
|
}
|
|
433
428
|
.ant-btn:active {
|
|
434
|
-
background-color:
|
|
429
|
+
background-color: var(--ant-primary-3);
|
|
435
430
|
border-color: transparent;
|
|
436
431
|
color: var(--ant-primary-color);
|
|
437
432
|
}
|
|
@@ -463,7 +458,7 @@ a:hover {
|
|
|
463
458
|
.ant-btn-primary[disabled]:hover,
|
|
464
459
|
.ant-btn-primary[disabled]:focus,
|
|
465
460
|
.ant-btn-primary[disabled]:active {
|
|
466
|
-
background-color:
|
|
461
|
+
background-color: var(--ant-primary-color-outline);
|
|
467
462
|
border-color: transparent;
|
|
468
463
|
color: #fff;
|
|
469
464
|
}
|
|
@@ -551,6 +546,18 @@ a:hover {
|
|
|
551
546
|
animation: none !important;
|
|
552
547
|
animation-fill-mode: none !important;
|
|
553
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
|
+
}
|
|
554
561
|
|
|
555
562
|
.pro-table-tooltip-text span {
|
|
556
563
|
color: #fff;
|