Skip to content

Commit 594af3c

Browse files
committed
style: 样式调整
1 parent aa10774 commit 594af3c

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "sub-store-front-end",
3-
"version": "2.14.341",
3+
"version": "2.14.342",
44
"private": true,
55
"scripts": {
66
"dev": "vite --host",

src/views/FilePreview.vue

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<template>
2-
<Teleport to="#app">
3-
<div class="compare-page-wrapper">
2+
<Teleport to="#app" :disabled="!!url">
3+
<div class="compare-page-wrapper" :style="{ height: url ? 'calc(100vh - 80px)' : '100vh' }">
44
<header class="compare-page-header">
55
<template v-if="url">
66
<h1>

0 commit comments

Comments
 (0)