fix: s3下载为文本

This commit is contained in:
Lan
2025-02-08 21:30:06 +08:00
parent a8406e2c0c
commit 9970906873
7 changed files with 2704 additions and 2109 deletions
+1 -5
View File
@@ -91,12 +91,8 @@ provide('isLoading', isLoading)
<style>
.app-container {
position: fixed;
top: 0;
left: 0;
min-height: 100vh;
width: 100%;
height: 100%;
overflow: hidden;
transition: background-color 0.5s ease;
}