赣州市洪水风险预警系统三维版本
guoshilong
2023-02-09 af2f9abf5f0c467951ee4953b707b60ee1e2a8a1
widgets/FloodAnalysis/Widget.html
@@ -8,12 +8,12 @@
         <div class="select-box">
            <div class="hd">
               <label for="hd-select">河段:</label>
               <select id="hd-select" class="hd-select" name="hd" >
                    <!--               <select id="hd-select" class="hd-select" name="hd" >-->
               </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;">-->
<!--               </select>-->
                    <input type="text" name="hd-input" id="hd-input" class="hd-input" placeholder="请选择或输入"/>
                    <select name="hd-select" id="hd-select" size="10">
                    </select>
            </div>
            <div class="smx">
               <label for="smx-select">水面线:</label>
@@ -23,7 +23,8 @@
            <div class="sw">
               <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"/>
                        <input id="sw-input" class="sw-input" type="text" name="word" autocomplete="off"
                               maxlength="256"/>
                  <span class="tip">正数为水位上涨,负数为水位下降</span>
               </div>
            </div>
@@ -64,7 +65,8 @@
      <div class="flood-history">
         <div class="search-box">
            <label for="search-name">名称:</label>
            <input id="search-name" class="search-name-input" type="text" name="word" autocomplete="off" maxlength="256" placeholder="请输入筛选名称"/>
                <input id="search-name" class="search-name-input" type="text" name="word" autocomplete="off"
                       maxlength="256" placeholder="请输入筛选名称"/>
            <input class="search-button" type="button" value="查  询" />
         </div>
         <div class="table-box">