ls-pro-common 3.1.60 → 3.1.62
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 +43 -17
- package/dist/common.js +1 -1
- package/dist/common.min.css +43 -17
- package/dist/common.min.js +1 -1
- package/es/components/DtlLayout.d.ts +1 -1
- package/es/components/ViewOffice.js +39 -13
- package/es/components/common.less +9 -0
- package/es/http/bizAjax.d.ts +7 -2
- package/lib/components/DtlLayout.d.ts +1 -1
- package/lib/components/ViewOffice.js +39 -13
- package/lib/components/common.less +9 -0
- package/lib/http/bizAjax.d.ts +7 -2
- package/package.json +1 -1
package/dist/common.css
CHANGED
|
@@ -438,7 +438,11 @@ a:hover {
|
|
|
438
438
|
.ls-area-box-position .ls-ant-select-dropdown {
|
|
439
439
|
top: 36px !important;
|
|
440
440
|
}
|
|
441
|
+
.view-office-modal {
|
|
442
|
+
position: relative;
|
|
443
|
+
}
|
|
441
444
|
.view-office-modal .ant-modal-body {
|
|
445
|
+
position: relative;
|
|
442
446
|
padding: 0;
|
|
443
447
|
}
|
|
444
448
|
.view-office-modal iframe {
|
|
@@ -446,6 +450,13 @@ a:hover {
|
|
|
446
450
|
height: 100%;
|
|
447
451
|
border: none;
|
|
448
452
|
}
|
|
453
|
+
.view-office-modal .file-loading {
|
|
454
|
+
position: absolute;
|
|
455
|
+
top: 0;
|
|
456
|
+
left: 0;
|
|
457
|
+
width: 100%;
|
|
458
|
+
height: 100%;
|
|
459
|
+
}
|
|
449
460
|
.ant-timeline-item-tail {
|
|
450
461
|
border-left: 2px dotted var(--ant-primary-color);
|
|
451
462
|
}
|
|
@@ -3254,7 +3265,11 @@ a:hover {
|
|
|
3254
3265
|
.ls-area-box-position .ls-ant-select-dropdown {
|
|
3255
3266
|
top: 36px !important;
|
|
3256
3267
|
}
|
|
3268
|
+
.view-office-modal {
|
|
3269
|
+
position: relative;
|
|
3270
|
+
}
|
|
3257
3271
|
.view-office-modal .ant-modal-body {
|
|
3272
|
+
position: relative;
|
|
3258
3273
|
padding: 0;
|
|
3259
3274
|
}
|
|
3260
3275
|
.view-office-modal iframe {
|
|
@@ -3262,6 +3277,13 @@ a:hover {
|
|
|
3262
3277
|
height: 100%;
|
|
3263
3278
|
border: none;
|
|
3264
3279
|
}
|
|
3280
|
+
.view-office-modal .file-loading {
|
|
3281
|
+
position: absolute;
|
|
3282
|
+
top: 0;
|
|
3283
|
+
left: 0;
|
|
3284
|
+
width: 100%;
|
|
3285
|
+
height: 100%;
|
|
3286
|
+
}
|
|
3265
3287
|
.ant-timeline-item-tail {
|
|
3266
3288
|
border-left: 2px dotted var(--ant-primary-color);
|
|
3267
3289
|
}
|
|
@@ -5721,26 +5743,26 @@ a:hover {
|
|
|
5721
5743
|
padding-bottom: 10px;
|
|
5722
5744
|
}
|
|
5723
5745
|
.table-import-body .import-step > :first-child {
|
|
5724
|
-
|
|
5725
|
-
border-radius: 50%;
|
|
5746
|
+
display: inline-block;
|
|
5726
5747
|
width: 20px;
|
|
5727
5748
|
height: 20px;
|
|
5728
|
-
text-align: center;
|
|
5729
|
-
line-height: 18px;
|
|
5730
|
-
display: inline-block;
|
|
5731
|
-
font-weight: bold;
|
|
5732
5749
|
color: #af8351;
|
|
5750
|
+
font-weight: bold;
|
|
5751
|
+
line-height: 18px;
|
|
5752
|
+
text-align: center;
|
|
5753
|
+
border: 1px solid #af8351;
|
|
5754
|
+
border-radius: 50%;
|
|
5733
5755
|
}
|
|
5734
5756
|
.table-import-body .import-step > :last-child {
|
|
5735
5757
|
display: inline-block;
|
|
5736
|
-
font-weight: bold;
|
|
5737
5758
|
margin-left: 5px;
|
|
5759
|
+
font-weight: bold;
|
|
5738
5760
|
}
|
|
5739
5761
|
.table-import-body .file-link {
|
|
5740
|
-
border: 1px #ddd;
|
|
5741
|
-
border-style: dashed;
|
|
5742
5762
|
margin: 5px 20px;
|
|
5743
5763
|
padding: 5px 10px 5px 10px;
|
|
5764
|
+
border: 1px #ddd;
|
|
5765
|
+
border-style: dashed;
|
|
5744
5766
|
}
|
|
5745
5767
|
.table-import-body .file-link .file-icon {
|
|
5746
5768
|
display: inline-block;
|
|
@@ -5768,12 +5790,12 @@ a:hover {
|
|
|
5768
5790
|
margin: 10px 50px !important;
|
|
5769
5791
|
}
|
|
5770
5792
|
.table-import-body .down-temp {
|
|
5771
|
-
background-color: #f5fafe;
|
|
5772
5793
|
display: flex;
|
|
5794
|
+
align-items: center;
|
|
5773
5795
|
padding: 10px 24px;
|
|
5774
|
-
border-radius: 4px;
|
|
5775
5796
|
line-height: 30px;
|
|
5776
|
-
|
|
5797
|
+
background-color: #f5fafe;
|
|
5798
|
+
border-radius: 4px;
|
|
5777
5799
|
}
|
|
5778
5800
|
.table-import-body .down-temp .down-title {
|
|
5779
5801
|
font-weight: bold;
|
|
@@ -5784,16 +5806,16 @@ a:hover {
|
|
|
5784
5806
|
text-align: right;
|
|
5785
5807
|
}
|
|
5786
5808
|
.table-import-body .down-wrapper {
|
|
5787
|
-
background-color: #f5fafe;
|
|
5788
|
-
align-items: center;
|
|
5789
|
-
justify-items: center;
|
|
5790
5809
|
display: flex;
|
|
5791
5810
|
flex-direction: column;
|
|
5811
|
+
align-items: center;
|
|
5812
|
+
justify-items: center;
|
|
5792
5813
|
min-height: 100px;
|
|
5793
|
-
border-radius: 4px;
|
|
5794
5814
|
margin: 20px 0;
|
|
5795
|
-
line-height: 30px;
|
|
5796
5815
|
padding: 20px;
|
|
5816
|
+
line-height: 30px;
|
|
5817
|
+
background-color: #f5fafe;
|
|
5818
|
+
border-radius: 4px;
|
|
5797
5819
|
}
|
|
5798
5820
|
.table-import-body .down-wrapper > span {
|
|
5799
5821
|
text-align: center;
|
|
@@ -5801,6 +5823,10 @@ a:hover {
|
|
|
5801
5823
|
.table-import-body .down-desc {
|
|
5802
5824
|
color: #9b9b9b;
|
|
5803
5825
|
}
|
|
5826
|
+
.table-import-body .error-msg {
|
|
5827
|
+
margin-top: 10px;
|
|
5828
|
+
color: #ff4d4f;
|
|
5829
|
+
}
|
|
5804
5830
|
|
|
5805
5831
|
.ant-pro-table-drag-visible-cell {
|
|
5806
5832
|
display: flex;
|