Authored by liangyi.chen@yoho.cn

页面调整

... ... @@ -287,7 +287,7 @@
window.self.paramObject.mkData = {"commentId":commentId,"articleId":articleId};
$(activityList).myDialog({
title: title,
width: "30%",
width: "42%",
height: "50%",
resizable:false,
modal: true,
... ...
... ... @@ -73,7 +73,7 @@
<td style="width:100% ">
<div style="float: left;width:50%;" >
<span style="color:red">*</span><label style="font-size: 14px;">选择马甲</label> <br>
<input id="replyUid" name="replyUid" style="width:30% " class="easyui-textbox"/>
<input id="replyUid" name="replyUid" style="width:50% " class="easyui-textbox"/>
<a href="#" class="easyui-linkbutton" onclick="getUserInfo()" data-options="menu:'#mm1',iconCls:'icon-edit'">确定</a>
<br>
</div>
... ... @@ -86,8 +86,8 @@
<td style="width:100%; word-wrap:break-word;" >
<span style="color:red">*</span><label style="font-size: 14px;">回复内容(必填项,内容不能为空)</label> <br>
<div style="width:45%; word-wrap:break-word;float: left;position: relative" >
<textarea rows="5" id="content" style="width:60%; white-space: pre-wrap;" name = "content" class="form-control" placeholder="不超过50字" required="" maxlength="50"></textarea>
<div style="width:100%; word-wrap:break-word;float: left;position: relative" >
<textarea rows="5" id="content" style="width:80%; white-space: pre-wrap;" name = "content" class="form-control" placeholder="不超过50字" required="" maxlength="50"></textarea>
</div>
<!--<div style="clear: both;"> <span id="content-count">0</span>/500</div>-->
... ...