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 +7 -0
- package/dist/common.js +1 -1
- package/dist/common.min.css +7 -0
- package/dist/common.min.js +1 -1
- package/es/components/InputTable.js +2 -0
- package/es/components/Permission.d.ts +2 -0
- package/es/components/Permission.js +1 -1
- package/es/http/index.js +58 -47
- package/es/utils/index.js +2 -1
- package/lib/components/InputTable.js +2 -0
- package/lib/components/Permission.d.ts +2 -0
- package/lib/components/Permission.js +1 -1
- package/lib/http/index.js +58 -47
- package/lib/utils/index.js +2 -1
- package/package.json +1 -1
package/dist/common.min.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%;
|