liuyg
2021-07-02 25ce610f6ecca7325e7a743dc032c4a76559c63d
widgets/slope/Widget.html
@@ -1,7 +1,6 @@
<div>
    <div id="float"
        style="background:#95e8f9;width: 250px;height: 470px;top: 15px;left: 1.5%;opacity: 1">
        <div id="con" style="background:#95e8f9;width: 230px;height: 450px;top: 85px;left: 1.1%;margin: 10px">
    <div id="float">
        <div id="con">
            <label for="calMode">1、计算模式:</label>
            <select id="calMode">
                <option value="calModeall_plane">指定多边形区域</option>
@@ -11,16 +10,16 @@
            <label>2、坡度区间:</label>
            <label> 起:</label>
            <input type="range" id="wideminR" min="0" max="90" value="0" style="width: 170px" ;>
            <input type="number" id="widemin" min="0" max="90" value="0" style="width: 30px"> <label> 终:</label>
            <input type="number" id="widemin" min="0" max="9000" value="0" style="width: 30px"> <label> 终:</label>
            <input type="range" id="widemaxR" min="0" max="90" value="78" style="width: 170px">
            <input type="number" id="widemax" min="0" max="90" value="78" style="width: 30px;">
            <input type="number" id="widemax" min="0" max="90000" value="10000" style="width: 30px;">
            <label>3、显示样式:</label>
            <label><input type="radio" id="showcolor" name="fill">显示填充颜色</label>
            <label><input type="radio" id="showarrow" name="fill">显示坡向箭头</label>
            <label><input type="radio" id="showall" name="fill" checked="checked">填充颜色和坡向箭头</label>
            <label>4、颜色条带:</label>
            <div id="bar">
                <select id="colorTable1" class="selectpicker">
                <select id="colorTable12" class="selectpicker">
                    <option value="1" data-content="<span class='label band4'>&nbsp</span>">&nbsp</option>
                    <option value="2" data-content="<span class='label band2'>&nbsp</span>">&nbsp</option>
                    <option value="3" data-content="<span class='label band3'>&nbsp</span>">&nbsp</option>