From 684cf5416a3b10231998cf203b92963e10f676b3 Mon Sep 17 00:00:00 2001 From: wechat Date: Tue, 5 Mar 2024 21:34:05 +0800 Subject: [PATCH] feat: update --- index.html | 3 ++- src/components/ResumeItem.vue | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/index.html b/index.html index 93cdaff..2d025d0 100644 --- a/index.html +++ b/index.html @@ -3,7 +3,8 @@ - + + diff --git a/src/components/ResumeItem.vue b/src/components/ResumeItem.vue index 706df17..6fee6d5 100644 --- a/src/components/ResumeItem.vue +++ b/src/components/ResumeItem.vue @@ -60,7 +60,7 @@ section { display: flex; justify-content: flex-start; .label { - min-width: 70px; + min-width: 72px; flex-shrink: 0; font-weight: bold; }