...
|
...
|
@@ -561,6 +561,12 @@ |
|
|
<label>  
|
|
|
是否顶边: <input type="checkbox" name="is_extend" value="1" id="is_extend" [[contentData.is_extend==1?'checked':'']]>
|
|
|
</label>
|
|
|
    
|
|
|
<label>不顶边的时候留白:</label>
|
|
|
<select class="form-control input-form" id="leave_blank" value="[[contentData.leave_blank]]">
|
|
|
<option value="blank">空白</option>
|
|
|
<option value="transparent">透明</option>
|
|
|
</select>
|
|
|
</div>
|
|
|
</div>
|
|
|
|
...
|
...
|
|