|
@@ -18,6 +18,7 @@
|
|
|
|
|
|
.iconBox {
|
|
|
font-size: 0;
|
|
|
+ margin-left: 190px !important;
|
|
|
}
|
|
|
|
|
|
.controls .conList {
|
|
@@ -121,14 +122,16 @@
|
|
|
<form:hidden path="id" id="id"/>
|
|
|
<sys:message content="${message}"/>
|
|
|
<div class="control-group">
|
|
|
- <label class="control-label"><span class="help-inline"><font color="red">*</font> </span>图片:</label>
|
|
|
- <div class="controls upload-content iconBox">
|
|
|
- <div class="conList">
|
|
|
- <form:hidden id="image" path="image" htmlEscape="false" maxlength="255" class="input-xlarge required"/>
|
|
|
- <sys:ckfinder input="image" type="images" uploadPath="/photo" selectMultiple="false" maxWidth="100"
|
|
|
- maxHeight="100"/>
|
|
|
- <br>
|
|
|
- <label>建议图片尺寸224px*224px</label>
|
|
|
+ <div style="float: left">
|
|
|
+ <label class="control-label"><span class="help-inline"><font color="red">*</font> </span>图片:</label>
|
|
|
+ <div class="controls upload-content iconBox">
|
|
|
+ <div class="conList">
|
|
|
+ <form:hidden id="image" path="image" htmlEscape="false" maxlength="255" class="input-xlarge required"/>
|
|
|
+ <sys:ckfinder input="image" type="images" uploadPath="/photo" selectMultiple="false" maxWidth="100"
|
|
|
+ maxHeight="100"/>
|
|
|
+ <br>
|
|
|
+ <label>建议图片尺寸224px*224px</label>
|
|
|
+ </div>
|
|
|
</div>
|
|
|
</div>
|
|
|
</div>
|