赣州市洪水风险预警系统三维版本
guoshilong
2023-02-14 916d1b51e1e91309e44d1addeb896a5c323378b4
洪水淹没-修改input限制为number是会有提示
1 files modified
2 ■■■ changed files
widgets/FloodAnalysis/Widget.html 2 ●●● patch | view | raw | blame | history
widgets/FloodAnalysis/Widget.html
@@ -25,7 +25,7 @@
                        <div class="sw" style="display: flex">
                            <label for="sw-input">水位:</label>
                            <div style="display: flex;flex-direction: column;margin-left: 6px;">
                                <input id="sw-input" class="sw-input" type="number" name="word" autocomplete="off"
                                <input id="sw-input" class="sw-input" name="word" autocomplete="off"
                                       maxlength="256" value="0" disabled />
                                <span class="tip">正数为水位上涨,负数为水位下降</span>
                            </div>