style:布局样式
Showing
1 changed file
with
2 additions
and
0 deletions
| ... | @@ -26,6 +26,8 @@ export default { | ... | @@ -26,6 +26,8 @@ export default { |
| 26 | .app-main { | 26 | .app-main { |
| 27 | height: calc(100% - 88px); | 27 | height: calc(100% - 88px); |
| 28 | overflow-x: auto; | 28 | overflow-x: auto; |
| 29 | padding: 15px; | ||
| 30 | box-sizing: border-box; | ||
| 29 | } | 31 | } |
| 30 | } | 32 | } |
| 31 | </style> | 33 | </style> |
| ... | \ No newline at end of file | ... | \ No newline at end of file | ... | ... |
-
Please register or sign in to post a comment