mirror of
https://github.com/mindoc-org/mindoc.git
synced 2025-12-20 04:00:05 +08:00
优化pdf生成逻辑
This commit is contained in:
@@ -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;
|
||||
|
||||
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user