@fileverse-dev/fortune-react 1.0.2-mod-11 → 1.0.2-mod-12

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.
@@ -43,6 +43,18 @@ 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
+
46
58
  .fortune-sheet-container {
47
59
  display: flex;
48
60
  flex: 1;
@@ -1018,6 +1030,18 @@ html::-webkit-scrollbar-button {
1018
1030
  overflow: hidden;
1019
1031
  }
1020
1032
 
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
+
1021
1045
  .luckysheet-formula-search-c {
1022
1046
  position: absolute;
1023
1047
  border: 1px solid rgba(0, 0, 0, 0.2);
@@ -1733,7 +1757,7 @@ html::-webkit-scrollbar-button {
1733
1757
  background-clip: padding-box;
1734
1758
  border: 1px solid rgba(0, 0, 0, 0.333);
1735
1759
  outline: 0;
1736
- position: absolute;
1760
+ position: fixed;
1737
1761
  color: #000;
1738
1762
  padding: 30px 42px;
1739
1763
  z-index: 100003;
@@ -2310,6 +2334,7 @@ html::-webkit-scrollbar-button {
2310
2334
  background: #efefef;
2311
2335
  cursor: pointer;
2312
2336
  }
2337
+
2313
2338
  /*函数公式查找样式*/
2314
2339
  #luckysheet-search-formula {
2315
2340
  font-size: 12px;