style:布局样式的调整
Showing
1 changed file
with
2 additions
and
2 deletions
| 1 | <!-- | 1 | <!-- |
| 2 | * @Description: | 2 | * @Description: |
| 3 | * @Autor: renchao | 3 | * @Autor: renchao |
| 4 | * @LastEditTime: 2023-03-28 10:14:20 | 4 | * @LastEditTime: 2023-04-03 10:12:39 |
| 5 | --> | 5 | --> |
| 6 | <template> | 6 | <template> |
| 7 | <div class="app-wrapper"> | 7 | <div class="app-wrapper"> |
| ... | @@ -74,7 +74,7 @@ export default { | ... | @@ -74,7 +74,7 @@ export default { |
| 74 | } | 74 | } |
| 75 | 75 | ||
| 76 | .app-content { | 76 | .app-content { |
| 77 | overflow-x: hidden; | 77 | overflow: hidden; |
| 78 | box-sizing: border-box; | 78 | box-sizing: border-box; |
| 79 | flex: 1; | 79 | flex: 1; |
| 80 | width: 100%; | 80 | width: 100%; | ... | ... |
-
Please register or sign in to post a comment