ls-pro-common 3.1.5 → 3.1.7
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 +52 -0
- package/dist/common.js +1 -1
- package/dist/common.min.css +52 -0
- package/dist/common.min.js +1 -1
- package/es/hooks/useBaseDict.js +1 -1
- package/es/hooks/useDtl/index.d.ts +2 -1
- package/es/hooks/useDtl/index.js +18 -12
- package/es/hooks/useSingle/index.d.ts +1 -1
- package/es/hooks/useSingle/index.js +20 -13
- package/es/http/index.d.ts +5 -2
- package/es/http/index.js +12 -6
- package/lib/hooks/useBaseDict.js +1 -1
- package/lib/hooks/useDtl/index.d.ts +2 -1
- package/lib/hooks/useDtl/index.js +18 -12
- package/lib/hooks/useSingle/index.d.ts +1 -1
- package/lib/hooks/useSingle/index.js +20 -13
- package/lib/http/index.d.ts +5 -2
- package/lib/http/index.js +12 -6
- package/package.json +1 -1
package/dist/common.css
CHANGED
|
@@ -1223,6 +1223,32 @@ a:hover {
|
|
|
1223
1223
|
transform: rotate(360deg);
|
|
1224
1224
|
}
|
|
1225
1225
|
}
|
|
1226
|
+
.export-data-notice {
|
|
1227
|
+
height: 500px;
|
|
1228
|
+
padding: 24px;
|
|
1229
|
+
overflow: auto;
|
|
1230
|
+
font-family: Arial, 'PingFang SC', 'Microsoft YaHei', sans-serif;
|
|
1231
|
+
}
|
|
1232
|
+
.export-data-notice p {
|
|
1233
|
+
font-size: 16px;
|
|
1234
|
+
line-height: 32px;
|
|
1235
|
+
}
|
|
1236
|
+
.export-data-notice p.indent {
|
|
1237
|
+
padding-left: 15px;
|
|
1238
|
+
text-indent: -15px;
|
|
1239
|
+
}
|
|
1240
|
+
.export-data-notice p .important {
|
|
1241
|
+
font-weight: 600;
|
|
1242
|
+
text-decoration-line: underline;
|
|
1243
|
+
text-underline-offset: 3px;
|
|
1244
|
+
text-decoration-thickness: 3px;
|
|
1245
|
+
}
|
|
1246
|
+
.export-data-notice .sign {
|
|
1247
|
+
position: relative;
|
|
1248
|
+
margin-top: 24px;
|
|
1249
|
+
font-weight: 600;
|
|
1250
|
+
text-align: right;
|
|
1251
|
+
}
|
|
1226
1252
|
|
|
1227
1253
|
.ant-select-disabled.ant-select:not(.ant-select-customize-input) .ant-select-selector,
|
|
1228
1254
|
.ant-input-affix-wrapper-disabled,
|
|
@@ -3507,6 +3533,32 @@ html {
|
|
|
3507
3533
|
transform: rotate(360deg);
|
|
3508
3534
|
}
|
|
3509
3535
|
}
|
|
3536
|
+
.export-data-notice {
|
|
3537
|
+
height: 500px;
|
|
3538
|
+
padding: 24px;
|
|
3539
|
+
overflow: auto;
|
|
3540
|
+
font-family: Arial, 'PingFang SC', 'Microsoft YaHei', sans-serif;
|
|
3541
|
+
}
|
|
3542
|
+
.export-data-notice p {
|
|
3543
|
+
font-size: 16px;
|
|
3544
|
+
line-height: 32px;
|
|
3545
|
+
}
|
|
3546
|
+
.export-data-notice p.indent {
|
|
3547
|
+
padding-left: 15px;
|
|
3548
|
+
text-indent: -15px;
|
|
3549
|
+
}
|
|
3550
|
+
.export-data-notice p .important {
|
|
3551
|
+
font-weight: 600;
|
|
3552
|
+
text-decoration-line: underline;
|
|
3553
|
+
text-underline-offset: 3px;
|
|
3554
|
+
text-decoration-thickness: 3px;
|
|
3555
|
+
}
|
|
3556
|
+
.export-data-notice .sign {
|
|
3557
|
+
position: relative;
|
|
3558
|
+
margin-top: 24px;
|
|
3559
|
+
font-weight: 600;
|
|
3560
|
+
text-align: right;
|
|
3561
|
+
}
|
|
3510
3562
|
.ant-pro-table-toolbar {
|
|
3511
3563
|
display: flex;
|
|
3512
3564
|
align-items: center;
|