1.处理配置列表展示关键字换行问题

2.处理日志url 前缀http问题(http,https,ftp直接展示不判断添加http)
This commit is contained in:
zhanghongqing
2018-09-11 15:26:52 +08:00
parent 8f4c43b62e
commit 114c643cd4
5 changed files with 24 additions and 9 deletions

View File

@@ -82,4 +82,11 @@
padding:0;
margin:-3px 0 0 0;
text-align:center;
}
.keyword-disinline {
width: 1130px;
display: block;
word-break: break-all;
word-wrap: break-word;
white-space: normal;
}