赣州市洪水风险预警系统三维版本
xiebin
2023-02-17 f7222d8b3f21669fd7149f18772694e34e0f8bb8
解决河段输入框展示搜索结果问题
1 files modified
2 ■■■ changed files
widgets/FloodAnalysis/Widget.html 2 ●●● patch | view | raw | blame | history
widgets/FloodAnalysis/Widget.html
@@ -14,7 +14,7 @@
                            <div class="hd">
                                <label for="hd-select">河段:</label>
                                <!--做模糊查询选择框时使用-->
                                <input type="text" name="hd-search" id="hd-input" class="hd-input" placeholder="请选择或输入"/>
                                <input type="text" name="hd-search" id="hd-input" class="hd-input" placeholder="请选择或输入" autocomplete='off'/>
                                <select name="hd-select-name" id="hd-select" size="10">
                                </select>
                            </div>