Update index.html

This commit is contained in:
catvod
2022-04-13 15:11:19 +08:00
committed by GitHub
parent 78433c8e4b
commit 96e566402e
+3 -2
View File
@@ -28,8 +28,9 @@
<button type="button" class="btn btn-warning" onclick="empty_diy('999999')">清空</button> <button type="button" class="btn btn-warning" onclick="empty_diy('999999')">清空</button>
<button type="button" class="btn btn-primary" onclick="save_diy('999999')">保存</button> <button type="button" class="btn btn-primary" onclick="save_diy('999999')">保存</button>
</div> </div>
<label class="col-md-5 btn btn-primary btn-sm"> <div class="col-md-5"></div>
文件转图片 <input type="file" onchange="toImg(event)" style="display: none;"> <label class="btn btn-primary btn-sm">
配置转图片 <input type="file" onchange="toImg(event)" style="display: none;">
</label> </label>
</div> </div>
<h4></h4> <h4></h4>