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
package/dist/common.css
CHANGED
|
@@ -279,6 +279,7 @@ a:hover {
|
|
|
279
279
|
height: 38px;
|
|
280
280
|
padding: 12px;
|
|
281
281
|
background-color: #F4F7FD;
|
|
282
|
+
border-radius: 8px 8px 0 0;
|
|
282
283
|
}
|
|
283
284
|
.description-card .ant-pro-card-body {
|
|
284
285
|
padding: 20px 12px;
|
|
@@ -310,6 +311,9 @@ a:hover {
|
|
|
310
311
|
color: #181818;
|
|
311
312
|
padding-left: 8px;
|
|
312
313
|
}
|
|
314
|
+
.ant-pro-table-list-toolbar-title .ls-group-tip {
|
|
315
|
+
padding-bottom: 0;
|
|
316
|
+
}
|
|
313
317
|
.ls-input-table .ant-pro-table-search {
|
|
314
318
|
box-shadow: none !important;
|
|
315
319
|
padding: 0 !important;
|
|
@@ -690,6 +694,9 @@ a:hover {
|
|
|
690
694
|
.pro-table-tooltip-text span {
|
|
691
695
|
color: #fff;
|
|
692
696
|
}
|
|
697
|
+
.pro-table-title-extra {
|
|
698
|
+
padding: 8px 0;
|
|
699
|
+
}
|
|
693
700
|
.ant-pro-table {
|
|
694
701
|
z-index: 1;
|
|
695
702
|
}
|
|
@@ -2827,6 +2834,9 @@ html {
|
|
|
2827
2834
|
.pro-table-tooltip-text span {
|
|
2828
2835
|
color: #fff;
|
|
2829
2836
|
}
|
|
2837
|
+
.pro-table-title-extra {
|
|
2838
|
+
padding: 8px 0;
|
|
2839
|
+
}
|
|
2830
2840
|
.ant-pro-table {
|
|
2831
2841
|
z-index: 1;
|
|
2832
2842
|
}
|