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