ls-pro-common 3.0.77 → 3.0.79
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 +19 -2
- package/dist/common.js +1 -1
- package/dist/common.min.css +19 -2
- package/dist/common.min.js +1 -1
- package/es/components/ImageSelector.js +1 -6
- package/es/components/InputTable.js +3 -2
- package/es/components/ViewOffice.d.ts +12 -0
- package/es/components/ViewOffice.js +74 -0
- package/es/components/antd-custom.less +3 -0
- package/es/components/common.less +11 -0
- package/es/http/index.d.ts +11 -5
- package/es/http/index.js +24 -12
- package/es/index.d.ts +2 -1
- package/es/index.js +2 -1
- package/es/typing.d.ts +12 -12
- package/es/utils/index.js +3 -18
- package/lib/components/ImageSelector.js +1 -6
- package/lib/components/InputTable.js +3 -2
- package/lib/components/ViewOffice.d.ts +12 -0
- package/lib/components/ViewOffice.js +74 -0
- package/lib/components/antd-custom.less +3 -0
- package/lib/components/common.less +11 -0
- package/lib/http/index.d.ts +11 -5
- package/lib/http/index.js +24 -12
- package/lib/index.d.ts +2 -1
- package/lib/index.js +2 -1
- package/lib/typing.d.ts +12 -12
- package/lib/utils/index.js +3 -18
- package/package.json +1 -1
package/dist/common.css
CHANGED
|
@@ -434,6 +434,14 @@ a:hover {
|
|
|
434
434
|
.ls-area-box-position .ls-ant-select-dropdown {
|
|
435
435
|
top: 36px !important;
|
|
436
436
|
}
|
|
437
|
+
.view-office-modal .ant-modal-body {
|
|
438
|
+
padding: 0;
|
|
439
|
+
}
|
|
440
|
+
.view-office-modal iframe {
|
|
441
|
+
width: 100%;
|
|
442
|
+
height: 100%;
|
|
443
|
+
border: none;
|
|
444
|
+
}
|
|
437
445
|
.ant-timeline-item-tail {
|
|
438
446
|
border-left: 2px dotted var(--ant-primary-color);
|
|
439
447
|
}
|
|
@@ -795,6 +803,9 @@ a:hover {
|
|
|
795
803
|
.ant-pro-table .ant-table.ant-table-has-fix-right:not(.ant-table-empty) .ant-table-container .ant-table-body {
|
|
796
804
|
overflow: scroll !important;
|
|
797
805
|
}
|
|
806
|
+
.ant-pro-table .ant-table.ant-table-small .ant-table-tbody > tr > td {
|
|
807
|
+
white-space: pre;
|
|
808
|
+
}
|
|
798
809
|
|
|
799
810
|
.pro-table-tooltip-text span {
|
|
800
811
|
color: #fff;
|
|
@@ -952,6 +963,9 @@ a:hover {
|
|
|
952
963
|
.ant-pro-table-srcoll .ant-table-cell.ant-table-selection-column {
|
|
953
964
|
text-overflow: inherit !important;
|
|
954
965
|
}
|
|
966
|
+
.ant-pro-table-srcoll .ant-table-has-fix-left .ant-table-selection-col {
|
|
967
|
+
width: 36px;
|
|
968
|
+
}
|
|
955
969
|
.ant-pro-table-srcoll .ant-table.ant-table-bordered .ant-table-tbody > tr > td {
|
|
956
970
|
border-right: 1px solid #f0f0f0;
|
|
957
971
|
}
|
|
@@ -1009,7 +1023,7 @@ a:hover {
|
|
|
1009
1023
|
.ant-table.ant-table-small .ant-table-tbody > tr > td.ant-table-cell-fix-left-last,
|
|
1010
1024
|
.ant-table.ant-table-small tfoot > tr > th.ant-table-cell-fix-left-last,
|
|
1011
1025
|
.ant-table.ant-table-small tfoot > tr > td.ant-table-cell-fix-left-last {
|
|
1012
|
-
padding-right:
|
|
1026
|
+
padding-right: 30px !important;
|
|
1013
1027
|
}
|
|
1014
1028
|
.ant-table.ant-table-small .ant-table-title.ant-table-selection-column,
|
|
1015
1029
|
.ant-table.ant-table-small .ant-table-footer.ant-table-selection-column,
|
|
@@ -3213,6 +3227,9 @@ html {
|
|
|
3213
3227
|
.ant-pro-table-srcoll .ant-table-cell.ant-table-selection-column {
|
|
3214
3228
|
text-overflow: inherit !important;
|
|
3215
3229
|
}
|
|
3230
|
+
.ant-pro-table-srcoll .ant-table-has-fix-left .ant-table-selection-col {
|
|
3231
|
+
width: 36px;
|
|
3232
|
+
}
|
|
3216
3233
|
.ant-pro-table-srcoll .ant-table.ant-table-bordered .ant-table-tbody > tr > td {
|
|
3217
3234
|
border-right: 1px solid #f0f0f0;
|
|
3218
3235
|
}
|
|
@@ -3270,7 +3287,7 @@ html {
|
|
|
3270
3287
|
.ant-table.ant-table-small .ant-table-tbody > tr > td.ant-table-cell-fix-left-last,
|
|
3271
3288
|
.ant-table.ant-table-small tfoot > tr > th.ant-table-cell-fix-left-last,
|
|
3272
3289
|
.ant-table.ant-table-small tfoot > tr > td.ant-table-cell-fix-left-last {
|
|
3273
|
-
padding-right:
|
|
3290
|
+
padding-right: 30px !important;
|
|
3274
3291
|
}
|
|
3275
3292
|
.ant-table.ant-table-small .ant-table-title.ant-table-selection-column,
|
|
3276
3293
|
.ant-table.ant-table-small .ant-table-footer.ant-table-selection-column,
|