🚸 调整导入浮窗ui,显示导入进度

This commit is contained in:
BTMuli
2025-11-18 22:02:07 +08:00
parent 3366efaadd
commit d244423800
2 changed files with 29 additions and 7 deletions

View File

@@ -234,6 +234,7 @@ async function handleExport(): Promise<void> {
position: relative;
display: flex;
width: 100%;
flex-wrap: wrap;
align-items: flex-end;
justify-content: space-between;
column-gap: 10px;
@@ -249,6 +250,7 @@ async function handleExport(): Promise<void> {
color: var(--tgc-od-white);
cursor: pointer;
font-size: 12px;
word-break: break-all;
}
.ugo-header {