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>