ls-pro-common 1.0.81 → 1.0.82
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 +11 -2
- package/dist/common.js +1 -1
- package/dist/common.min.css +11 -2
- package/dist/common.min.js +1 -1
- package/es/components/DescritionCard.js +1 -1
- package/es/components/common.less +19 -7
- package/lib/components/DescritionCard.js +1 -1
- package/lib/components/common.less +19 -7
- package/package.json +1 -1
|
@@ -29,7 +29,7 @@ function DescritionCard(props) {
|
|
|
29
29
|
var titleLayout = useMemo(function () {
|
|
30
30
|
if (typeof title === 'string') {
|
|
31
31
|
return /*#__PURE__*/React.createElement("div", {
|
|
32
|
-
className: '
|
|
32
|
+
className: 'description-card-title'
|
|
33
33
|
}, /*#__PURE__*/React.createElement("span", null, title));
|
|
34
34
|
} else {
|
|
35
35
|
return title;
|
|
@@ -204,7 +204,7 @@ body {
|
|
|
204
204
|
z-index : 9999;
|
|
205
205
|
display : flex;
|
|
206
206
|
align-items : center;
|
|
207
|
-
background-color: rgba(226, 227, 231, 0.
|
|
207
|
+
background-color: rgba(226, 227, 231, 0.35);
|
|
208
208
|
justify-content : center;
|
|
209
209
|
|
|
210
210
|
.load-text {
|
|
@@ -288,8 +288,8 @@ a:hover {
|
|
|
288
288
|
max-height: 150px;
|
|
289
289
|
}
|
|
290
290
|
}
|
|
291
|
-
}
|
|
292
|
-
|
|
291
|
+
}
|
|
292
|
+
|
|
293
293
|
|
|
294
294
|
|
|
295
295
|
.img-choose {
|
|
@@ -308,14 +308,26 @@ a:hover {
|
|
|
308
308
|
}
|
|
309
309
|
|
|
310
310
|
|
|
311
|
-
.description-card{
|
|
312
|
-
.ant-pro-card-body{
|
|
313
|
-
padding:20px 24px;
|
|
311
|
+
.description-card {
|
|
312
|
+
.ant-pro-card-body {
|
|
313
|
+
padding: 20px 24px;
|
|
314
|
+
}
|
|
315
|
+
|
|
316
|
+
.ant-pro-card-header-border {
|
|
317
|
+
border-bottom: 1px solid #dbeafa;
|
|
318
|
+
}
|
|
319
|
+
|
|
320
|
+
.ant-descriptions-item-label {
|
|
321
|
+
color: #666666;
|
|
322
|
+
}
|
|
323
|
+
|
|
324
|
+
.ant-descriptions-item-content {
|
|
325
|
+
color: #333333;
|
|
314
326
|
}
|
|
315
327
|
}
|
|
316
328
|
|
|
317
329
|
.has-background {
|
|
318
|
-
background: #
|
|
330
|
+
background: #f6fafe;
|
|
319
331
|
|
|
320
332
|
.ant-descriptions-row>td,
|
|
321
333
|
.ant-descriptions-row>th {
|
|
@@ -49,7 +49,7 @@ function DescritionCard(props) {
|
|
|
49
49
|
var titleLayout = (0, _react.useMemo)(function () {
|
|
50
50
|
if (typeof title === 'string') {
|
|
51
51
|
return /*#__PURE__*/_react.default.createElement("div", {
|
|
52
|
-
className: '
|
|
52
|
+
className: 'description-card-title'
|
|
53
53
|
}, /*#__PURE__*/_react.default.createElement("span", null, title));
|
|
54
54
|
} else {
|
|
55
55
|
return title;
|
|
@@ -204,7 +204,7 @@ body {
|
|
|
204
204
|
z-index : 9999;
|
|
205
205
|
display : flex;
|
|
206
206
|
align-items : center;
|
|
207
|
-
background-color: rgba(226, 227, 231, 0.
|
|
207
|
+
background-color: rgba(226, 227, 231, 0.35);
|
|
208
208
|
justify-content : center;
|
|
209
209
|
|
|
210
210
|
.load-text {
|
|
@@ -288,8 +288,8 @@ a:hover {
|
|
|
288
288
|
max-height: 150px;
|
|
289
289
|
}
|
|
290
290
|
}
|
|
291
|
-
}
|
|
292
|
-
|
|
291
|
+
}
|
|
292
|
+
|
|
293
293
|
|
|
294
294
|
|
|
295
295
|
.img-choose {
|
|
@@ -308,14 +308,26 @@ a:hover {
|
|
|
308
308
|
}
|
|
309
309
|
|
|
310
310
|
|
|
311
|
-
.description-card{
|
|
312
|
-
.ant-pro-card-body{
|
|
313
|
-
padding:20px 24px;
|
|
311
|
+
.description-card {
|
|
312
|
+
.ant-pro-card-body {
|
|
313
|
+
padding: 20px 24px;
|
|
314
|
+
}
|
|
315
|
+
|
|
316
|
+
.ant-pro-card-header-border {
|
|
317
|
+
border-bottom: 1px solid #dbeafa;
|
|
318
|
+
}
|
|
319
|
+
|
|
320
|
+
.ant-descriptions-item-label {
|
|
321
|
+
color: #666666;
|
|
322
|
+
}
|
|
323
|
+
|
|
324
|
+
.ant-descriptions-item-content {
|
|
325
|
+
color: #333333;
|
|
314
326
|
}
|
|
315
327
|
}
|
|
316
328
|
|
|
317
329
|
.has-background {
|
|
318
|
-
background: #
|
|
330
|
+
background: #f6fafe;
|
|
319
331
|
|
|
320
332
|
.ant-descriptions-row>td,
|
|
321
333
|
.ant-descriptions-row>th {
|