优化pdf生成逻辑

This commit is contained in:
Minho
2017-05-13 12:12:37 +08:00
parent 0f0b110a49
commit 837d0da991
15 changed files with 1028 additions and 212 deletions

View File

@@ -332,7 +332,7 @@ h6 {
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
color: #7e888b
color: #444
}
.manual-article .article-content{
min-width: 980px;
@@ -350,6 +350,11 @@ h6 {
min-height: 90px;
padding: 5px;
}
.manual-article .article-content .article-body .attach-list{
list-style: none;
border-top: 1px solid #DDDDDD;
padding-top: 15px;
}
.m-manual .manual-progress {
position: fixed;
top: 54px;

View File

@@ -33,11 +33,12 @@ body{
width: 280px;
position: fixed;
border-top: 1px solid #DDDDDD;
bottom: 15px;
bottom: 0px;
top: 40px;
background-color: #FAFAFA;
left: 0;
right: 0;
padding-bottom: 15px;
overflow-y:auto;
}
.manual-category .manual-nav {