@fileverse-dev/fortune-react 1.0.2-mod-12 → 1.0.2-mod-10-test
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 +2 -6
- package/dist/components/Workbook/index.d.ts +2 -6
- package/dist/index.css +1 -26
- package/dist/index.esm.css +1 -26
- package/dist/index.esm.js +108 -230
- package/dist/index.js +107 -229
- package/dist/index.umd.css +1 -26
- package/dist/index.umd.js +810 -312
- package/dist/index.umd.min.css +1 -1
- package/dist/index.umd.min.js +2 -2
- package/package.json +2 -2
package/dist/index.umd.css
CHANGED
|
@@ -43,18 +43,6 @@ html::-webkit-scrollbar-button {
|
|
|
43
43
|
align-items: center;
|
|
44
44
|
}
|
|
45
45
|
|
|
46
|
-
.sr-only {
|
|
47
|
-
position: absolute;
|
|
48
|
-
width: 1px;
|
|
49
|
-
height: 1px;
|
|
50
|
-
padding: 0;
|
|
51
|
-
margin: -1px;
|
|
52
|
-
overflow: hidden;
|
|
53
|
-
clip: rect(0, 0, 0, 0);
|
|
54
|
-
border: 0;
|
|
55
|
-
white-space: nowrap;
|
|
56
|
-
}
|
|
57
|
-
|
|
58
46
|
.fortune-sheet-container {
|
|
59
47
|
display: flex;
|
|
60
48
|
flex: 1;
|
|
@@ -1030,18 +1018,6 @@ html::-webkit-scrollbar-button {
|
|
|
1030
1018
|
overflow: hidden;
|
|
1031
1019
|
}
|
|
1032
1020
|
|
|
1033
|
-
.sr-only {
|
|
1034
|
-
position: absolute;
|
|
1035
|
-
width: 1px;
|
|
1036
|
-
height: 1px;
|
|
1037
|
-
padding: 0;
|
|
1038
|
-
margin: -1px;
|
|
1039
|
-
overflow: hidden;
|
|
1040
|
-
clip: rect(0, 0, 0, 0);
|
|
1041
|
-
border: 0;
|
|
1042
|
-
white-space: nowrap;
|
|
1043
|
-
}
|
|
1044
|
-
|
|
1045
1021
|
.luckysheet-formula-search-c {
|
|
1046
1022
|
position: absolute;
|
|
1047
1023
|
border: 1px solid rgba(0, 0, 0, 0.2);
|
|
@@ -1757,7 +1733,7 @@ html::-webkit-scrollbar-button {
|
|
|
1757
1733
|
background-clip: padding-box;
|
|
1758
1734
|
border: 1px solid rgba(0, 0, 0, 0.333);
|
|
1759
1735
|
outline: 0;
|
|
1760
|
-
position:
|
|
1736
|
+
position: absolute;
|
|
1761
1737
|
color: #000;
|
|
1762
1738
|
padding: 30px 42px;
|
|
1763
1739
|
z-index: 100003;
|
|
@@ -2334,7 +2310,6 @@ html::-webkit-scrollbar-button {
|
|
|
2334
2310
|
background: #efefef;
|
|
2335
2311
|
cursor: pointer;
|
|
2336
2312
|
}
|
|
2337
|
-
|
|
2338
2313
|
/*函数公式查找样式*/
|
|
2339
2314
|
#luckysheet-search-formula {
|
|
2340
2315
|
font-size: 12px;
|