改进附件修改

This commit is contained in:
fen 2013-11-25 22:06:35 +08:00
parent b2681975be
commit 34c1da6668
2 changed files with 13 additions and 4 deletions

View File

@ -1031,9 +1031,10 @@ a.operate-reply {
margin: 15px 0 0;
padding: 0;
border-top: 1px dashed #EEE;
min-height: 180px; }
min-height: 30px; }
#file-list li {
padding: 5px 0;
padding-top: 5px;
padding-bottom: 5px;
border-top: 1px dashed #EEE; }
#file-list li:first-child {
border: none; }
@ -1046,6 +1047,9 @@ a.operate-reply {
white-space: nowrap;
text-overflow: ellipsis; }
#tab-files #file-list {
min-height: 180px; }
/**
* 附件管理
*/

View File

@ -813,9 +813,10 @@ background: #FFF1A8;
margin: 15px 0 0;
padding: 0;
border-top: 1px dashed #EEE;
min-height: 180px;
min-height: 30px;
li {
padding: 5px 0;
padding-top: 5px;
padding-bottom: 5px;
border-top: 1px dashed #EEE;
&:first-child { border: none; }
}
@ -831,6 +832,10 @@ background: #FFF1A8;
}
}
#tab-files #file-list {
min-height: 180px;
}
/**
* 附件管理