From 25ce610f6ecca7325e7a743dc032c4a76559c63d Mon Sep 17 00:00:00 2001
From: liuyg <376836862@qq.com>
Date: Fri, 02 Jul 2021 09:10:26 +0800
Subject: [PATCH] Merge branch 'master' of http://192.168.0.105:10010/r/pyhmap
---
widgets/slope/Widget.html | 8 ++++----
1 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/widgets/slope/Widget.html b/widgets/slope/Widget.html
index 8c81bc2..66d0474 100644
--- a/widgets/slope/Widget.html
+++ b/widgets/slope/Widget.html
@@ -1,5 +1,5 @@
<div>
- <div id="float"">
+ <div id="float">
<div id="con">
<label for="calMode">1、计算模式:</label>
<select id="calMode">
@@ -10,16 +10,16 @@
<label>2、坡度区间:</label>
<label> 起:</label>
<input type="range" id="wideminR" min="0" max="90" value="0" style="width: 170px" ;>
- <input type="number" id="widemin" min="0" max="90" value="0" style="width: 30px"> <label> 终:</label>
+ <input type="number" id="widemin" min="0" max="9000" value="0" style="width: 30px"> <label> 终:</label>
<input type="range" id="widemaxR" min="0" max="90" value="78" style="width: 170px">
- <input type="number" id="widemax" min="0" max="90" value="78" style="width: 30px;">
+ <input type="number" id="widemax" min="0" max="90000" value="10000" style="width: 30px;">
<label>3、显示样式:</label>
<label><input type="radio" id="showcolor" name="fill">显示填充颜色</label>
<label><input type="radio" id="showarrow" name="fill">显示坡向箭头</label>
<label><input type="radio" id="showall" name="fill" checked="checked">填充颜色和坡向箭头</label>
<label>4、颜色条带:</label>
<div id="bar">
- <select id="colorTable1" class="selectpicker">
+ <select id="colorTable12" class="selectpicker">
<option value="1" data-content="<span class='label band4'> </span>"> </option>
<option value="2" data-content="<span class='label band2'> </span>"> </option>
<option value="3" data-content="<span class='label band3'> </span>"> </option>
--
Gitblit v1.9.3