1.处理配置列表展示关键字换行问题
2.处理日志url 前缀http问题(http,https,ftp直接展示不判断添加http)
This commit is contained in:
@@ -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;
|
||||
}
|
||||
Reference in New Issue
Block a user