@lark-apaas/client-toolkit-lite 1.1.7-alpha.30 → 1.1.7-alpha.32
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 -4
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +4 -4
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.cjs
CHANGED
|
@@ -1122,15 +1122,15 @@ var Watermark = /* @__PURE__ */ __name(() => {
|
|
|
1122
1122
|
"data-custom-element": "doubao-watermark",
|
|
1123
1123
|
style: {
|
|
1124
1124
|
position: "fixed",
|
|
1125
|
-
right:
|
|
1126
|
-
bottom:
|
|
1125
|
+
right: 0,
|
|
1126
|
+
bottom: 0,
|
|
1127
1127
|
zIndex: 9999,
|
|
1128
1128
|
pointerEvents: "none"
|
|
1129
1129
|
}
|
|
1130
1130
|
}, /* @__PURE__ */ import_react6.default.createElement("img", {
|
|
1131
1131
|
src: DOUBAO_WATERMARK_SRC,
|
|
1132
|
-
width:
|
|
1133
|
-
height:
|
|
1132
|
+
width: 133,
|
|
1133
|
+
height: 60,
|
|
1134
1134
|
alt: "\u8C46\u5305 AI \u751F\u6210"
|
|
1135
1135
|
}));
|
|
1136
1136
|
}, "Watermark");
|