赣州市洪水风险预警系统三维版本
xiebin
2023-02-14 bdf4007f1934a8a2743026f257e1eaee4b925bf4
widgets/FloodAnalysis/Widget.html
@@ -25,8 +25,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" value="0" disabled/>
                            <input id="sw-input" class="sw-input" type="number" name="word" autocomplete="off"
                                   maxlength="256" value="0" disabled />
                            <span class="tip">正数为水位上涨,负数为水位下降</span>
                        </div>
                    </div>