宗地页面垂直页面的滚动
Showing
1 changed file
with
1 additions
and
0 deletions
| ... | @@ -129,6 +129,7 @@ ol, ul { list-style:none; } | ... | @@ -129,6 +129,7 @@ ol, ul { list-style:none; } |
| 129 | position: unset; | 129 | position: unset; |
| 130 | /deep/.el-tab-pane{ | 130 | /deep/.el-tab-pane{ |
| 131 | height: 100%; | 131 | height: 100%; |
| 132 | overflow-y: auto; | ||
| 132 | } | 133 | } |
| 133 | background-color: #F4F9FF; | 134 | background-color: #F4F9FF; |
| 134 | padding: 0; | 135 | padding: 0; | ... | ... |
-
Please register or sign in to post a comment