mirror of
https://github.com/schroinerxy/cloud-mail.git
synced 2026-06-21 19:35:50 +08:00
修复富文本居中图片后内容页还是靠左
This commit is contained in:
@@ -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) {
|
||||
|
||||
+1
-1
File diff suppressed because one or more lines are too long
+1
-3
File diff suppressed because one or more lines are too long
Vendored
+2
-2
@@ -6,8 +6,8 @@
|
||||
<title></title>
|
||||
<link rel="icon" href="/assets/favicon-C5dAZutX.svg" type="image/svg+xml">
|
||||
<script src="https://challenges.cloudflare.com/turnstile/v0/api.js" async defer></script>
|
||||
<script type="module" crossorigin src="/assets/index-DXjg2kt1.js"></script>
|
||||
<link rel="stylesheet" crossorigin href="/assets/index-CrHtnvBh.css">
|
||||
<script type="module" crossorigin src="/assets/index-DrpZkhSk.js"></script>
|
||||
<link rel="stylesheet" crossorigin href="/assets/index-C0H8Chfa.css">
|
||||
</head>
|
||||
<body>
|
||||
<div id="loading-first">
|
||||
|
||||
Reference in New Issue
Block a user