fix(#IVYTF): 字典代码字数过长时撑开整个页面
#Issue close https://gitee.com/LongbowEnterprise/dashboard/issues?id=IVYTF
This commit is contained in:
parent
9fc8e53fc5
commit
3a1417d6d9
|
@ -608,6 +608,10 @@ li[data-category="1"] .dd3-content .menuType {
|
|||
color: #235e90;
|
||||
}
|
||||
|
||||
.bootstrap-table td {
|
||||
word-break: break-all;
|
||||
}
|
||||
|
||||
pre {
|
||||
padding: 5px;
|
||||
margin: 5px;
|
||||
|
|
Loading…
Reference in New Issue