Update index.html
This commit is contained in:
+2
-1
@@ -28,11 +28,12 @@
|
|||||||
<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>
|
||||||
<div class="col-md-5"></div>
|
<div class="col-md-5">
|
||||||
<label class="btn btn-primary btn-sm">
|
<label class="btn btn-primary btn-sm">
|
||||||
配置转图片 <input type="file" onchange="toImg(event)" style="display: none;">
|
配置转图片 <input type="file" onchange="toImg(event)" style="display: none;">
|
||||||
</label>
|
</label>
|
||||||
</div>
|
</div>
|
||||||
|
</div>
|
||||||
<h4></h4>
|
<h4></h4>
|
||||||
<form id="diy_cfg_jf_999999" style="display: none;"></form>
|
<form id="diy_cfg_jf_999999" style="display: none;"></form>
|
||||||
<textarea rows="30" class="form-control" id="diy_cfg_code_999999" style="margin-top: 10px; display: none;"></textarea>
|
<textarea rows="30" class="form-control" id="diy_cfg_code_999999" style="margin-top: 10px; display: none;"></textarea>
|
||||||
|
|||||||
Reference in New Issue
Block a user