fix(#IVYTF): 字典代码字数过长时撑开整个页面

#Issue
close https://gitee.com/LongbowEnterprise/dashboard/issues?id=IVYTF
This commit is contained in:
Argo Zhang 2019-04-27 21:51:41 +08:00
parent 9fc8e53fc5
commit 3a1417d6d9
1 changed files with 4 additions and 0 deletions

View File

@ -608,6 +608,10 @@ li[data-category="1"] .dd3-content .menuType {
color: #235e90; color: #235e90;
} }
.bootstrap-table td {
word-break: break-all;
}
pre { pre {
padding: 5px; padding: 5px;
margin: 5px; margin: 5px;