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