File tree Expand file tree Collapse file tree
src/CodeWF/Pages/Tool/Converter Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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" >
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
Original file line number Diff line number Diff line change 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 }
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments