ls-pro-common 3.0.24 → 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 +9 -0
- package/dist/common.js +1 -1
- package/dist/common.min.css +9 -0
- package/dist/common.min.js +1 -1
- package/es/components/common.less +6 -0
- package/lib/components/common.less +6 -0
- package/package.json +2 -2
package/dist/common.css
CHANGED
|
@@ -311,6 +311,9 @@ a:hover {
|
|
|
311
311
|
color: #181818;
|
|
312
312
|
padding-left: 8px;
|
|
313
313
|
}
|
|
314
|
+
.ant-pro-table-list-toolbar-title .ls-group-tip {
|
|
315
|
+
padding-bottom: 0;
|
|
316
|
+
}
|
|
314
317
|
.ls-input-table .ant-pro-table-search {
|
|
315
318
|
box-shadow: none !important;
|
|
316
319
|
padding: 0 !important;
|
|
@@ -691,6 +694,9 @@ a:hover {
|
|
|
691
694
|
.pro-table-tooltip-text span {
|
|
692
695
|
color: #fff;
|
|
693
696
|
}
|
|
697
|
+
.pro-table-title-extra {
|
|
698
|
+
padding: 8px 0;
|
|
699
|
+
}
|
|
694
700
|
.ant-pro-table {
|
|
695
701
|
z-index: 1;
|
|
696
702
|
}
|
|
@@ -2828,6 +2834,9 @@ html {
|
|
|
2828
2834
|
.pro-table-tooltip-text span {
|
|
2829
2835
|
color: #fff;
|
|
2830
2836
|
}
|
|
2837
|
+
.pro-table-title-extra {
|
|
2838
|
+
padding: 8px 0;
|
|
2839
|
+
}
|
|
2831
2840
|
.ant-pro-table {
|
|
2832
2841
|
z-index: 1;
|
|
2833
2842
|
}
|