修复内容显示问题
This commit is contained in:
@@ -46,6 +46,7 @@ function updateContent() {
|
||||
font-size: 14px;
|
||||
line-height: 1.5;
|
||||
color: #13181D;
|
||||
overflow-wrap: break-word;
|
||||
}
|
||||
|
||||
.shadow-content {
|
||||
@@ -100,8 +101,7 @@ function autoScale() {
|
||||
const scale = Math.min(scaleX, scaleY)
|
||||
|
||||
const hostElement = shadowRoot.host
|
||||
hostElement.style.transform = `scale(${scale})`
|
||||
hostElement.style.transformOrigin = 'top left'
|
||||
hostElement.style.zoom = scale
|
||||
}
|
||||
|
||||
onMounted(() => {
|
||||
|
||||
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
4
mail-worker/dist/index.html
vendored
4
mail-worker/dist/index.html
vendored
@@ -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-BnY9p7I8.js"></script>
|
||||
<link rel="stylesheet" crossorigin href="/assets/index-eZW8RvmT.css">
|
||||
<script type="module" crossorigin src="/assets/index-Cy4AcSPU.js"></script>
|
||||
<link rel="stylesheet" crossorigin href="/assets/index-B2XKi21Y.css">
|
||||
</head>
|
||||
<body>
|
||||
<div id="loading-first">
|
||||
|
||||
Reference in New Issue
Block a user