修复富文本居中图片后内容页还是靠左

This commit is contained in:
eoao
2025-06-21 08:36:41 +08:00
parent f9956507fe
commit 621859c454
4 changed files with 4 additions and 8 deletions

View File

@@ -47,7 +47,6 @@ function updateContent() {
<style>
:host {
all: initial;
display: block;
width: 100%;
height: 100%;
font-family: 'HarmonyOS', -apple-system, BlinkMacSystemFont,
@@ -67,7 +66,6 @@ function updateContent() {
img {
max-width: 100%;
height: auto !important;
display: block;
}
*:not(p) {