This commit is contained in:
parent
285e34383f
commit
fe129b2c86
|
|
@ -153,7 +153,7 @@ body {
|
||||||
display: flex;
|
display: flex;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
justify-content: space-between;
|
justify-content: space-between;
|
||||||
font-size: 13px;
|
font-size: 14px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.legend-box .legend-item img {
|
.legend-box .legend-item img {
|
||||||
|
|
@ -234,7 +234,7 @@ body {
|
||||||
right: -105%;
|
right: -105%;
|
||||||
z-index: 1000;
|
z-index: 1000;
|
||||||
display: none;
|
display: none;
|
||||||
font-size: 10px;
|
font-size: 14px;
|
||||||
color: #fff;
|
color: #fff;
|
||||||
border-radius: 10px;
|
border-radius: 10px;
|
||||||
padding: 10px;
|
padding: 10px;
|
||||||
|
|
@ -264,7 +264,7 @@ body {
|
||||||
text-indent: 2em;
|
text-indent: 2em;
|
||||||
/* max-height: 220px; */
|
/* max-height: 220px; */
|
||||||
color: #fff;
|
color: #fff;
|
||||||
font-size: 10px;
|
font-size: 14px;
|
||||||
letter-spacing: 1px;
|
letter-spacing: 1px;
|
||||||
/* padding-bottom: 10px; */
|
/* padding-bottom: 10px; */
|
||||||
/* 设置溢出隐藏显示... */
|
/* 设置溢出隐藏显示... */
|
||||||
|
|
|
||||||
|
|
@ -32,9 +32,12 @@
|
||||||
<div class="layui-form-item" style="margin-top: 2%;">
|
<div class="layui-form-item" style="margin-top: 2%;">
|
||||||
<label class="layui-form-label"><span class="required-mark">*</span>索道终点所在杆塔:</label>
|
<label class="layui-form-label"><span class="required-mark">*</span>索道终点所在杆塔:</label>
|
||||||
<div class="layui-input-inline">
|
<div class="layui-input-inline">
|
||||||
<select name="towerId" lay-verify="required" lay-filter="towerSelect">
|
<!-- <select name="towerId" lay-verify="required" lay-filter="towerSelect">
|
||||||
<option value="">选择杆塔</option>
|
<option value="">选择杆塔</option>
|
||||||
</select>
|
</select> -->
|
||||||
|
|
||||||
|
<input type="text" name="name" lay-verify="required" autocomplete="off" placeholder="请输入"
|
||||||
|
class="layui-input" maxlength="30">
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue