@fileverse-dev/fortune-react 1.0.2-mod-19 → 1.0.2-mod-21
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/index.css +14 -8
- package/dist/index.esm.css +14 -8
- package/dist/index.esm.js +261 -386
- package/dist/index.js +261 -386
- package/dist/index.umd.css +14 -8
- package/dist/index.umd.js +68204 -3133
- package/dist/index.umd.min.css +1 -1
- package/dist/index.umd.min.js +43 -2
- package/package.json +3 -2
package/dist/index.css
CHANGED
|
@@ -1187,11 +1187,11 @@ html::-webkit-scrollbar-button {
|
|
|
1187
1187
|
}
|
|
1188
1188
|
|
|
1189
1189
|
.fortune-dialog {
|
|
1190
|
+
min-width: 368px;
|
|
1190
1191
|
max-width: 90%;
|
|
1191
1192
|
max-height: 90%;
|
|
1192
|
-
|
|
1193
|
-
|
|
1194
|
-
background: white;
|
|
1193
|
+
border-radius: 12px;
|
|
1194
|
+
background: hsl(var(--color-bg-default));
|
|
1195
1195
|
box-shadow: rgb(0 0 0 / 10%) 5px 5px 30px;
|
|
1196
1196
|
box-sizing: border-box;
|
|
1197
1197
|
overflow: auto;
|
|
@@ -1251,10 +1251,11 @@ html::-webkit-scrollbar-button {
|
|
|
1251
1251
|
opacity: 0.7;
|
|
1252
1252
|
}
|
|
1253
1253
|
|
|
1254
|
+
@import "@fileverse/ui/styles";
|
|
1254
1255
|
/*查找替换弹出框样式*/
|
|
1255
1256
|
#fortune-search-replace {
|
|
1256
1257
|
position: absolute;
|
|
1257
|
-
|
|
1258
|
+
min-width: 504px;
|
|
1258
1259
|
z-index: 1002;
|
|
1259
1260
|
}
|
|
1260
1261
|
|
|
@@ -1336,10 +1337,7 @@ html::-webkit-scrollbar-button {
|
|
|
1336
1337
|
}
|
|
1337
1338
|
|
|
1338
1339
|
#fortune-search-replace #searchAllbox {
|
|
1339
|
-
|
|
1340
|
-
border: 1px solid #d4d4d4;
|
|
1341
|
-
margin-top: 10px;
|
|
1342
|
-
overflow-y: auto;
|
|
1340
|
+
overflow-y: scroll;
|
|
1343
1341
|
position: relative;
|
|
1344
1342
|
}
|
|
1345
1343
|
|
|
@@ -1413,6 +1411,14 @@ html::-webkit-scrollbar-button {
|
|
|
1413
1411
|
white-space: nowrap;
|
|
1414
1412
|
}
|
|
1415
1413
|
|
|
1414
|
+
.find-replace-label {
|
|
1415
|
+
min-width: 100px;
|
|
1416
|
+
}
|
|
1417
|
+
|
|
1418
|
+
.find-replace-table-cell {
|
|
1419
|
+
min-width: 154px;
|
|
1420
|
+
}
|
|
1421
|
+
|
|
1416
1422
|
.fortune-link-modify-modal {
|
|
1417
1423
|
position: absolute;
|
|
1418
1424
|
overflow: hidden;
|
package/dist/index.esm.css
CHANGED
|
@@ -1187,11 +1187,11 @@ html::-webkit-scrollbar-button {
|
|
|
1187
1187
|
}
|
|
1188
1188
|
|
|
1189
1189
|
.fortune-dialog {
|
|
1190
|
+
min-width: 368px;
|
|
1190
1191
|
max-width: 90%;
|
|
1191
1192
|
max-height: 90%;
|
|
1192
|
-
|
|
1193
|
-
|
|
1194
|
-
background: white;
|
|
1193
|
+
border-radius: 12px;
|
|
1194
|
+
background: hsl(var(--color-bg-default));
|
|
1195
1195
|
box-shadow: rgb(0 0 0 / 10%) 5px 5px 30px;
|
|
1196
1196
|
box-sizing: border-box;
|
|
1197
1197
|
overflow: auto;
|
|
@@ -1251,10 +1251,11 @@ html::-webkit-scrollbar-button {
|
|
|
1251
1251
|
opacity: 0.7;
|
|
1252
1252
|
}
|
|
1253
1253
|
|
|
1254
|
+
@import "@fileverse/ui/styles";
|
|
1254
1255
|
/*查找替换弹出框样式*/
|
|
1255
1256
|
#fortune-search-replace {
|
|
1256
1257
|
position: absolute;
|
|
1257
|
-
|
|
1258
|
+
min-width: 504px;
|
|
1258
1259
|
z-index: 1002;
|
|
1259
1260
|
}
|
|
1260
1261
|
|
|
@@ -1336,10 +1337,7 @@ html::-webkit-scrollbar-button {
|
|
|
1336
1337
|
}
|
|
1337
1338
|
|
|
1338
1339
|
#fortune-search-replace #searchAllbox {
|
|
1339
|
-
|
|
1340
|
-
border: 1px solid #d4d4d4;
|
|
1341
|
-
margin-top: 10px;
|
|
1342
|
-
overflow-y: auto;
|
|
1340
|
+
overflow-y: scroll;
|
|
1343
1341
|
position: relative;
|
|
1344
1342
|
}
|
|
1345
1343
|
|
|
@@ -1413,6 +1411,14 @@ html::-webkit-scrollbar-button {
|
|
|
1413
1411
|
white-space: nowrap;
|
|
1414
1412
|
}
|
|
1415
1413
|
|
|
1414
|
+
.find-replace-label {
|
|
1415
|
+
min-width: 100px;
|
|
1416
|
+
}
|
|
1417
|
+
|
|
1418
|
+
.find-replace-table-cell {
|
|
1419
|
+
min-width: 154px;
|
|
1420
|
+
}
|
|
1421
|
+
|
|
1416
1422
|
.fortune-link-modify-modal {
|
|
1417
1423
|
position: absolute;
|
|
1418
1424
|
overflow: hidden;
|