@lark-apaas/client-toolkit-lite 1.1.15-alpha.3 → 1.1.15-alpha.5
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.cjs +4 -2
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +4 -2
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.cjs
CHANGED
|
@@ -2015,7 +2015,8 @@ var Safety = /* @__PURE__ */ __name(() => {
|
|
|
2015
2015
|
style: {
|
|
2016
2016
|
...sheetInfoText,
|
|
2017
2017
|
cursor: "pointer",
|
|
2018
|
-
textDecoration: "underline"
|
|
2018
|
+
textDecoration: "underline",
|
|
2019
|
+
textUnderlineOffset: "2px"
|
|
2019
2020
|
}
|
|
2020
2021
|
}, t("safety.report")))), /* @__PURE__ */ import_react5.default.createElement("div", {
|
|
2021
2022
|
style: mobileBtnRow
|
|
@@ -2113,7 +2114,8 @@ var Safety = /* @__PURE__ */ __name(() => {
|
|
|
2113
2114
|
style: {
|
|
2114
2115
|
...infoText,
|
|
2115
2116
|
cursor: "pointer",
|
|
2116
|
-
textDecoration: "underline"
|
|
2117
|
+
textDecoration: "underline",
|
|
2118
|
+
textUnderlineOffset: "2px"
|
|
2117
2119
|
}
|
|
2118
2120
|
}, t("safety.report")))), /* @__PURE__ */ import_react5.default.createElement("div", {
|
|
2119
2121
|
style: btnRow
|