@fileverse-dev/fortune-react 1.0.2-mod-1 → 1.0.2-mod-3
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 +4 -2
- package/dist/index.esm.css +4 -2
- package/dist/index.esm.js +322 -216
- package/dist/index.js +322 -216
- package/dist/index.umd.css +4 -2
- package/dist/index.umd.js +323 -217
- package/dist/index.umd.min.css +1 -1
- package/dist/index.umd.min.js +2 -2
- package/package.json +2 -2
package/dist/index.css
CHANGED
|
@@ -2125,6 +2125,8 @@ html::-webkit-scrollbar-button {
|
|
|
2125
2125
|
|
|
2126
2126
|
.fortune-toolbar-combo-text {
|
|
2127
2127
|
margin: 0 4px;
|
|
2128
|
+
font-weight: 500;
|
|
2129
|
+
font-size: 14px;
|
|
2128
2130
|
}
|
|
2129
2131
|
|
|
2130
2132
|
.fortune-toolbar-color-picker-item {
|
|
@@ -2143,7 +2145,8 @@ html::-webkit-scrollbar-button {
|
|
|
2143
2145
|
padding: 6px;
|
|
2144
2146
|
font-size: 12px;
|
|
2145
2147
|
position: absolute;
|
|
2146
|
-
z-index: 25;
|
|
2148
|
+
z-index: 25;
|
|
2149
|
+
/* higher than toolbar tips */
|
|
2147
2150
|
top: 40px;
|
|
2148
2151
|
white-space: nowrap;
|
|
2149
2152
|
}
|
|
@@ -2307,7 +2310,6 @@ html::-webkit-scrollbar-button {
|
|
|
2307
2310
|
background: #efefef;
|
|
2308
2311
|
cursor: pointer;
|
|
2309
2312
|
}
|
|
2310
|
-
|
|
2311
2313
|
/*函数公式查找样式*/
|
|
2312
2314
|
#luckysheet-search-formula {
|
|
2313
2315
|
font-size: 12px;
|
package/dist/index.esm.css
CHANGED
|
@@ -2125,6 +2125,8 @@ html::-webkit-scrollbar-button {
|
|
|
2125
2125
|
|
|
2126
2126
|
.fortune-toolbar-combo-text {
|
|
2127
2127
|
margin: 0 4px;
|
|
2128
|
+
font-weight: 500;
|
|
2129
|
+
font-size: 14px;
|
|
2128
2130
|
}
|
|
2129
2131
|
|
|
2130
2132
|
.fortune-toolbar-color-picker-item {
|
|
@@ -2143,7 +2145,8 @@ html::-webkit-scrollbar-button {
|
|
|
2143
2145
|
padding: 6px;
|
|
2144
2146
|
font-size: 12px;
|
|
2145
2147
|
position: absolute;
|
|
2146
|
-
z-index: 25;
|
|
2148
|
+
z-index: 25;
|
|
2149
|
+
/* higher than toolbar tips */
|
|
2147
2150
|
top: 40px;
|
|
2148
2151
|
white-space: nowrap;
|
|
2149
2152
|
}
|
|
@@ -2307,7 +2310,6 @@ html::-webkit-scrollbar-button {
|
|
|
2307
2310
|
background: #efefef;
|
|
2308
2311
|
cursor: pointer;
|
|
2309
2312
|
}
|
|
2310
|
-
|
|
2311
2313
|
/*函数公式查找样式*/
|
|
2312
2314
|
#luckysheet-search-formula {
|
|
2313
2315
|
font-size: 12px;
|