ls-pro-common 3.0.83 → 3.0.84

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 CHANGED
@@ -834,6 +834,10 @@ a:hover {
834
834
  .ls-protable-top-extra {
835
835
  padding-top: 8px;
836
836
  }
837
+ .ls-protable-bottom-desc.is-page {
838
+ width: 50%;
839
+ margin-top: -40px;
840
+ }
837
841
  .ant-pro-table--fullscreen {
838
842
  position: fixed;
839
843
  top: 0;
@@ -3098,6 +3102,10 @@ html {
3098
3102
  .ls-protable-top-extra {
3099
3103
  padding-top: 8px;
3100
3104
  }
3105
+ .ls-protable-bottom-desc.is-page {
3106
+ width: 50%;
3107
+ margin-top: -40px;
3108
+ }
3101
3109
  .ant-pro-table--fullscreen {
3102
3110
  position: fixed;
3103
3111
  top: 0;