ls-pro-common 3.1.14 → 3.1.16

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
@@ -4518,6 +4518,13 @@ html {
4518
4518
  .ant-pro-descriptions .ant-descriptions-view {
4519
4519
  overflow: initial !important;
4520
4520
  }
4521
+ .ant-pro-descriptions-item-ellipsis .ant-descriptions-item-content {
4522
+ width: 0;
4523
+ }
4524
+ .pro-table-tooltip-text {
4525
+ max-height: 80vh;
4526
+ overflow: auto;
4527
+ }
4521
4528
 
4522
4529
  .record-log {
4523
4530
  height: 100%;