@fileverse-dev/fortune-react 1.0.2-mod-23 → 1.0.2-mod-20-patch-2
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/components/Workbook/api.d.ts +1048 -2
- package/dist/components/Workbook/index.d.ts +1046 -0
- package/dist/index.css +8 -38
- package/dist/index.esm.css +8 -38
- package/dist/index.esm.js +179 -249
- package/dist/index.js +178 -248
- package/dist/index.umd.css +8 -38
- package/dist/index.umd.js +184 -63771
- package/dist/index.umd.min.css +1 -1
- package/dist/index.umd.min.js +3 -42
- package/package.json +2 -3
package/dist/index.umd.css
CHANGED
|
@@ -1187,11 +1187,11 @@ html::-webkit-scrollbar-button {
|
|
|
1187
1187
|
}
|
|
1188
1188
|
|
|
1189
1189
|
.fortune-dialog {
|
|
1190
|
-
min-width: 368px;
|
|
1191
1190
|
max-width: 90%;
|
|
1192
1191
|
max-height: 90%;
|
|
1193
|
-
|
|
1194
|
-
|
|
1192
|
+
overflow: scroll;
|
|
1193
|
+
border-radius: 6px;
|
|
1194
|
+
background: white;
|
|
1195
1195
|
box-shadow: rgb(0 0 0 / 10%) 5px 5px 30px;
|
|
1196
1196
|
box-sizing: border-box;
|
|
1197
1197
|
overflow: auto;
|
|
@@ -1251,11 +1251,10 @@ html::-webkit-scrollbar-button {
|
|
|
1251
1251
|
opacity: 0.7;
|
|
1252
1252
|
}
|
|
1253
1253
|
|
|
1254
|
-
@import "@fileverse/ui/styles";
|
|
1255
1254
|
/*查找替换弹出框样式*/
|
|
1256
1255
|
#fortune-search-replace {
|
|
1257
1256
|
position: absolute;
|
|
1258
|
-
|
|
1257
|
+
padding: 30px 42px;
|
|
1259
1258
|
z-index: 1002;
|
|
1260
1259
|
}
|
|
1261
1260
|
|
|
@@ -1337,7 +1336,10 @@ html::-webkit-scrollbar-button {
|
|
|
1337
1336
|
}
|
|
1338
1337
|
|
|
1339
1338
|
#fortune-search-replace #searchAllbox {
|
|
1340
|
-
|
|
1339
|
+
height: 210px;
|
|
1340
|
+
border: 1px solid #d4d4d4;
|
|
1341
|
+
margin-top: 10px;
|
|
1342
|
+
overflow-y: auto;
|
|
1341
1343
|
position: relative;
|
|
1342
1344
|
}
|
|
1343
1345
|
|
|
@@ -1411,38 +1413,6 @@ html::-webkit-scrollbar-button {
|
|
|
1411
1413
|
white-space: nowrap;
|
|
1412
1414
|
}
|
|
1413
1415
|
|
|
1414
|
-
.find-replace-label {
|
|
1415
|
-
min-width: 100px;
|
|
1416
|
-
}
|
|
1417
|
-
|
|
1418
|
-
.find-replace-table-cell {
|
|
1419
|
-
min-width: 154px;
|
|
1420
|
-
}
|
|
1421
|
-
|
|
1422
|
-
/* Add scrollbar styles */
|
|
1423
|
-
#fortune-search-replace .table-container {
|
|
1424
|
-
scrollbar-width: thin;
|
|
1425
|
-
scrollbar-color: #babac0 transparent;
|
|
1426
|
-
}
|
|
1427
|
-
|
|
1428
|
-
#fortune-search-replace .table-container::-webkit-scrollbar {
|
|
1429
|
-
width: 8px;
|
|
1430
|
-
height: 8px;
|
|
1431
|
-
}
|
|
1432
|
-
|
|
1433
|
-
#fortune-search-replace .table-container::-webkit-scrollbar-track {
|
|
1434
|
-
background-color: transparent;
|
|
1435
|
-
}
|
|
1436
|
-
|
|
1437
|
-
#fortune-search-replace .table-container::-webkit-scrollbar-thumb {
|
|
1438
|
-
background-color: #babac0;
|
|
1439
|
-
border-radius: 16px;
|
|
1440
|
-
}
|
|
1441
|
-
|
|
1442
|
-
#fortune-search-replace .table-container::-webkit-scrollbar-button {
|
|
1443
|
-
display: none;
|
|
1444
|
-
}
|
|
1445
|
-
|
|
1446
1416
|
.fortune-link-modify-modal {
|
|
1447
1417
|
position: absolute;
|
|
1448
1418
|
overflow: hidden;
|