Compare commits

...

1 Commits

Author SHA1 Message Date
Tim
0c2264e509 fix: adjust new post icon position and close message window 2025-08-27 20:39:46 +08:00
2 changed files with 6 additions and 1 deletions

View File

@@ -138,7 +138,7 @@ const goToNewPost = () => {
height: 60px;
border-radius: 50%;
position: fixed;
bottom: 40px;
bottom: 70px;
right: 20px;
font-size: 20px;
cursor: pointer;

View File

@@ -16,6 +16,7 @@
@click="reboundToDefault"
></i>
<i class="fas fa-expand" title="在页面中打开" @click="expand"></i>
<i class="fas fa-times" title="关闭" @click="close"></i>
</div>
</div>
</template>
@@ -48,6 +49,10 @@ function expand() {
navigateTo(target)
}
function close() {
floatRoute.value = null
}
function injectBaseTag() {
if (!iframeRef.value) return