Skip to content

Commit 7498a50

Browse files
committed
add remove tips;
1 parent 230c338 commit 7498a50

File tree

3 files changed

+22
-64
lines changed

3 files changed

+22
-64
lines changed

src/CodeWF/Pages/Tool/Converter/IconConverter.razor

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,22 @@
7676
.me-2 {
7777
margin-right: 0.5rem;
7878
}
79+
80+
.alert {
81+
padding: 0.75rem 1.25rem;
82+
border-radius: 4px;
83+
margin-bottom: 1rem;
84+
}
85+
86+
.alert-warning {
87+
background-color: #fff3cd;
88+
border: 1px solid #ffeeba;
89+
color: #856404;
90+
}
91+
92+
.mt-2 {
93+
margin-top: 0.5rem;
94+
}
7995
</style>
8096

8197
<div class="converter-container">
@@ -117,6 +133,9 @@
117133

118134
<div id="result" style="display:none" class="mt-3">
119135
<a id="downloadLink" class="btn btn-success" target="_blank">下载文件</a>
136+
<div class="alert alert-warning mt-2">
137+
<i class="bi bi-clock-history me-2"></i>请注意:生成的文件仅保留2分钟,请及时下载。
138+
</div>
120139
</div>
121140
</div>
122141

src/CodeWF/Pages/Tool/Converter/NuoChe.razor

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,9 @@
5151
<i class="fas fa-download"></i> 下载
5252
</a>
5353
</div>
54+
<div class="alert alert-warning mt-2">
55+
<i class="fas fa-clock"></i> 请注意:生成的文件仅保留2分钟,请及时下载。
56+
</div>
5457
</div>
5558
</div>
5659
}

src/CodeWF/Pages/Tool/Converter/NuoChe.razor.css

Lines changed: 0 additions & 64 deletions
This file was deleted.

0 commit comments

Comments
 (0)