fix客户信息字数过多导致样式错乱
Showing
2 changed files
with
4 additions
and
1 deletions
... | @@ -123,6 +123,8 @@ export default { | ... | @@ -123,6 +123,8 @@ export default { |
123 | flex-flow: row nowrap; | 123 | flex-flow: row nowrap; |
124 | .info { | 124 | .info { |
125 | width: 330px; | 125 | width: 330px; |
126 | height: 400px; | ||
127 | overflow: auto; | ||
126 | margin-right: 10px; | 128 | margin-right: 10px; |
127 | .item { | 129 | .item { |
128 | margin-bottom: 5px; | 130 | margin-bottom: 5px; | ... | ... |
-
Please register or sign in to post a comment