赣州市洪水风险预警系统三维版本
guoshilong
2023-02-09 ca4683dbadf8f58c0e3cb5faf79b53e5bb2408f3
widgets/FloodAnalysis/Widget.html
@@ -7,26 +7,26 @@
      <div class="flood-analysis">
         <div class="select-box">
            <div class="hd">
               <label for="hd-select">河段</label>
               <select id="hd-select" class="hd-select" name="hd" value="1">
               <label for="hd-select">河段:</label>
               <select id="hd-select" class="hd-select" name="hd" >
               </select>
               <!--做模糊查询选择框时使用-->
<!--               </select>-->
<!--               <input type="text" name="hd-input" id="hd-input" class="hd-input" placeholder="请选择或输入" />-->
<!--               <select name="hd-select" id="hd-select"  size="10" style="display:none;">-->
<!--                  <option value="1">1</option>-->
<!--               </select>-->
            </div>
            <div class="smx">
               <label for="smx-select">水面线</label>
               <label for="smx-select">水面线:</label>
               <select id="smx-select" class="smx-select" name="smx">
               </select>
            </div>
            <div class="sw">
               <label for="sw-input">水位</label>
               <input id="sw-input" class="sw-input" type="text" name="word" autocomplete="off" maxlength="256"/>
               <label for="sw-input">水位:</label>
               <div style="display: flex;flex-direction: column">
                  <input id="sw-input" class="sw-input" type="text" name="word" autocomplete="off" maxlength="256"/>
                  <span class="tip">正数为水位上涨,负数为水位下降</span>
               </div>
            </div>
            <span class="tip">正数为水位上涨,负数为水位下降</span>
         </div>
         <div class="radio-box">
            <input id="realtime" type="radio" name="middleRadio" value="realtime" checked='checked'>实时
@@ -43,7 +43,10 @@
                     <div>起点距</div>
                  </th>
                  <th>
                     <div>经纬度</div>
                     <div>经度</div>
                  </th>
                  <th>
                     <div>纬度</div>
                  </th>
                  <th>
                     <div>水面线</div>
@@ -55,6 +58,7 @@
               </thead>
               <tbody id="flood-tbody" class="table-tbody flood-tbody"></tbody>
            </table>
            <div class="flood-analysis-pagination Pagination" id="analysis-pagination"></div>
         </div>
      </div>
      <div class="flood-history">
@@ -77,8 +81,10 @@
               </thead>
               <tbody id="flood-history-tbody" class="table-tbody flood-tbody"></tbody>
            </table>
            <div class="flood-analysis-pagination Pagination" id="history-pagination"></div>
         </div>
      </div>
   </div>
   <div class="flood-bottom"></div>
   <div class="flood-bottom">
   </div>
</div>