修改bug 56692 资料中心-文字过多-详情界面 无法滑动 增加滚动条
This commit is contained in:
@@ -252,7 +252,8 @@ export default {
|
||||
padding: 0 10% 0 10%;
|
||||
background: #ffffff;
|
||||
font-size: 16px;
|
||||
|
||||
height: 84%;
|
||||
overflow-y: auto;
|
||||
.transition-box-p {
|
||||
line-height: 50px;
|
||||
border-bottom: 1px solid #E5E5E5;
|
||||
@@ -266,6 +267,8 @@ export default {
|
||||
display: inline-block;
|
||||
color: #7e8083;
|
||||
width: calc(~'100% - 100px');
|
||||
overflow-y: auto;
|
||||
overflow-y: auto;
|
||||
word-break: break-all;
|
||||
white-space: pre-wrap;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user