Skip to content

Commit

Permalink
2825672826556672 cw text power library richtext image (#76)
Browse files Browse the repository at this point in the history
* fix:richtext-image-container-fix

* fix:richtext-video-container-fix
  • Loading branch information
wybieshang authored Mar 18, 2024
1 parent ac45228 commit 75d8660
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 9 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -273,10 +273,16 @@ export default {
</style>
<style>
.w-e-text-container img {
min-height: unset !important;
min-width: unset !important;
display: block;
height: fit-content;
width: fit-content;
min-height: unset !important;
min-width: unset !important;
display: block;
height: fit-content;
width: fit-content;
}
.w-e-image-container {
max-width: 100%;
}
.w-e-textarea-video-container {
max-width: 100%;
}
</style>
6 changes: 3 additions & 3 deletions packages/cw/cw_text_power_library/manifest
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Plugin-Version: 1.0.0
Library-Type: Frontend
Metadata-File: usage.json
packages/extension/[email protected].1/dist-theme/demo.html: dist-theme/demo.html
packages/extension/[email protected].1/dist-theme/index.js: dist-theme/index.js
packages/extension/[email protected].1/dist-theme/index.js.map: dist-theme/index.js.map
packages/extension/[email protected].2/dist-theme/demo.html: dist-theme/demo.html
packages/extension/[email protected].2/dist-theme/index.js: dist-theme/index.js
packages/extension/[email protected].2/dist-theme/index.js.map: dist-theme/index.js.map
2 changes: 1 addition & 1 deletion packages/cw/cw_text_power_library/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "cw_text_power_library",
"title": "文本功能依赖库",
"description": "",
"version": "1.1.1",
"version": "1.1.2",
"main": "./index.js",
"author": "",
"repository": "",
Expand Down

0 comments on commit 75d8660

Please sign in to comment.