From 822a0202f6667083a2eee9f398ee6dd032cf1668 Mon Sep 17 00:00:00 2001 From: chutingting Date: Wed, 10 Jan 2024 23:52:00 +0800 Subject: [PATCH] edit css --- src/views/about/index.vue | 2 ++ 1 file changed, 2 insertions(+) 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; } } }