ls-pro-common 3.0.23 → 3.0.25
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 +10 -0
- package/dist/common.js +1 -1
- package/dist/common.min.css +10 -0
- package/dist/common.min.js +1 -1
- package/es/components/common.less +7 -0
- package/lib/components/common.less +7 -0
- package/package.json +2 -2
|
@@ -328,6 +328,7 @@ a:hover {
|
|
|
328
328
|
height: 38px;
|
|
329
329
|
padding: 12px;
|
|
330
330
|
background-color: #F4F7FD;
|
|
331
|
+
border-radius: 8px 8px 0 0;
|
|
331
332
|
}
|
|
332
333
|
|
|
333
334
|
.ant-pro-card-body {
|
|
@@ -370,6 +371,12 @@ a:hover {
|
|
|
370
371
|
}
|
|
371
372
|
}
|
|
372
373
|
|
|
374
|
+
.ant-pro-table-list-toolbar-title {
|
|
375
|
+
.ls-group-tip {
|
|
376
|
+
padding-bottom: 0;
|
|
377
|
+
}
|
|
378
|
+
}
|
|
379
|
+
|
|
373
380
|
.ls-input-table {
|
|
374
381
|
.ant-pro-table-search {
|
|
375
382
|
box-shadow: none !important;
|
|
@@ -328,6 +328,7 @@ a:hover {
|
|
|
328
328
|
height: 38px;
|
|
329
329
|
padding: 12px;
|
|
330
330
|
background-color: #F4F7FD;
|
|
331
|
+
border-radius: 8px 8px 0 0;
|
|
331
332
|
}
|
|
332
333
|
|
|
333
334
|
.ant-pro-card-body {
|
|
@@ -370,6 +371,12 @@ a:hover {
|
|
|
370
371
|
}
|
|
371
372
|
}
|
|
372
373
|
|
|
374
|
+
.ant-pro-table-list-toolbar-title {
|
|
375
|
+
.ls-group-tip {
|
|
376
|
+
padding-bottom: 0;
|
|
377
|
+
}
|
|
378
|
+
}
|
|
379
|
+
|
|
373
380
|
.ls-input-table {
|
|
374
381
|
.ant-pro-table-search {
|
|
375
382
|
box-shadow: none !important;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "ls-pro-common",
|
|
3
|
-
"version": "3.0.
|
|
3
|
+
"version": "3.0.25",
|
|
4
4
|
"description": "ls-pro-common",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"sideEffects": [
|
|
@@ -21,7 +21,7 @@
|
|
|
21
21
|
],
|
|
22
22
|
"dependencies": {
|
|
23
23
|
"@ant-design/icons": "^4.3.0",
|
|
24
|
-
"ls-pro-table": "^3.0.
|
|
24
|
+
"ls-pro-table": "^3.0.14",
|
|
25
25
|
"ls-pro-form": "^3.0.6",
|
|
26
26
|
"ls-pro-descriptions": "^3.0.1",
|
|
27
27
|
"ls-pro-card": "^3.0.3",
|