shuishen
2021-06-23 9dd06fefff5262947d42e99f518706d4a068d654
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<div title="点击绘制开挖区域,右键单击结束绘制,进行开挖">
    <div id="toolbardigTheEarth"  class="param-container tool-bar">
        <div class="param-item">
            <label class="form-label">开挖深度(米) :</label>
            <input id="depth" type="number" value="500" required="required" style="width:90px;" />
        </div>
        <div class="param-item">
            <button type="button" id="beginigTheEarth" class="button black">开挖</button>
            <button type="button" id="cleardigTheEarth" class="button black">清除</button>
        </div>
    </div>
    <i class="layui-icon closeOUR">
        &#x1006;
    </i></span>
</div>