diff --git a/src/views/about/index.vue b/src/views/about/index.vue index 5e9fda7..79ade55 100644 --- a/src/views/about/index.vue +++ b/src/views/about/index.vue @@ -189,6 +189,7 @@ export default { width: 170px; height: 170px; margin-bottom: 15px; + border-radius: 50%; } a:not(:nth-last-child(1)) { margin-bottom: 15px; @@ -286,6 +287,7 @@ export default { width: 390px; height: 240px; margin-left: 300px; + display: block; } } }