表情管理-修改批量图片上传列表为可滑动
This commit is contained in:
@@ -51,7 +51,7 @@
|
||||
</button>
|
||||
<h4 class="modal-title" id="modalLabel1">新增表情图片</h4>
|
||||
</div>
|
||||
<div class="modal-body" style="overflow:auto;width: 100%;max-height: 80%">
|
||||
<div class="modal-body" style="overflow-y:auto;width: 100%;height: 500px">
|
||||
<ul id="bigImg"></ul>
|
||||
</div>
|
||||
<div class="modal-footer" style="height: 20%">
|
||||
@@ -116,7 +116,8 @@
|
||||
<div class="form-group">
|
||||
<label for="addFaceId" class="col-sm-3 control-label">表情名ID:</label>
|
||||
<div class="col-sm-9">
|
||||
<input type="text" class="form-control validate[required]" name="addFaceId" id="addFaceId">
|
||||
<input type="text" class="form-control validate[required]" name="addFaceId"
|
||||
id="addFaceId">
|
||||
</div>
|
||||
</div>
|
||||
<div class="form-group">
|
||||
@@ -145,8 +146,8 @@
|
||||
<div class="form-group">
|
||||
<label class="col-sm-3 control-label">审核中表情状态</label>
|
||||
<div class="col-sm-9">
|
||||
<label class="radio-inline"><input name="luckFace" type="radio" id="isLuckFace" value="0"
|
||||
checked>显示</label>
|
||||
<label class="radio-inline"><input name="luckFace" type="radio" id="isLuckFace"
|
||||
value="0" checked>显示</label>
|
||||
<label class="radio-inline"><input name="luckFace" type="radio" id="isLuckFaceNo"
|
||||
value="1">隐藏</label>
|
||||
</div>
|
||||
@@ -191,8 +192,8 @@
|
||||
<div class="form-group">
|
||||
<label class="col-sm-3 control-label">表情帧动画结束时候结果图片是否互斥:</label>
|
||||
<div class="col-sm-9">
|
||||
<label class="radio-inline"><input name="canResultRepeat" type="radio" id="canResultRepeat"
|
||||
value="1" checked>不互斥</label>
|
||||
<label class="radio-inline"><input name="canResultRepeat" type="radio"
|
||||
id="canResultRepeat" value="1" checked>不互斥</label>
|
||||
<label class="radio-inline"><input name="canResultRepeat" type="radio"
|
||||
id="canResultRepeatNo" value="0">互斥</label>
|
||||
</div>
|
||||
@@ -869,4 +870,11 @@ select {
|
||||
.opt-group .col-sm-7 {
|
||||
text-align: left;
|
||||
}
|
||||
|
||||
/* .modal-body {
|
||||
overflow-y: auto;
|
||||
-webkit-overflow-scrolling: touch;
|
||||
scrollbar-width: none;
|
||||
height: 500px !important;
|
||||
} */
|
||||
</style>
|
Reference in New Issue
Block a user